Package pal.tree
Interface RootedTreeInterface.RNode
-
- Enclosing interface:
- RootedTreeInterface
public static interface RootedTreeInterface.RNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootedTreeInterface.RNode
createRChild()
Create a child that is further from the baseRootedTreeInterface.RBranch
getParentRBranch()
Get the parent branch (or null if the root)void
resetChildren()
void
setAnnotation(java.lang.Object annotation)
void
setLabel(java.lang.String label)
-
-
-
Method Detail
-
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:
-
-