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 -
-
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.
-