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
StackableSails.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 TypeClassDescriptionclassASailConnectionimplementation 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 TypeClassDescriptionclassAn extension of ConnectionWrapper that implements theInferencerConnectioninterface.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 TypeClassDescriptionclassprivate classclassprivate class(package private) classDeprecated.This inferencer implementation will be phased out.classMethods 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 InferencerConnectionModifierConstructorDescriptionprivateDeprecated.(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 InferencerConnectionRDFInferencerInserter.conThe 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 TypeClassDescriptionclassImplementation of a Sail Connection for memory stores.