Class ForwardChainingRDFSInferencerFactory

java.lang.Object
org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
All Implemented Interfaces:
SailFactory

@Deprecated public class ForwardChainingRDFSInferencerFactory extends Object implements SailFactory
Deprecated.
A SailFactory that creates ForwardChainingRDFSInferencers based on RDF configuration data.
Author:
Arjohn Kampman
  • Field Details

  • Constructor Details

    • ForwardChainingRDFSInferencerFactory

      public ForwardChainingRDFSInferencerFactory()
      Deprecated.
  • Method Details

    • getSailType

      public String getSailType()
      Deprecated.
      Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
      Specified by:
      getSailType in interface SailFactory
    • getConfig

      public SailImplConfig getConfig()
      Deprecated.
      Specified by:
      getConfig in interface SailFactory
    • getSail

      public Sail getSail(SailImplConfig config) throws SailConfigException
      Deprecated.
      Description copied from interface: SailFactory
      Returns a Sail instance that has been initialized using the supplied configuration data.
      Specified by:
      getSail in interface SailFactory
      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.