org.drools.reteoo
Class Dumper
java.lang.Object
org.drools.reteoo.Dumper
public class Dumper
- extends Object
Implementation of RuleBase
.
- Version:
- $Id: Dumper.java,v 1.9 2004/12/06 01:23:02 dbarnett Exp $
- Author:
- bob mcwhirter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dumper
public Dumper(RuleBase ruleBase)
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-2005 The Codehaus. All Rights Reserved.