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.StringSailRegistry. 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 classCustomGraphQueryInferencerFactoryASailFactorythat creates aCustomGraphQueryInferencerbased on RDF configuration data.classDedupingInferencerFactoryclassDirectTypeHierarchyInferencerFactoryASailFactorythat createsDirectTypeHierarchyInferencers based on RDF configuration data.classForwardChainingRDFSInferencerFactoryDeprecated.classSchemaCachingRDFSInferencerFactoryASailFactorythat createsSchemaCachingRDFSInferencers 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 classMemoryStoreFactoryASailFactorythat createsMemoryStores 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 classShaclSailFactoryFactory class for creation ofShaclSails as part of a Sail stack.
-