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

java.lang.Object
  extended bycom.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
      extended bycom.hp.hpl.jena.reasoner.rulesys.RDFSFBRuleReasoner
All Implemented Interfaces:
Reasoner

public class RDFSFBRuleReasoner
extends FBRuleReasoner

A backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.

Version:
$Revision: 1.3 $ on $Date: 2003/08/27 13:11:15 $
Author:
Dave Reynolds

Field Summary
static java.lang.String RULE_FILE
          The location of the OWL rule definitions on the class path
 
Constructor Summary
RDFSFBRuleReasoner(ReasonerFactory parent)
          Constructor
 
Method Summary
static java.util.List loadRules()
          Return the RDFS rule set, loading it in if necessary
 
Methods inherited from class com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner
addDescription, bind, bindSchema, bindSchema, getCapabilities, getRules, isTraceOn, setDerivationLogging, setParameter, setRules, 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 java.lang.String RULE_FILE
The location of the OWL rule definitions on the class path

See Also:
Constant Field Values
Constructor Detail

RDFSFBRuleReasoner

public RDFSFBRuleReasoner(ReasonerFactory parent)
Constructor

Method Detail

loadRules

public static java.util.List loadRules()
Return the RDFS rule set, loading it in if necessary



Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.