Interface ReasonerFactory

    • Method Detail

      • create

        Reasoner create​(Resource configuration)
        Constructor method that builds an instance of the associated Reasoner
        Parameters:
        configuration - a set of arbitrary configuration information to be passed the reasoner, encoded as RDF properties of a base configuration resource, can be null in no custom configuration is required.
      • getCapabilities

        Model getCapabilities()
        Return a description of the capabilities of this reasoner encoded in RDF. These capabilities may be static or may depend on configuration information supplied at construction time. May be null if there are no useful capabilities registered.
      • getURI

        java.lang.String getURI()
        Return the URI labelling this type of reasoner