ca.quine.jcommons.transform.graph
Class TreeUtils

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

public class TreeUtils
extends Object


Method Summary
static List createAllPossibleTreesOfSize(int size)
           
static Tree getLeftSubtreeRecursive(Tree inputTree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createAllPossibleTreesOfSize

public static List createAllPossibleTreesOfSize(int size)

getLeftSubtreeRecursive

public static Tree getLeftSubtreeRecursive(Tree inputTree)