Uses of Class
org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
-
Packages that use NotifyingSailConnectionWrapper Package Description org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking. -
-
Uses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer
Subclasses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer Modifier and Type Class Description class
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fc
Subclasses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.inferencer.fc Modifier and Type Class Description class
AbstractForwardChainingInferencerConnection
class
DedupingInferencerConnection
class
SchemaCachingRDFSInferencerConnection
-
Uses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.lucene
Subclasses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.lucene Modifier and Type Class Description class
LuceneSailConnection
-
Uses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.shacl
Subclasses of NotifyingSailConnectionWrapper in org.eclipse.rdf4j.sail.shacl Modifier and Type Class Description class
ShaclSailConnection
-