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 asStackableSails.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 classSailSourceConnectionASailConnectionimplementation 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 classInferencerConnectionWrapperAn extension of ConnectionWrapper that implements theInferencerConnectioninterface.Methods in org.eclipse.rdf4j.sail.inferencer that return InferencerConnection Modifier and Type Method Description InferencerConnectionInferencerConnectionWrapper. 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 classAbstractForwardChainingInferencerConnectionprivate classCustomGraphQueryInferencer.ConnectionclassDedupingInferencerConnectionprivate classDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection(package private) classForwardChainingRDFSInferencerConnectionDeprecated.This inferencer implementation will be phased out.classSchemaCachingRDFSInferencerConnectionMethods in org.eclipse.rdf4j.sail.inferencer.fc that return InferencerConnection Modifier and Type Method Description InferencerConnectionCustomGraphQueryInferencer. getConnection()InferencerConnectionDedupingInferencer. getConnection()InferencerConnectionDirectTypeHierarchyInferencer. 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 InferencerConnectionRDFInferencerInserter. conThe 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 classMemoryStoreConnectionImplementation of a Sail Connection for memory stores.
-