
edu.stanford.protege.webprotege.index.SubAnnotationPropertyAxiomsBySubPropertyIndex Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.index;
import edu.stanford.protege.webprotege.inject.ProjectSingleton;
import org.semanticweb.owlapi.model.OWLAnnotationProperty;
import org.semanticweb.owlapi.model.OWLOntologyID;
import org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom;
import javax.annotation.Nonnull;
import java.util.stream.Stream;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2019-08-15
*/
@ProjectSingleton
public interface SubAnnotationPropertyAxiomsBySubPropertyIndex extends Index {
@Nonnull
Stream getSubPropertyOfAxioms(@Nonnull OWLAnnotationProperty property,
@Nonnull
OWLOntologyID ontologyId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy