
edu.stanford.protege.webprotege.index.EntitiesInProjectSignatureIndex Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.index;
import edu.stanford.protege.webprotege.inject.ProjectSingleton;
import org.semanticweb.owlapi.model.OWLEntity;
import javax.annotation.Nonnull;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2019-08-17
*/
@ProjectSingleton
public interface EntitiesInProjectSignatureIndex extends Index {
boolean containsEntityInSignature(@Nonnull OWLEntity entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy