|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface through which a reasoner (inference engine) can be instantiated. Instances of this are registered with the global ReasonerRegistry.
Method Summary | |
Reasoner |
create(Resource configuration)
Constructor method that builds an instance of the associated Reasoner |
Model |
getCapabilities()
Return a description of the capabilities of this reasoner encoded in RDF. |
java.lang.String |
getURI()
Return the URI labelling this type of reasoner |
Method Detail |
public Reasoner create(Resource configuration)
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.public Model getCapabilities()
public java.lang.String getURI()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |