edu.stanford.protege.webprotege.criteria.EntityAnnotationMatchCriteria Maven / Gradle / Ivy
package edu.stanford.protege.webprotege.criteria;
import org.semanticweb.owlapi.model.OWLAnnotationProperty;
import javax.annotation.Nonnull;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 10 Jun 2018
*/
public interface EntityAnnotationMatchCriteria extends EntityMatchCriteria {
@Nonnull
OWLAnnotationProperty getProperty();
@Nonnull
AnnotationPresence getPresence();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy