Uses of Interface
ubic.basecode.ontology.providers.OntologyService
-
Packages that use OntologyService Package Description ubic.basecode.ontology.jena Implementation ofOntologyService
using Apache Jena.ubic.basecode.ontology.providers This package contains baseCode built-in ontologies and aGenericOntologyService
to implement your own ontologies. -
-
Uses of OntologyService in ubic.basecode.ontology.jena
Classes in ubic.basecode.ontology.jena that implement OntologyService Modifier and Type Class Description class
AbstractOntologyService
class
ClasspathOntologyService
An ontology service that loads an ontology from a classpath resource.class
TdbOntologyService
An implementation based on Jena TDB.class
UrlOntologyService
An ontology service that loads an ontology from a URL. -
Uses of OntologyService in ubic.basecode.ontology.providers
Constructors in ubic.basecode.ontology.providers with parameters of type OntologyService Constructor Description AbstractDelegatingOntologyService(OntologyService delegate)
-