ca.uwaterloo.cs.ql.fb
Class Tree

java.lang.Object
  extended by ca.uwaterloo.cs.ql.fb.Tree

public class Tree
extends java.lang.Object


Constructor Summary
Tree(EdgeSet eSet)
           
 
Method Summary
 int[] getChildren(int parent)
           
 EdgeSet getLevelRelation()
           
 int getParent(int child)
           
 int[] getRoots()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree

public Tree(EdgeSet eSet)
Method Detail

getRoots

public int[] getRoots()

getParent

public int getParent(int child)

getChildren

public int[] getChildren(int parent)

getLevelRelation

public EdgeSet getLevelRelation()