Uses of Interface
ubic.basecode.ontology.providers.OntologyService
-
Packages that use OntologyService Package Description ubic.basecode.ontology.jena Implementation ofOntologyServiceusing Apache Jena.ubic.basecode.ontology.providers This package contains baseCode built-in ontologies and aGenericOntologyServiceto 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 classAbstractOntologyServiceclassClasspathOntologyServiceAn ontology service that loads an ontology from a classpath resource.classTdbOntologyServiceAn implementation based on Jena TDB.classUrlOntologyServiceAn 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)
-