|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.olduvai.treejuxtaposer.Tree2Tree.TmpD
private class Tree2Tree.TmpD
Attachment to a node that is needed as temporary data structure when computing best corresponding nodes. Caches results from level 0 processing to be used in higher levels.
Field Summary | |
---|---|
private float |
lSum
|
private TreeNode |
tmpParent
|
private TreeNode |
tmpPosorderNext
|
private int |
tmpScore
|
private float |
uSum
|
Constructor Summary | |
---|---|
private |
Tree2Tree.TmpD()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int tmpScore
private float uSum
private float lSum
private TreeNode tmpParent
private TreeNode tmpPosorderNext
Constructor Detail |
---|
private Tree2Tree.TmpD()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |