|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.olduvai.treejuxtaposer.Tree2Tree.NodeScorePair
private class Tree2Tree.NodeScorePair
Container class for returning best corresponding node+score pair.
Field Summary | |
---|---|
private TreeNode |
node
Tree node reference. |
private float |
score
Score for the tree node, with respect to a second node (known by the calling function). |
Constructor Summary | |
---|---|
private |
Tree2Tree.NodeScorePair(TreeNode n,
float s)
Constructor for node+score pair. |
Method Summary | |
---|---|
java.lang.String |
toString()
Debugging output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private TreeNode node
private float score
Constructor Detail |
---|
private Tree2Tree.NodeScorePair(TreeNode n, float s)
n
- Tree node reference.s
- Score for the tree node, with respect to a second node (known by the calling function).Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |