@Deprecated public class ForwardChainingRDFSInferencerFactory extends Object implements SailFactory
SailFactory
that creates ForwardChainingRDFSInferencer
s based on RDF configuration data.Modifier and Type | Field and Description |
---|---|
static String |
SAIL_TYPE
Deprecated.
The type of repositories that are created by this factory.
|
Constructor and Description |
---|
ForwardChainingRDFSInferencerFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SailImplConfig |
getConfig()
Deprecated.
|
Sail |
getSail(SailImplConfig config)
Deprecated.
Returns a Sail instance that has been initialized using the supplied configuration data.
|
String |
getSailType()
Deprecated.
Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
|
public static final String SAIL_TYPE
SailFactory.getSailType()
,
Constant Field Valuespublic ForwardChainingRDFSInferencerFactory()
public String getSailType()
getSailType
in interface SailFactory
public SailImplConfig getConfig()
getConfig
in interface SailFactory
public Sail getSail(SailImplConfig config) throws SailConfigException
SailFactory
getSail
in interface SailFactory
config
- TODOSailConfigException
- If no Sail could be created due to invalid or incomplete configuration data.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.