Package pal.tree
Interface RootedTreeInterface.RBranch
- Enclosing interface:
- RootedTreeInterface
public static interface RootedTreeInterface.RBranch
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnnotation
(Object annotation) void
setLength
(double length)
-
Method Details
-
setLength
void setLength(double length) -
setAnnotation
-
getMoreRecentNode
RootedTreeInterface.RNode getMoreRecentNode() -
getLessRecentNode
RootedTreeInterface.RNode getLessRecentNode()
-