Uses of Interface
ubic.basecode.ontology.model.OntologyResource
-
Packages that use OntologyResource Package Description ubic.basecode.ontology.jena Implementation ofOntologyService
using Apache Jena.ubic.basecode.ontology.model ubic.basecode.ontology.providers This package contains baseCode built-in ontologies and aGenericOntologyService
to implement your own ontologies.ubic.basecode.ontology.search -
-
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<OntologySearchResult<OntologyResource>>
AbstractOntologyService. findResources(String searchString, int maxResults, 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. -
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<OntologySearchResult<OntologyResource>>
OntologyService. findResources(String searchString, int maxResults)
Looks for any resources (terms or individuals) that match the given search stringCollection<OntologySearchResult<OntologyResource>>
OntologyService. findResources(String search, int maxResults, boolean keepObsoletes)
Looks for any resources (terms or individuals) that match the given search string -
Uses of OntologyResource in ubic.basecode.ontology.search
Classes in ubic.basecode.ontology.search with type parameters of type OntologyResource Modifier and Type Class Description class
OntologySearchResult<T extends OntologyResource>
Represents a search result from an ontology.
-