Class SchemaCachingRDFSInferencerFactory
- java.lang.Object
-
- org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerFactory
-
- All Implemented Interfaces:
org.eclipse.rdf4j.sail.config.SailFactory
public class SchemaCachingRDFSInferencerFactory extends Object implements org.eclipse.rdf4j.sail.config.SailFactory
ASailFactorythat createsSchemaCachingRDFSInferencers based on RDF configuration data.- Author:
- Jeen Broekstra
-
-
Constructor Summary
Constructors Constructor Description SchemaCachingRDFSInferencerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.sail.config.SailImplConfiggetConfig()SailgetSail(org.eclipse.rdf4j.sail.config.SailImplConfig config)StringgetSailType()Returns the Sail's type: rdf4j:SchemaCachingRDFSInferencer.
-
-
-
Field Detail
-
SAIL_TYPE
public static final String SAIL_TYPE
The type of repositories that are created by this factory.- See Also:
SailFactory.getSailType(), Constant Field Values
-
-
Method Detail
-
getSailType
public String getSailType()
Returns the Sail's type: rdf4j:SchemaCachingRDFSInferencer.- Specified by:
getSailTypein interfaceorg.eclipse.rdf4j.sail.config.SailFactory
-
getConfig
public org.eclipse.rdf4j.sail.config.SailImplConfig getConfig()
- Specified by:
getConfigin interfaceorg.eclipse.rdf4j.sail.config.SailFactory
-
getSail
public Sail getSail(org.eclipse.rdf4j.sail.config.SailImplConfig config) throws org.eclipse.rdf4j.sail.config.SailConfigException
- Specified by:
getSailin interfaceorg.eclipse.rdf4j.sail.config.SailFactory- Throws:
org.eclipse.rdf4j.sail.config.SailConfigException
-
-