Uses of Interface
ubic.basecode.ontology.model.OntologyTerm
-
Packages that use OntologyTerm Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model ubic.basecode.ontology.providers -
-
Uses of OntologyTerm in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return OntologyTerm Modifier and Type Method Description OntologyTerm
AbstractOntologyService. findUsingAlternativeId(String alternativeId)
OntologyTerm
AbstractOntologyService. getTerm(String uri)
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyTerm Modifier and Type Method Description Collection<OntologyTerm>
AbstractOntologyService. findTerm(String search, boolean keepObsoletes)
Set<OntologyTerm>
AbstractOntologyService. getChildren(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Set<OntologyTerm>
AbstractOntologyService. getParents(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Method parameters in ubic.basecode.ontology.jena with type arguments of type OntologyTerm Modifier and Type Method Description Set<OntologyTerm>
AbstractOntologyService. getChildren(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Set<OntologyTerm>
AbstractOntologyService. getParents(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
-
Uses of OntologyTerm in ubic.basecode.ontology.model
Subinterfaces of OntologyTerm in ubic.basecode.ontology.model Modifier and Type Interface Description interface
OntologyCardinalityRestriction
interface
OntologyClassRestriction
interface
OntologyDatatypeRestriction
interface
OntologyRestriction
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.Classes in ubic.basecode.ontology.model that implement OntologyTerm Modifier and Type Class Description class
OntologyTermSimple
A light-weight version of OntologyTerms.Methods in ubic.basecode.ontology.model that return OntologyTerm Modifier and Type Method Description OntologyTerm
OntologyIndividual. getInstanceOf()
Return the term that this is an instance of.OntologyTerm
ClassStatement. getObject()
OntologyTerm
OntologyClassRestriction. getRestrictedTo()
OntologyTerm
CharacteristicStatement. getSubject()
Methods in ubic.basecode.ontology.model that return types with arguments of type OntologyTerm Modifier and Type Method Description default Collection<OntologyTerm>
OntologyTerm. getChildren(boolean direct)
Obtain the children of this term via subclasses and additional properties.default Collection<OntologyTerm>
OntologyTerm. getChildren(boolean direct, boolean includeAdditionalProperties)
Collection<OntologyTerm>
OntologyTerm. getChildren(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Obtain the children of this term via subclass relationships and possibly some additional properties.Collection<OntologyTerm>
OntologyTermSimple. getChildren(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
default Collection<OntologyTerm>
OntologyTerm. getParents(boolean direct)
Note that any restriction superclasses are not returned, unless they are has_proper_partdefault Collection<OntologyTerm>
OntologyTerm. getParents(boolean direct, boolean includeAdditionalProperties)
Collection<OntologyTerm>
OntologyTerm. getParents(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Collection<OntologyTerm>
OntologyTermSimple. getParents(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Collection<OntologyTerm>
ObjectProperty. getRange()
-
Uses of OntologyTerm in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return OntologyTerm Modifier and Type Method Description OntologyTerm
OntologyService. findUsingAlternativeId(String alternativeId)
Find a term using an alternative ID.OntologyTerm
OntologyService. getTerm(String uri)
Looks for a OntologyTerm that has the match in URI givenMethods in ubic.basecode.ontology.providers that return types with arguments of type OntologyTerm Modifier and Type Method Description default Collection<OntologyTerm>
OntologyService. findTerm(String search)
Looks for any terms that match the given search string.Collection<OntologyTerm>
OntologyService. findTerm(String search, boolean keepObsoletes)
Looks for any terms that match the given search string.default Set<OntologyTerm>
OntologyService. getChildren(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties)
Obtain all the children of a given set of terms, excluding obsolete terms.Set<OntologyTerm>
OntologyService. getChildren(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Obtain all the children of a given set of terms.default Set<OntologyTerm>
OntologyService. getParents(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties)
Obtain all the parents of a given set of terms, excluding obsolete terms.Set<OntologyTerm>
OntologyService. getParents(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Obtain all the parents of a given set of terms.Method parameters in ubic.basecode.ontology.providers with type arguments of type OntologyTerm Modifier and Type Method Description default Set<OntologyTerm>
OntologyService. getChildren(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties)
Obtain all the children of a given set of terms, excluding obsolete terms.Set<OntologyTerm>
OntologyService. getChildren(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Obtain all the children of a given set of terms.default Set<OntologyTerm>
OntologyService. getParents(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties)
Obtain all the parents of a given set of terms, excluding obsolete terms.Set<OntologyTerm>
OntologyService. getParents(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)
Obtain all the parents of a given set of terms.
-