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.RNodegetLessRecentNode()RootedTreeInterface.RNodegetMoreRecentNode()voidsetAnnotation(java.lang.Object annotation)voidsetLength(double length)
-
-
-
Method Detail
-
setLength
void setLength(double length)
-
setAnnotation
void setAnnotation(java.lang.Object annotation)
-
getMoreRecentNode
RootedTreeInterface.RNode getMoreRecentNode()
-
getLessRecentNode
RootedTreeInterface.RNode getLessRecentNode()
-
-