Uses of Interface
ubic.basecode.ontology.model.OntologyIndividual
-
Packages that use OntologyIndividual Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model ubic.basecode.ontology.providers -
-
Uses of OntologyIndividual in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyIndividual Modifier and Type Method Description Collection<OntologyIndividual>
AbstractOntologyService. findIndividuals(String search, boolean keepObsoletes)
Collection<OntologyIndividual>
AbstractOntologyService. getTermIndividuals(String uri)
-
Uses of OntologyIndividual in ubic.basecode.ontology.model
Methods in ubic.basecode.ontology.model that return OntologyIndividual Modifier and Type Method Description OntologyIndividual
InstanceStatement. getObject()
Methods in ubic.basecode.ontology.model that return types with arguments of type OntologyIndividual Modifier and Type Method Description default Collection<OntologyIndividual>
OntologyTerm. getIndividuals()
Collection<OntologyIndividual>
OntologyTerm. getIndividuals(boolean direct)
Collection<OntologyIndividual>
OntologyTermSimple. getIndividuals(boolean direct)
-
Uses of OntologyIndividual in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return types with arguments of type OntologyIndividual Modifier and Type Method Description default Collection<OntologyIndividual>
OntologyService. findIndividuals(String search)
Looks for any individuals that match the given search string.Collection<OntologyIndividual>
OntologyService. findIndividuals(String search, boolean keepObsoletes)
Looks for any individuals that match the given search string.Collection<OntologyIndividual>
OntologyService. getTermIndividuals(String uri)
Obtain all the individuals for a given term URI.
-