org.drools.reteoo
Class Dumper

java.lang.Object
  extended by org.drools.reteoo.Dumper

public class Dumper
extends java.lang.Object

A rete network dumper. This is an internal implementation. Users should use ReteDumper in the IO module.


Constructor Summary
Dumper(RuleBase ruleBase)
          You must pass in a real rule base.
 
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

Dumper

public Dumper(RuleBase ruleBase)
You must pass in a real rule base. If you are using RuleBaseLoader, it will provide a serializable proxy. Use the .getWrappedRuleBase method to get the real rulebase.

Parameters:
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.