ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.beans.decisiontree
Class PrintTree

java.lang.Object
  |
  +--com.ibm.able.beans.decisiontree.PrintTree

public class PrintTree
extends java.lang.Object

class PrintTree


Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 void displayTree()
          displayTree
 void showTree(TreeNode node, int depth)
          showTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

displayTree

public void displayTree()
displayTree

showTree

public void showTree(TreeNode node,
                     int depth)
showTree

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003