Uses of Class
net.sourceforge.olduvai.treejuxtaposer.Tree2Tree.TmpD

Packages that use Tree2Tree.TmpD
net.sourceforge.olduvai.treejuxtaposer   
 

Uses of Tree2Tree.TmpD in net.sourceforge.olduvai.treejuxtaposer
 

Methods in net.sourceforge.olduvai.treejuxtaposer with parameters of type Tree2Tree.TmpD
private  Tree2Tree.NodeScorePair Tree2Tree.computeBestMatch(TreeNode sourceNode, Tree sourceTree, Tree targetTree, float edgeCoefficient, Tree2Tree.TmpD[] tmpData)
          Compute the best match for sourceNode from sourceTree in the targetTree.
private  Tree2Tree.NodeScorePair Tree2Tree.getBestNodeScorePair(TreeNode sourceNode, Tree sourceTree, Tree targetTree, Tree2Tree.TmpD[] tmpData)
          Find the best corresponding node for a given node sourceNode:sourceTree, in the target tree targetTree.