pal.tree
Interface UnrootedTreeInterface.BaseBranch

All Superinterfaces:
UnrootedTreeInterface.GeneralBranch
Enclosing interface:
UnrootedTreeInterface

public static interface UnrootedTreeInterface.BaseBranch
extends UnrootedTreeInterface.GeneralBranch


Method Summary
 UnrootedTreeInterface.UNode getLeftNode()
           
 UnrootedTreeInterface.UNode getRightNode()
           
 
Methods inherited from interface pal.tree.UnrootedTreeInterface.GeneralBranch
setAnnotation, setLength
 

Method Detail

getLeftNode

UnrootedTreeInterface.UNode getLeftNode()

getRightNode

UnrootedTreeInterface.UNode getRightNode()