|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.orsay.lri.varna.models.treealign.TreeAlign.TreeData<ValueType>
private class TreeAlign.TreeData<ValueType>
Field Summary | |
---|---|
int[][] |
children
children[i] is the array of children (as indexes in nodes) of i (an index in nodes) |
int |
degree
The number of children of a node is called the node degree. |
int[] |
degrees
The number of children of a node is called the node degree. |
Tree<ValueType>[] |
nodes
The trees as an array of its nodes (subtrees rooted at each node in fact), in postorder. |
int |
size
The tree size (number of nodes). |
Tree<ValueType> |
tree
The tree. |
ValueType[] |
values
Values of nodes. |
Constructor Summary | |
---|---|
private |
TreeAlign.TreeData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Tree<ValueType> tree
public int size
public int degree
public int[] degrees
public Tree<ValueType>[] nodes
public int[][] children
public ValueType[] values
Constructor Detail |
---|
private TreeAlign.TreeData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |