Package cz.cvut.kbss.ontodriver.owlapi
Class OwlapiAdapter
java.lang.Object
cz.cvut.kbss.ontodriver.owlapi.OwlapiAdapter
Adapter between OntoDriver API and OWLAPI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancontainsAxiom(Axiom<?> axiom, Set<URI> contexts) createStatement(OwlapiConnection connection) Collection<Axiom<?>>find(AxiomDescriptor descriptor) generateIdentifier(URI classUri) voidpersist(AxiomValueDescriptor descriptor) prepareStatement(String statement, OwlapiConnection connection) voidremove(AxiomDescriptor descriptor) <T> Tvoidupdate(AxiomValueDescriptor descriptor)
-
Constructor Details
-
OwlapiAdapter
-
-
Method Details
-
containsAxiom
-
find
-
persist
-
generateIdentifier
-
update
-
remove
-
addTransactionalChanges
-
getSimpleListHandler
-
getReferencedListHandler
-
getContainerHandler
-
createStatement
-
prepareStatement
-
unwrap
- Throws:
OwlapiDriverException
-