|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReasonerFactory
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. |
String |
getURI()
Return the URI labelling this type of reasoner |
| Method Detail |
|---|
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.Model getCapabilities()
String getURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||