Uses of Interface
ubic.basecode.ontology.model.OntologyTerm
Packages that use OntologyTerm
Package
Description
Implementation of
OntologyService
using Apache Jena.This package contains baseCode built-in ontologies and a
GenericOntologyService
to implement your own ontologies.Simple ontology implementation.
-
Uses of OntologyTerm in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return OntologyTermModifier and TypeMethodDescription@Nullable OntologyTerm
AbstractOntologyService.findUsingAlternativeId
(String alternativeId) @Nullable OntologyTerm
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyTermModifier and TypeMethodDescriptionAbstractOntologyService.getChildren
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) AbstractOntologyService.getParents
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) Method parameters in ubic.basecode.ontology.jena with type arguments of type OntologyTermModifier and TypeMethodDescriptionAbstractOntologyService.getChildren
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) 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.modelModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.Methods in ubic.basecode.ontology.model that return OntologyTermModifier and TypeMethodDescription@Nullable OntologyTerm
OntologyIndividual.getInstanceOf()
Return the term that this is an instance of.OntologyClassRestriction.getRestrictedTo()
Methods in ubic.basecode.ontology.model that return types with arguments of type OntologyTermModifier and TypeMethodDescriptiondefault 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) OntologyTerm.getChildren
(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) Obtain the children of this term via subclass relationships and possibly some additional properties.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) OntologyTerm.getParents
(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) ObjectProperty.getRange()
-
Uses of OntologyTerm in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return OntologyTermModifier and TypeMethodDescriptionAbstractDelegatingOntologyService.findUsingAlternativeId
(String alternativeId) @Nullable OntologyTerm
OntologyService.findUsingAlternativeId
(String alternativeId) Find a term using an alternative ID.@Nullable OntologyTerm
Looks for a OntologyTerm that has the match in URI givenMethods in ubic.basecode.ontology.providers that return types with arguments of type OntologyTermModifier and TypeMethodDescriptiondefault Collection
<OntologySearchResult<OntologyTerm>> Looks for any terms that match the given search string.Looks for any terms that match the given search string.AbstractDelegatingOntologyService.getChildren
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) 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.OntologyService.getChildren
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) Obtain all the children of a given set of terms.AbstractDelegatingOntologyService.getParents
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) 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.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 OntologyTermModifier and TypeMethodDescriptionAbstractDelegatingOntologyService.getChildren
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) 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.OntologyService.getChildren
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) Obtain all the children of a given set of terms.AbstractDelegatingOntologyService.getParents
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) 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.OntologyService.getParents
(Collection<OntologyTerm> terms, boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) Obtain all the parents of a given set of terms. -
Uses of OntologyTerm in ubic.basecode.ontology.simple
Classes in ubic.basecode.ontology.simple that implement OntologyTermModifier and TypeClassDescriptionclass
A light-weight version of OntologyTerms.Methods in ubic.basecode.ontology.simple that return types with arguments of type OntologyTermModifier and TypeMethodDescriptionOntologyTermSimple.getChildren
(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes) OntologyTermSimple.getParents
(boolean direct, boolean includeAdditionalProperties, boolean keepObsoletes)