Uses of Interface
ubic.basecode.ontology.model.OntologyResource
Packages that use OntologyResource
Package
Description
Implementation of
OntologyService
using Apache Jena.This package contains baseCode built-in ontologies and a
GenericOntologyService
to implement your own ontologies.Simple ontology implementation.
-
Uses of OntologyResource in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return OntologyResourceModifier and TypeMethodDescription@Nullable OntologyResource
AbstractOntologyService.getResource
(String uri) Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologyResourceModifier and TypeMethodDescriptionAbstractOntologyService.findResources
(String searchString, int maxResults, boolean keepObsoletes) -
Uses of OntologyResource in ubic.basecode.ontology.model
Subinterfaces of OntologyResource in ubic.basecode.ontology.modelModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.interface
Methods in ubic.basecode.ontology.model that return OntologyResource -
Uses of OntologyResource in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return OntologyResourceModifier and TypeMethodDescriptionAbstractDelegatingOntologyService.getResource
(String uri) @Nullable 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 OntologyResourceModifier and TypeMethodDescriptionAbstractDelegatingOntologyService.findResources
(String search, int maxResults, boolean keepObsoletes) default Collection
<OntologySearchResult<OntologyResource>> OntologyService.findResources
(String searchString, int maxResults) Looks for any resources (terms or individuals) that match the given search stringOntologyService.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 OntologyResourceModifier and TypeClassDescriptionclass
OntologySearchResult<T extends OntologyResource>
Represents a search result from an ontology. -
Uses of OntologyResource in ubic.basecode.ontology.simple
Classes in ubic.basecode.ontology.simple that implement OntologyResourceModifier and TypeClassDescriptionclass
class
class
Simple in-memory implementation ofOntologyProperty
.class
A light-weight version of OntologyTerms.Methods in ubic.basecode.ontology.simple that return OntologyResourceModifier and TypeMethodDescriptionOntologyStatementSimple.getObject()
OntologyStatementSimple.getSubject()
Constructors in ubic.basecode.ontology.simple with parameters of type OntologyResourceModifierConstructorDescriptionOntologyStatementSimple
(OntologyResource subject, OntologyProperty predicate, OntologyResource object)