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

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

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


import edu.stanford.protege.webprotege.inject.ProjectSingleton;
import org.semanticweb.owlapi.model.OWLClass;
import org.semanticweb.owlapi.model.OWLOntologyID;
import org.semanticweb.owlapi.model.OWLSubClassOfAxiom;

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

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2019-08-09
 */
@ProjectSingleton
public interface SubClassOfAxiomsBySubClassIndex extends Index {

    Stream getSubClassOfAxiomsForSubClass(@Nonnull OWLClass subClass,
                                                              @Nonnull OWLOntologyID ontologyID);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy