Class ForwardChainingRDFSInferencerFactory
- java.lang.Object
-
- org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
-
- All Implemented Interfaces:
org.eclipse.rdf4j.sail.config.SailFactory
@Deprecated public class ForwardChainingRDFSInferencerFactory extends Object implements org.eclipse.rdf4j.sail.config.SailFactory
Deprecated.ASailFactorythat createsForwardChainingRDFSInferencers based on RDF configuration data.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description ForwardChainingRDFSInferencerFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.eclipse.rdf4j.sail.config.SailImplConfiggetConfig()Deprecated.SailgetSail(org.eclipse.rdf4j.sail.config.SailImplConfig config)Deprecated.StringgetSailType()Deprecated.Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
-
-
-
Field Detail
-
SAIL_TYPE
public static final String SAIL_TYPE
Deprecated.The type of repositories that are created by this factory.- See Also:
SailFactory.getSailType(), Constant Field Values
-
-
Method Detail
-
getSailType
public String getSailType()
Deprecated.Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.- Specified by:
getSailTypein interfaceorg.eclipse.rdf4j.sail.config.SailFactory
-
getConfig
public org.eclipse.rdf4j.sail.config.SailImplConfig getConfig()
Deprecated.- Specified by:
getConfigin interfaceorg.eclipse.rdf4j.sail.config.SailFactory
-
getSail
public Sail getSail(org.eclipse.rdf4j.sail.config.SailImplConfig config) throws org.eclipse.rdf4j.sail.config.SailConfigException
Deprecated.- Specified by:
getSailin interfaceorg.eclipse.rdf4j.sail.config.SailFactory- Throws:
org.eclipse.rdf4j.sail.config.SailConfigException
-
-