|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory
Factory class for creating blank instances of the OWL Reasoner.
The reasoner can be configured using three properties (set as properties of the base reasonder URI in a configuration model). These are:
getDerivation
method.
Field Summary | |
static java.lang.String |
URI
Static URI for this reasoner type |
Constructor Summary | |
OWLFBRuleReasonerFactory()
|
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 |
static ReasonerFactory |
theInstance()
Return the single global instance of this factory |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String URI
Constructor Detail |
public OWLFBRuleReasonerFactory()
Method Detail |
public static ReasonerFactory theInstance()
public Reasoner create(Resource configuration)
create
in interface ReasonerFactory
configuration
- a set of arbitrary configuration information to be
passed the reasoner encoded within an RDF graphpublic Model getCapabilities()
getCapabilities
in interface ReasonerFactory
public java.lang.String getURI()
getURI
in interface ReasonerFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |