Package | Description |
---|---|
ubic.basecode.ontology.jena | |
ubic.basecode.ontology.model | |
ubic.basecode.ontology.providers |
Modifier and Type | Method and Description |
---|---|
OntologyResource |
AbstractOntologyService.getResource(String uri) |
Modifier and Type | Method and Description |
---|---|
Collection<OntologyResource> |
AbstractOntologyService.findResources(String searchString,
boolean keepObsoletes) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationProperty |
interface |
DatatypeProperty |
interface |
ObjectProperty |
interface |
OntologyCardinalityRestriction |
interface |
OntologyClassRestriction |
interface |
OntologyDatatypeRestriction |
interface |
OntologyIndividual |
interface |
OntologyProperty |
interface |
OntologyRestriction
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.
|
interface |
OntologyTerm |
Modifier and Type | Class and Description |
---|---|
class |
OntologyTermSimple
A light-weight version of OntologyTerms.
|
Modifier and Type | Method and Description |
---|---|
int |
OntologyTermSimple.compareTo(OntologyResource other) |
Modifier and Type | Method and Description |
---|---|
OntologyResource |
OntologyService.getResource(String uri)
Looks through both Terms and Individuals for a OntologyResource that has a uri matching the uri given.
|
Modifier and Type | Method and Description |
---|---|
default Collection<OntologyResource> |
OntologyService.findResources(String searchString)
Looks for any resources (terms or individuals) that match the given search string
|
Collection<OntologyResource> |
OntologyService.findResources(String search,
boolean keepObsoletes)
Looks for any resources (terms or individuals) that match the given search string
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.