Uses of Interface
ubic.basecode.ontology.model.OntologyResource
-
Packages that use OntologyResource Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model ubic.basecode.ontology.providers -
-
Uses of OntologyResource in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return OntologyResource Modifier and Type Method Description OntologyResource
AbstractOntologyService. getResource(String uri)
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyResource Modifier and Type Method Description Collection<OntologyResource>
AbstractOntologyService. findResources(String searchString, boolean keepObsoletes)
-
Uses of OntologyResource in ubic.basecode.ontology.model
Subinterfaces of OntologyResource in ubic.basecode.ontology.model Modifier and Type Interface 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
Classes in ubic.basecode.ontology.model that implement OntologyResource Modifier and Type Class Description class
OntologyTermSimple
A light-weight version of OntologyTerms.Methods in ubic.basecode.ontology.model with parameters of type OntologyResource Modifier and Type Method Description int
OntologyTermSimple. compareTo(OntologyResource other)
-
Uses of OntologyResource in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return OntologyResource Modifier and Type Method Description OntologyResource
OntologyService. getResource(String uri)
Looks through both Terms and Individuals for a OntologyResource that has a uri matching the uri given.Methods in ubic.basecode.ontology.providers that return types with arguments of type OntologyResource Modifier and Type Method Description default Collection<OntologyResource>
OntologyService. findResources(String searchString)
Looks for any resources (terms or individuals) that match the given search stringCollection<OntologyResource>
OntologyService. findResources(String search, boolean keepObsoletes)
Looks for any resources (terms or individuals) that match the given search string
-