org.drools.io
Class ReteDumper

java.lang.Object
  extended by org.drools.io.ReteDumper

public class ReteDumper
extends java.lang.Object

A Rete network dumper. This is a proxy for the Dumper implemented in the core module. Users should not need to refer to reteoo classes.


Constructor Summary
ReteDumper(RuleBase ruleBase)
           
 
Method Summary
 void dumpRete(java.io.PrintStream out)
           
 void dumpRete(java.io.PrintStream out, java.lang.String indent)
           
 void dumpReteToDot(java.io.PrintStream out)
          Compatible with the GraphViz DOT format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReteDumper

public ReteDumper(RuleBase ruleBase)
Method Detail

dumpRete

public void dumpRete(java.io.PrintStream out)

dumpRete

public void dumpRete(java.io.PrintStream out,
                     java.lang.String indent)

dumpReteToDot

public void dumpReteToDot(java.io.PrintStream out)
Compatible with the GraphViz DOT format.