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

edu.stanford.protege.webprotege.index.OntologyAnnotationsSignatureIndex Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.index;


import org.semanticweb.owlapi.model.OWLAnnotationProperty;
import org.semanticweb.owlapi.model.OWLEntity;
import org.semanticweb.owlapi.model.OWLOntologyID;

import javax.annotation.Nonnull;
import java.util.stream.Stream;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2019-09-05
 */
public interface OntologyAnnotationsSignatureIndex extends Index {

    @Nonnull
    Stream getOntologyAnnotationsSignature(@Nonnull OWLOntologyID ontologyId);

    boolean containsEntityInOntologyAnnotationsSignature(@Nonnull OWLEntity entity,
                                                         @Nonnull OWLOntologyID ontologyId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy