public class ForwardChainingRDFSInferencerFactory extends Object implements SailFactory
SailFactory that creates ForwardChainingRDFSInferencers
based on RDF configuration data.| Modifier and Type | Field and Description |
|---|---|
static String |
SAIL_TYPE
The type of repositories that are created by this factory.
|
| Constructor and Description |
|---|
ForwardChainingRDFSInferencerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SailImplConfig |
getConfig() |
Sail |
getSail(SailImplConfig config) |
String |
getSailType()
Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
|
public static final String SAIL_TYPE
public ForwardChainingRDFSInferencerFactory()
public String getSailType()
getSailType in interface SailFactorypublic SailImplConfig getConfig()
getConfig in interface SailFactorypublic Sail getSail(SailImplConfig config) throws SailConfigException
getSail in interface SailFactorySailConfigExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.