TreeJuxtaposer
Class Tree2Tree.TmpD

java.lang.Object
  |
  +--TreeJuxtaposer.Tree2Tree.TmpD
Enclosing class:
Tree2Tree

class Tree2Tree.TmpD
extends java.lang.Object

Attachment to a node that is needed as temporary data structure when computing best corresponding nodes


Field Summary
(package private)  float lSum
           
(package private)  TreeNode tmpParent
           
(package private)  TreeNode tmpPosorderNext
           
(package private)  int tmpScore
           
(package private)  float uSum
           
 
Constructor Summary
(package private) Tree2Tree.TmpD()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tmpScore

int tmpScore

uSum

float uSum

lSum

float lSum

tmpParent

TreeNode tmpParent

tmpPosorderNext

TreeNode tmpPosorderNext
Constructor Detail

Tree2Tree.TmpD

Tree2Tree.TmpD()