ca.quine.jcommons.transform.graph
Class Tree

java.lang.Object
  |
  +--ca.quine.jcommons.transform.graph.Tree

public class Tree
extends Object


Constructor Summary
Tree()
           
Tree(Object label)
           
 
Method Summary
 void addChild(Tree tree)
           
 Tree copy()
           
 Iterator getChildIter()
           
 Object getLabel()
           
 void setLabel(Object label)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tree

public Tree()

Tree

public Tree(Object label)
Method Detail

setLabel

public void setLabel(Object label)

getLabel

public Object getLabel()

addChild

public void addChild(Tree tree)

getChildIter

public Iterator getChildIter()

copy

public Tree copy()

toString

public String toString()
Overrides:
toString in class Object