pal.tree
Interface RootedTreeInterface.RNode
- Enclosing interface:
- RootedTreeInterface
public static interface RootedTreeInterface.RNode
getParentRBranch
RootedTreeInterface.RBranch getParentRBranch()
- Get the parent branch (or null if the root)
- Returns:
setLabel
void setLabel(java.lang.String label)
setAnnotation
void setAnnotation(java.lang.Object annotation)
resetChildren
void resetChildren()
createRChild
RootedTreeInterface.RNode createRChild()
- Create a child that is further from the base
- Returns: