Package pal.tree
Interface RootedTreeInterface.RNode
- Enclosing interface:
RootedTreeInterface
public static interface RootedTreeInterface.RNode
-
Method Summary
Modifier and TypeMethodDescriptionCreate a child that is further from the baseGet the parent branch (or null if the root)void
void
setAnnotation
(Object annotation) void
-
Method Details
-
getParentRBranch
RootedTreeInterface.RBranch getParentRBranch()Get the parent branch (or null if the root)- Returns:
-
setLabel
-
setAnnotation
-
resetChildren
void resetChildren() -
createRChild
RootedTreeInterface.RNode createRChild()Create a child that is further from the base- Returns:
-