EDU.auburn.VGJ.algorithm.tree
Class TreeAlgorithmData

java.lang.Object
  extended byEDU.auburn.VGJ.algorithm.tree.TreeAlgorithmData

public class TreeAlgorithmData
extends java.lang.Object

Data container for the TreeAlgorithm class.

Here is the source.


Field Summary
 Node group
           
 boolean isLeaf
           
 Node leftChild
           
 Node leftNeighbor
           
 Node leftSibling
           
 int level
           
 double modifier
           
 Node parent
           
 double prelim
           
 Node rightChild
           
 Node rightNeighbor
           
 Node rightSibling
           
 
Constructor Summary
TreeAlgorithmData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level

parent

public Node parent

leftChild

public Node leftChild

rightChild

public Node rightChild

leftSibling

public Node leftSibling

rightSibling

public Node rightSibling

leftNeighbor

public Node leftNeighbor

rightNeighbor

public Node rightNeighbor

isLeaf

public boolean isLeaf

modifier

public double modifier

prelim

public double prelim

group

public Node group
Constructor Detail

TreeAlgorithmData

public TreeAlgorithmData()