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

Quick Search    Search Deep

com.hp.hpl.jena.reasoner.rulesys.test
Class DebugRules  view DebugRules download DebugRules.java

java.lang.Object
  extended bycom.hp.hpl.jena.reasoner.rulesys.test.DebugRules

public class DebugRules
extends java.lang.Object

Using during debuging of the rule systems. Runs a named set of rules (can contain axioms and rules) and lists all the resulting entailments. * @author Dave Reynolds * @version $Revision: 1.6 $ on $Date: 2005/04/08 16:36:04 $


Field Summary
static java.lang.String ruleFile
          The name of the rule set to load
 java.util.List ruleset
          The parsed set of rules
 
Constructor Summary
DebugRules(java.lang.String rulefileName)
          Constructor - loads the rules
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
          Run a single test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleFile

public static final java.lang.String ruleFile
The name of the rule set to load

See Also:
Constant Field Values

ruleset

public java.util.List ruleset
The parsed set of rules

Constructor Detail

DebugRules

public DebugRules(java.lang.String rulefileName)
           throws java.io.IOException
Constructor - loads the rules

Method Detail

run

public void run()
Run a single test


main

public static void main(java.lang.String[] args)