Package pal.tree
Interface RootedTreeInterface.RBranch
-
- Enclosing interface:
- RootedTreeInterface
public static interface RootedTreeInterface.RBranch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-