
edu.stanford.protege.webprotege.entity.EntityLookupResult Maven / Gradle / Ivy
package edu.stanford.protege.webprotege.entity;
import com.fasterxml.jackson.annotation.JsonProperty;
import edu.stanford.protege.webprotege.search.SearchResultMatch;
import javax.annotation.Nonnull;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 21/05/2012
*/
public record EntityLookupResult(@JsonProperty("matchResult") @Nonnull SearchResultMatch matchResult,
@JsonProperty("directLink") @Nonnull String directLink) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy