pal.tree
Interface RootedTreeInterface.RBranch

Enclosing interface:
RootedTreeInterface

public static interface RootedTreeInterface.RBranch


Method Summary
 RootedTreeInterface.RNode getLessRecentNode()
           
 RootedTreeInterface.RNode getMoreRecentNode()
           
 void setAnnotation(java.lang.Object annotation)
           
 void setLength(double length)
           
 

Method Detail

setLength

void setLength(double length)

setAnnotation

void setAnnotation(java.lang.Object annotation)

getMoreRecentNode

RootedTreeInterface.RNode getMoreRecentNode()

getLessRecentNode

RootedTreeInterface.RNode getLessRecentNode()