Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.reasoner.rulesys.impl.oldCode
Class OWLRuleReasonerFactory  view OWLRuleReasonerFactory download OWLRuleReasonerFactory.java

java.lang.Object
  extended bycom.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

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


URI

public static final java.lang.String URI
Deprecated. 
Static URI for this reasoner type

See Also:
Constant Field Values

capabilities

protected com.hp.hpl.jena.rdf.model.Model capabilities
Deprecated. 
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


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:
create in interface com.hp.hpl.jena.reasoner.ReasonerFactory

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:
getCapabilities in interface com.hp.hpl.jena.reasoner.ReasonerFactory

getURI

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

Specified by:
getURI in interface com.hp.hpl.jena.reasoner.ReasonerFactory