|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.model.graph.Tree
public class Tree
Tree
Field Summary | |
---|---|
Graph |
theGraph
Graph |
GraphNode |
theRoot
Tree root |
Constructor Summary | |
---|---|
Tree(Graph thisGraph,
GraphNode thisRoot)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public GraphNode theRoot
public Graph theGraph
Constructor Detail |
---|
public Tree(Graph thisGraph, GraphNode thisRoot)
thisGraph
- graphthisRoot
- tree root
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |