org.drools.reteoo
Class Dumper

java.lang.Object
  extended byorg.drools.reteoo.Dumper

public class Dumper
extends Object

Implementation of RuleBase.

Version:
$Id: Dumper.java,v 1.8 2004/11/19 02:13:46 mproctor Exp $
Author:
bob mcwhirter

Constructor Summary
Dumper(RuleBase ruleBase)
           
 
Method Summary
 void dumpRete(PrintStream out)
           
 void dumpRete(PrintStream out, String indent)
           
 void dumpReteToDot(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)
Method Detail

dumpRete

public void dumpRete(PrintStream out)

dumpRete

public void dumpRete(PrintStream out,
                     String indent)

dumpReteToDot

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



Copyright © 2001-2004 The Codehaus. All Rights Reserved.