Class DedupingInferencerFactory

  • All Implemented Interfaces:
    SailFactory

    public class DedupingInferencerFactory
    extends java.lang.Object
    implements SailFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SAIL_TYPE
      The type of repositories that are created by this factory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SailImplConfig getConfig()  
      Sail getSail​(SailImplConfig config)
      Returns a Sail instance that has been initialized using the supplied configuration data.
      java.lang.String getSailType()
      Returns the Sail's type: openrdf:DedupingInferencer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DedupingInferencerFactory

        public DedupingInferencerFactory()