|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uwaterloo.cs.ql.fb.Tree
public class Tree
| 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 |
|---|
public Tree(EdgeSet eSet)
| Method Detail |
|---|
public int[] getRoots()
public int getParent(int child)
public int[] getChildren(int parent)
public EdgeSet getLevelRelation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||