Class EDU.auburn.VGJ.algorithm.tree.TreeAlgorithmData
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.algorithm.tree.TreeAlgorithmData
java.lang.Object
|
+----EDU.auburn.VGJ.algorithm.tree.TreeAlgorithmData
- public class TreeAlgorithmData
- extends Object
Data container for the TreeAlgorithm class.
Here is the source.
-
group
-
-
isLeaf
-
-
leftChild
-
-
leftNeighbor
-
-
leftSibling
-
-
level
-
-
modifier
-
-
parent
-
-
prelim
-
-
rightChild
-
-
rightNeighbor
-
-
rightSibling
-
-
TreeAlgorithmData()
-
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
TreeAlgorithmData
public TreeAlgorithmData()
All Packages Class Hierarchy This Package Previous Next Index