pal.tree
Class TreeManipulator.PALBranchWrapper

java.lang.Object
  extended by pal.tree.TreeManipulator.PALBranchWrapper
Enclosing class:
TreeManipulator

public static final class TreeManipulator.PALBranchWrapper
extends java.lang.Object


Constructor Summary
TreeManipulator.PALBranchWrapper(TreeManipulator.PALNodeWrapper parent, TreeManipulator.PALNodeWrapper child, double branchLength)
           
 
Method Summary
 java.lang.Object getAnnotation()
           
 double getBranchLength()
           
 pal.tree.TreeManipulator.SimpleNode getChildNode()
           
 pal.tree.TreeManipulator.SimpleNode getParentNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeManipulator.PALBranchWrapper

public TreeManipulator.PALBranchWrapper(TreeManipulator.PALNodeWrapper parent,
                                        TreeManipulator.PALNodeWrapper child,
                                        double branchLength)
Method Detail

getParentNode

public pal.tree.TreeManipulator.SimpleNode getParentNode()

getChildNode

public pal.tree.TreeManipulator.SimpleNode getChildNode()

getBranchLength

public final double getBranchLength()

getAnnotation

public final java.lang.Object getAnnotation()