Uses of Interface
cz.cvut.kbss.ontodriver.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in cz.cvut.kbss.ontodriver
Subinterfaces of Wrapper in cz.cvut.kbss.ontodriver -
Uses of Wrapper in cz.cvut.kbss.ontodriver.jena
Classes in cz.cvut.kbss.ontodriver.jena that implement WrapperModifier and TypeClassDescriptionclass
Transformations between OntoDriver API-based values and Jena-based ones.class
-
Uses of Wrapper in cz.cvut.kbss.ontodriver.jena.connector
Subinterfaces of Wrapper in cz.cvut.kbss.ontodriver.jena.connectorClasses in cz.cvut.kbss.ontodriver.jena.connector that implement WrapperModifier and TypeClassDescriptionclass
This connector tracks transactional changes and writes them on commit to theSharedStorageConnector
.class
Main storage connector using theJenaOntoDriverProperties.READ_COMMITTED
connector strategy.class
This connector implements theJenaOntoDriverProperties.SNAPSHOT
-based transactional strategy. -
Uses of Wrapper in cz.cvut.kbss.ontodriver.owlapi
Classes in cz.cvut.kbss.ontodriver.owlapi that implement WrapperModifier and TypeClassDescriptionclass
Default implementation of theConnection
interface for OWLAPI driver. -
Uses of Wrapper in cz.cvut.kbss.ontodriver.rdf4j
Classes in cz.cvut.kbss.ontodriver.rdf4j that implement Wrapper -
Uses of Wrapper in cz.cvut.kbss.ontodriver.rdf4j.connector
Subinterfaces of Wrapper in cz.cvut.kbss.ontodriver.rdf4j.connectorModifier and TypeInterfaceDescriptioninterface
ProvidesRepositoryConnection
s and other RDF4J-specific objects.interface
A RDF4J repository connection wrapper.Classes in cz.cvut.kbss.ontodriver.rdf4j.connector that implement WrapperModifier and TypeClassDescriptionclass
class
class
-
Uses of Wrapper in cz.cvut.kbss.ontodriver.rdf4j.connector.init
Classes in cz.cvut.kbss.ontodriver.rdf4j.connector.init that implement WrapperModifier and TypeClassDescriptionclass
Wrapper for RDF4JHTTPRepository
allowing to set customHttpClient
for it to use. -
Uses of Wrapper in cz.cvut.kbss.ontodriver.virtuoso.connector
Classes in cz.cvut.kbss.ontodriver.virtuoso.connector that implement Wrapper