|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdata.TreeNode
public class TreeNode
Tree identificator node
| Field Summary | |
|---|---|
int |
indexId
Key or index of the contained item (taxa or test) |
TreeNode |
negBrench
Pointer to the negative result brench |
int |
nodeType
Type of node (taxa or test) |
TreeNode |
posBrench
Pointer to the positive result brench |
static int |
TAXA_NODE
Identificator for nodes containing taxa info |
int |
taxasBelow
How many taxa's are below this brench of the tree |
static int |
TEST_NODE
Identificator for nodes containing test info |
float |
value
A float value :P |
| Constructor Summary | |
|---|---|
TreeNode()
|
|
| Method Summary | |
|---|---|
boolean |
isFinal()
Says if a TreeNode has no sons. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TAXA_NODE
public static final int TEST_NODE
public int indexId
public float value
public int taxasBelow
public TreeNode posBrench
public TreeNode negBrench
public int nodeType
| Constructor Detail |
|---|
public TreeNode()
| Method Detail |
|---|
public boolean isFinal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||