Package | Description |
---|---|
ubic.basecode.ontology.model | |
ubic.basecode.ontology.providers | |
ubic.basecode.ontology.search |
Modifier and Type | Interface and Description |
---|---|
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 |
AbstractOntologyResource |
class |
DatatypePropertyImpl |
class |
ObjectPropertyImpl |
class |
OntologyCardinalityRestrictionImpl |
class |
OntologyClassRestrictionImpl |
class |
OntologyDatatypeRestrictionImpl |
class |
OntologyIndividualImpl |
class |
OntologyPropertyImpl |
class |
OntologyRestrictionImpl
Represents a restriction on instances that are subclasses of this.
|
class |
OntologyTermImpl
Represents a class in an ontology
|
class |
OntologyTermSimple
A light-weight version of OntologyTerms.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractOntologyResource.compareTo(OntologyResource other) |
Modifier and Type | Method and Description |
---|---|
OntologyResource |
AbstractOntologyService.getResource(String uri) |
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 |
---|---|
Collection<OntologyResource> |
AbstractOntologyService.findResources(String searchString) |
Collection<OntologyResource> |
OntologyService.findResources(String searchString)
Looks for any OntologyIndividuals or ontologyTerms that match the given search string
|
Modifier and Type | Method and Description |
---|---|
static Collection<OntologyResource> |
OntologySearch.matchResources(com.hp.hpl.jena.ontology.OntModel model,
SearchIndex index,
String queryString)
Find OntologyIndividuals and OntologyTerms that match the query string.
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.