com.hp.hpl.jena.reasoner.rulesys
Class DAMLMicroReasoner

java.lang.Object
  extended by com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
      extended by com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
          extended by com.hp.hpl.jena.reasoner.rulesys.DAMLMicroReasoner
All Implemented Interfaces:
Reasoner, RuleReasoner

public class DAMLMicroReasoner
extends GenericRuleReasoner

We do not support DAML inference. This is a slightly extended version of the RDFS reasoner to support some interesting subsets of DAML that correspond roughly to what was there in Jena1. We hope.

Version:
$Revision: 1.1 $ on $Date: 2009-06-29 08:55:38 $
Author:
Dave Reynolds

Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
GenericRuleReasoner.RuleMode
 
Field Summary
static String RULE_FILE
          The location of the OWL rule definitions on the class path
 
Fields inherited from class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
BACKWARD, filterFunctors, FORWARD, FORWARD_RETE, HYBRID
 
Constructor Summary
DAMLMicroReasoner(ReasonerFactory parent)
          Constructor
 
Method Summary
 Capabilities getGraphCapabilities()
          Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.
static List<Rule> loadRules()
          Return the RDFS rule set, loading it in if necessary
 
Methods inherited from class com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner
addPreprocessingHook, bind, bindSchema, removePreprocessingHook, setFunctorFiltering, setMode, setOWLTranslation, setRules, setTransitiveClosureCaching
 
Methods inherited from class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
addDescription, addRules, bindSchema, getBoundSchema, getReasonerCapabilities, getRules, isTraceOn, loadRules, setDerivationLogging, setParameter, setTraceOn, supportsProperty, tablePredicate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_FILE

public static final String RULE_FILE
The location of the OWL rule definitions on the class path

See Also:
Constant Field Values
Constructor Detail

DAMLMicroReasoner

public DAMLMicroReasoner(ReasonerFactory parent)
Constructor

Method Detail

loadRules

public static List<Rule> loadRules()
Return the RDFS rule set, loading it in if necessary


getGraphCapabilities

public Capabilities getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.

Specified by:
getGraphCapabilities in interface Reasoner
Overrides:
getGraphCapabilities in class FBRuleReasoner


Licenced under the Apache License, Version 2.0