org.drools.io
Class ReteDumper
java.lang.Object
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.
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 |
ReteDumper
public ReteDumper(RuleBase ruleBase)
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.