| Package | Description |
|---|---|
| ubic.basecode.ontology.jena | |
| ubic.basecode.ontology.model | |
| ubic.basecode.ontology.providers |
| Modifier and Type | Method and Description |
|---|---|
Collection<OntologyIndividual> |
AbstractOntologyService.findIndividuals(String search,
boolean keepObsoletes) |
Collection<OntologyIndividual> |
AbstractOntologyService.getTermIndividuals(String uri) |
| Modifier and Type | Method and Description |
|---|---|
OntologyIndividual |
InstanceStatement.getObject() |
| Modifier and Type | Method and Description |
|---|---|
default Collection<OntologyIndividual> |
OntologyTerm.getIndividuals() |
Collection<OntologyIndividual> |
OntologyTermSimple.getIndividuals(boolean direct) |
Collection<OntologyIndividual> |
OntologyTerm.getIndividuals(boolean direct) |
| Modifier and Type | Method and 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.
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.