Class ForwardChainingRDFSInferencerFactory

  • All Implemented Interfaces:
    org.eclipse.rdf4j.sail.config.SailFactory

    @Deprecated
    public class ForwardChainingRDFSInferencerFactory
    extends Object
    implements org.eclipse.rdf4j.sail.config.SailFactory
    Deprecated.
    A SailFactory that creates ForwardChainingRDFSInferencers based on RDF configuration data.
    Author:
    Arjohn Kampman
    • 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
    • Constructor Detail

      • ForwardChainingRDFSInferencerFactory

        public ForwardChainingRDFSInferencerFactory()
        Deprecated.
    • Method Detail

      • getSailType

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

        public org.eclipse.rdf4j.sail.config.SailImplConfig getConfig()
        Deprecated.
        Specified by:
        getConfig in interface org.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:
        getSail in interface org.eclipse.rdf4j.sail.config.SailFactory
        Throws:
        org.eclipse.rdf4j.sail.config.SailConfigException