pal.tree
Interface UnrootedTreeInterface.UNode
- Enclosing interface:
- UnrootedTreeInterface
public static interface UnrootedTreeInterface.UNode
getParentUBranch
UnrootedTreeInterface.UBranch getParentUBranch()
- Get the branch closest to the base (or maybe even the base)
- Returns:
setLabel
void setLabel(java.lang.String label)
setAnnotation
void setAnnotation(java.lang.Object annotation)
resetChildren
void resetChildren()
createUChild
UnrootedTreeInterface.UNode createUChild()
- Create a child that is further from the base
- Returns: