Package | Description |
---|---|
ubic.basecode.ontology.jena | |
ubic.basecode.ontology.model | |
ubic.basecode.ontology.providers |
Modifier and Type | Method and Description |
---|---|
OntologyTerm |
AbstractOntologyService.findUsingAlternativeId(String alternativeId) |
OntologyTerm |
AbstractOntologyService.getTerm(String uri) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
OntologyCardinalityRestriction |
interface |
OntologyClassRestriction |
interface |
OntologyDatatypeRestriction |
interface |
OntologyRestriction
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.
|
Modifier and Type | Class and Description |
---|---|
class |
OntologyTermSimple
A light-weight version of OntologyTerms.
|
Modifier and Type | Method and Description |
---|---|
OntologyTerm |
OntologyIndividual.getInstanceOf()
Return the term that this is an instance of.
|
OntologyTerm |
ClassStatement.getObject() |
OntologyTerm |
OntologyClassRestriction.getRestrictedTo() |
OntologyTerm |
CharacteristicStatement.getSubject() |
Modifier and Type | Method and 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> |
OntologyTermSimple.getChildren(boolean direct,
boolean includeAdditionalProperties,
boolean keepObsoletes) |
Collection<OntologyTerm> |
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_part
|
default Collection<OntologyTerm> |
OntologyTerm.getParents(boolean direct,
boolean includeAdditionalProperties) |
Collection<OntologyTerm> |
OntologyTermSimple.getParents(boolean direct,
boolean includeAdditionalProperties,
boolean keepObsoletes) |
Collection<OntologyTerm> |
OntologyTerm.getParents(boolean direct,
boolean includeAdditionalProperties,
boolean keepObsoletes) |
Collection<OntologyTerm> |
ObjectProperty.getRange() |
Modifier and Type | Method and 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 given
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.