Uses of Class
jprotein.tree.data.PathIndex

Packages that use PathIndex
jprotein.tree.tools   
 

Uses of PathIndex in jprotein.tree.tools
 

Methods in jprotein.tree.tools that return PathIndex
 PathIndex Tree.getPathIndex(SimpleNode root, Leaf leaf)
           
 

Methods in jprotein.tree.tools with parameters of type PathIndex
 double Tree.getPathDistance(SimpleNode root, PathIndex pathIndex)
           
 void Tree.moveRoot(SimpleNode root, PathIndex pathIndex, double distance)