treebolic.model.graph
Class Tree

java.lang.Object
  extended by treebolic.model.graph.Tree

public class Tree
extends java.lang.Object

Tree

Author:
Bernard Bou

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

theRoot

public GraphNode theRoot
Tree root


theGraph

public Graph theGraph
Graph

Constructor Detail

Tree

public Tree(Graph thisGraph,
            GraphNode thisRoot)
Constructor

Parameters:
thisGraph - graph
thisRoot - tree root