pal.tree
Class TreeManipulator.PALBranchWrapper

java.lang.Object
  extended bypal.tree.TreeManipulator.PALBranchWrapper
All Implemented Interfaces:
pal.tree.TreeManipulator.SimpleBranch
Enclosing class:
TreeManipulator

public static final class TreeManipulator.PALBranchWrapper
extends java.lang.Object
implements pal.tree.TreeManipulator.SimpleBranch


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()
Specified by:
getParentNode in interface pal.tree.TreeManipulator.SimpleBranch

getChildNode

public pal.tree.TreeManipulator.SimpleNode getChildNode()
Specified by:
getChildNode in interface pal.tree.TreeManipulator.SimpleBranch

getBranchLength

public final double getBranchLength()
Specified by:
getBranchLength in interface pal.tree.TreeManipulator.SimpleBranch

getAnnotation

public final java.lang.Object getAnnotation()
Specified by:
getAnnotation in interface pal.tree.TreeManipulator.SimpleBranch