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.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.org.eclipse.rdf4j.sail.inferencer.util org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. -
-
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.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
private class
CustomGraphQueryInferencer.Connection
class
DedupingInferencerConnection
private class
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection
(package private) class
ForwardChainingRDFSInferencerConnection
Deprecated.This inferencer implementation will be phased out.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)
Connection(InferencerConnection con)
DedupingInferencerConnection(InferencerConnection con, ValueFactory vf)
DirectTypeHierarchyInferencerConnection(InferencerConnection con)
ForwardChainingRDFSInferencerConnection(Sail sail, InferencerConnection con)
Deprecated.SchemaCachingRDFSInferencerConnection(SchemaCachingRDFSInferencer sail, InferencerConnection connection)
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.util
Fields in org.eclipse.rdf4j.sail.inferencer.util declared as InferencerConnection Modifier and Type Field Description private InferencerConnection
RDFInferencerInserter. con
The connection to use for the add operations.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.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.
-