@Deprecated public class ForwardChainingRDFSInferencerFactory extends Object implements org.eclipse.rdf4j.sail.config.SailFactory
SailFactory that creates ForwardChainingRDFSInferencers 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 |
|---|---|
org.eclipse.rdf4j.sail.config.SailImplConfig |
getConfig()
Deprecated.
|
Sail |
getSail(org.eclipse.rdf4j.sail.config.SailImplConfig config)
Deprecated.
|
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 org.eclipse.rdf4j.sail.config.SailFactorypublic org.eclipse.rdf4j.sail.config.SailImplConfig getConfig()
getConfig in interface org.eclipse.rdf4j.sail.config.SailFactorypublic Sail getSail(org.eclipse.rdf4j.sail.config.SailImplConfig config) throws org.eclipse.rdf4j.sail.config.SailConfigException
getSail in interface org.eclipse.rdf4j.sail.config.SailFactoryorg.eclipse.rdf4j.sail.config.SailConfigExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.