pal.tree
public static interface RootedTreeInterface.RNode
Modifier and Type | Method and Description |
---|---|
RootedTreeInterface.RNode |
createRChild()
Create a child that is further from the base
|
RootedTreeInterface.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) |
RootedTreeInterface.RBranch getParentRBranch()
void setLabel(java.lang.String label)
void setAnnotation(java.lang.Object annotation)
void resetChildren()
RootedTreeInterface.RNode createRChild()