|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> impl >> [ oldCode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hp.hpl.jena.reasoner.rulesys.impl.oldCode
Class OWLRuleReasonerFactory

java.lang.Objectcom.hp.hpl.jena.reasoner.rulesys.impl.oldCode.OWLRuleReasonerFactory
- All Implemented Interfaces:
- com.hp.hpl.jena.reasoner.ReasonerFactory
Deprecated. Obsoleted post jena2.0, replaced by com.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:
- derivationLogging - if set to true this causes all derivations to be recorded in an internal data structure for replay through the getDerivation 55 method.
- traceOn - if set to true this causes all rule firings and deduced triples to be written out to the Log at INFO level.
- ruleThreshold - which limits the number of rules that can be fired on a single data processing stage to the given number (useful to limit infinite runaways).
- public class OWLRuleReasonerFactory
- extends java.lang.Object
- implements com.hp.hpl.jena.reasoner.ReasonerFactory
- extends java.lang.Object
- Version:
- $Revision: 1.5 $ on $Date: 2005/02/21 12:18:05 $
| Field Summary | |
protected com.hp.hpl.jena.rdf.model.Model |
capabilities
Deprecated. Cache of the capabilities description |
private static com.hp.hpl.jena.reasoner.ReasonerFactory |
theInstance
Deprecated. Single global instance of this factory |
static java.lang.String |
URI
Deprecated. Static URI for this reasoner type |
| Constructor Summary | |
OWLRuleReasonerFactory()
Deprecated. |
|
| Method Summary | |
com.hp.hpl.jena.reasoner.Reasoner |
create(com.hp.hpl.jena.rdf.model.Resource configuration)
Deprecated. Constructor method that builds an instance of the associated Reasoner |
com.hp.hpl.jena.rdf.model.Model |
getCapabilities()
Deprecated. Return a description of the capabilities of this reasoner encoded in RDF. |
java.lang.String |
getURI()
Deprecated. Return the URI labelling this type of reasoner |
static com.hp.hpl.jena.reasoner.ReasonerFactory |
theInstance()
Deprecated. Return the single global instance of this factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
theInstance
private static com.hp.hpl.jena.reasoner.ReasonerFactory theInstance
- Deprecated.
- Single global instance of this factory
- Single global instance of this factory
URI
public static final java.lang.String URI
- Deprecated.
- Static URI for this reasoner type
- See Also:
- Constant Field Values
- Static URI for this reasoner type
capabilities
protected com.hp.hpl.jena.rdf.model.Model capabilities
- Deprecated.
- Cache of the capabilities description
- Cache of the capabilities description
| Constructor Detail |
OWLRuleReasonerFactory
public OWLRuleReasonerFactory()
- Deprecated.
| Method Detail |
theInstance
public static com.hp.hpl.jena.reasoner.ReasonerFactory theInstance()
- Deprecated.
- Return the single global instance of this factory
- Return the single global instance of this factory
create
public com.hp.hpl.jena.reasoner.Reasoner create(com.hp.hpl.jena.rdf.model.Resource configuration)
- Deprecated.
- Constructor method that builds an instance of the associated Reasoner
- Specified by:
createin interfacecom.hp.hpl.jena.reasoner.ReasonerFactory
- Constructor method that builds an instance of the associated Reasoner
getCapabilities
public com.hp.hpl.jena.rdf.model.Model getCapabilities()
- Deprecated.
- Return a description of the capabilities of this reasoner encoded in RDF. This method is normally called by the ReasonerRegistry which caches the resulting information so dynamically creating here is not really an overhead.
- Specified by:
getCapabilitiesin interfacecom.hp.hpl.jena.reasoner.ReasonerFactory
- Return a description of the capabilities of this reasoner encoded in RDF. This method is normally called by the ReasonerRegistry which caches the resulting information so dynamically creating here is not really an overhead.
getURI
public java.lang.String getURI()
- Deprecated.
- Return the URI labelling this type of reasoner
- Specified by:
getURIin interfacecom.hp.hpl.jena.reasoner.ReasonerFactory
- Return the URI labelling this type of reasoner
|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> impl >> [ oldCode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.hp.hpl.jena.reasoner.rulesys.impl.oldCode.OWLRuleReasonerFactory