Uses of Interface
org.eclipse.rdf4j.sail.inferencer.InferencerConnection
-
Packages that use InferencerConnection Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.elasticsearchstore Elasticsearch store for string triples.org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.org.eclipse.rdf4j.sail.inferencer.util org.eclipse.rdf4j.sail.lmdb The LMDB based Store.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.nativerdf The Native Store. -
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement InferencerConnection Modifier and Type Class Description class
SailSourceConnection
ASailConnection
implementation that is based on anSailStore
. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.elasticsearchstore
Classes in org.eclipse.rdf4j.sail.elasticsearchstore that implement InferencerConnection Modifier and Type Class Description class
ElasticsearchStoreConnection
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement InferencerConnection Modifier and Type Class Description class
ExtensibleStoreConnection<E extends ExtensibleStore>
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer
Classes in org.eclipse.rdf4j.sail.inferencer that implement InferencerConnection Modifier and Type Class Description class
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements theInferencerConnection
interface.Methods in org.eclipse.rdf4j.sail.inferencer that return InferencerConnection Modifier and Type Method Description InferencerConnection
InferencerConnectionWrapper. getWrappedConnection()
Gets the connection that is wrapped by this object.Constructors in org.eclipse.rdf4j.sail.inferencer with parameters of type InferencerConnection Constructor Description InferencerConnectionWrapper(InferencerConnection con)
Creates a new InferencerConnectionWrapper object that wraps the supplied transaction. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement InferencerConnection Modifier and Type Class Description class
AbstractForwardChainingInferencerConnection
class
DedupingInferencerConnection
class
SchemaCachingRDFSInferencerConnection
Methods in org.eclipse.rdf4j.sail.inferencer.fc that return InferencerConnection Modifier and Type Method Description InferencerConnection
CustomGraphQueryInferencer. getConnection()
InferencerConnection
DedupingInferencer. getConnection()
InferencerConnection
DirectTypeHierarchyInferencer. getConnection()
Constructors in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type InferencerConnection Constructor Description AbstractForwardChainingInferencerConnection(Sail sail, InferencerConnection con)
DedupingInferencerConnection(InferencerConnection con, ValueFactory vf)
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.util
Constructors in org.eclipse.rdf4j.sail.inferencer.util with parameters of type InferencerConnection Constructor Description RDFInferencerInserter(InferencerConnection con, ValueFactory vf)
Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.lmdb
Classes in org.eclipse.rdf4j.sail.lmdb that implement InferencerConnection Modifier and Type Class Description class
LmdbStoreConnection
Connection to anLmdbStore
. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement InferencerConnection Modifier and Type Class Description class
MemoryStoreConnection
Implementation of a Sail Connection for memory stores. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf that implement InferencerConnection Modifier and Type Class Description class
LimitedSizeNativeStoreConnection
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.4.class
NativeStoreConnection
-