Class ForwardChainingRDFSInferencerFactory
java.lang.Object
org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
- All Implemented Interfaces:
SailFactory
Deprecated.
A
SailFactory
that creates ForwardChainingRDFSInferencer
s based on RDF configuration data.- Author:
- Arjohn Kampman
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getSail
(SailImplConfig config) Deprecated.Returns a Sail instance that has been initialized using the supplied configuration data.Deprecated.Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
-
Field Details
-
SAIL_TYPE
Deprecated.The type of repositories that are created by this factory.- See Also:
-
-
Constructor Details
-
ForwardChainingRDFSInferencerFactory
public ForwardChainingRDFSInferencerFactory()Deprecated.
-
-
Method Details
-
getSailType
Deprecated.Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.- Specified by:
getSailType
in interfaceSailFactory
-
getConfig
Deprecated.- Specified by:
getConfig
in interfaceSailFactory
-
getSail
Deprecated.Description copied from interface:SailFactory
Returns a Sail instance that has been initialized using the supplied configuration data.- Specified by:
getSail
in interfaceSailFactory
- Parameters:
config
- TODO- Returns:
- The created (but un-initialized) Sail.
- Throws:
SailConfigException
- If no Sail could be created due to invalid or incomplete configuration data.
-