Uses of Interface
org.eclipse.rdf4j.sail.config.SailFactory
-
Packages that use SailFactory Package Description org.eclipse.rdf4j.sail.config org.eclipse.rdf4j.sail.inferencer.fc.config org.eclipse.rdf4j.sail.memory.config org.eclipse.rdf4j.sail.shacl.config -
-
Uses of SailFactory in org.eclipse.rdf4j.sail.config
Methods in org.eclipse.rdf4j.sail.config with parameters of type SailFactory Modifier and Type Method Description protected java.lang.String
SailRegistry. getKey(SailFactory factory)
-
Uses of SailFactory in org.eclipse.rdf4j.sail.inferencer.fc.config
Classes in org.eclipse.rdf4j.sail.inferencer.fc.config that implement SailFactory Modifier and Type Class Description class
CustomGraphQueryInferencerFactory
ASailFactory
that creates aCustomGraphQueryInferencer
based on RDF configuration data.class
DedupingInferencerFactory
class
DirectTypeHierarchyInferencerFactory
ASailFactory
that createsDirectTypeHierarchyInferencer
s based on RDF configuration data.class
ForwardChainingRDFSInferencerFactory
Deprecated.class
SchemaCachingRDFSInferencerFactory
ASailFactory
that createsSchemaCachingRDFSInferencer
s based on RDF configuration data. -
Uses of SailFactory in org.eclipse.rdf4j.sail.memory.config
Classes in org.eclipse.rdf4j.sail.memory.config that implement SailFactory Modifier and Type Class Description class
MemoryStoreFactory
ASailFactory
that createsMemoryStore
s based on RDF configuration data. -
Uses of SailFactory in org.eclipse.rdf4j.sail.shacl.config
Classes in org.eclipse.rdf4j.sail.shacl.config that implement SailFactory Modifier and Type Class Description class
ShaclSailFactory
Factory class for creation ofShaclSail
s as part of a Sail stack.
-