Class CustomGraphQueryInferencerFactory
java.lang.Object
org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
- All Implemented Interfaces:
SailFactory
A
SailFactory
that creates a CustomGraphQueryInferencer
based on RDF configuration data.- Author:
- Dale Visser
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSail
(SailImplConfig config) Returns a Sail instance that has been initialized using the supplied configuration data.Returns the Sail's type: openrdf:CustomGraphQueryInferencer.
-
Field Details
-
SAIL_TYPE
The type of repositories that are created by this factory.
-
-
Constructor Details
-
CustomGraphQueryInferencerFactory
public CustomGraphQueryInferencerFactory()
-
-
Method Details
-
getSailType
Returns the Sail's type: openrdf:CustomGraphQueryInferencer.- Specified by:
getSailType
in interfaceSailFactory
-
getConfig
- Specified by:
getConfig
in interfaceSailFactory
-
getSail
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.
-