Uses of Interface
org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Packages that use InferencerConnection
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Forward-chaining inferencers, implemented as
StackableSail
s.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 InferencerConnectionModifier and TypeClassDescriptionclass
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 InferencerConnectionModifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface.Methods in org.eclipse.rdf4j.sail.inferencer that return InferencerConnectionModifier and TypeMethodDescriptionInferencerConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.Constructors in org.eclipse.rdf4j.sail.inferencer with parameters of type InferencerConnectionModifierConstructorDescriptionCreates 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 InferencerConnectionModifier and TypeClassDescriptionclass
private class
class
private class
(package private) class
Deprecated.This inferencer implementation will be phased out.class
Methods in org.eclipse.rdf4j.sail.inferencer.fc that return InferencerConnectionModifier and TypeMethodDescriptionCustomGraphQueryInferencer.getConnection()
DedupingInferencer.getConnection()
DirectTypeHierarchyInferencer.getConnection()
Constructors in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type InferencerConnectionModifierConstructorDescriptionprivate
Deprecated.(package private)
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 InferencerConnectionModifier and TypeFieldDescriptionprivate final InferencerConnection
RDFInferencerInserter.con
The connection to use for the add operations.Constructors in org.eclipse.rdf4j.sail.inferencer.util with parameters of type InferencerConnectionModifierConstructorDescriptionCreates 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 InferencerConnectionModifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores.