All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.protege.webprotege.entity.EntityLookupResult Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
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