Package pal.tree
Interface UnrootedTreeInterface.UNode
- Enclosing interface:
- UnrootedTreeInterface
public static interface UnrootedTreeInterface.UNode
-
Method Summary
Modifier and TypeMethodDescriptionCreate a child that is further from the baseGet the branch closest to the base (or maybe even the base)void
void
setAnnotation
(Object annotation) void
-
Method Details
-
getParentUBranch
UnrootedTreeInterface.UBranch getParentUBranch()Get the branch closest to the base (or maybe even the base)- Returns:
-
setLabel
-
setAnnotation
-
resetChildren
void resetChildren() -
createUChild
UnrootedTreeInterface.UNode createUChild()Create a child that is further from the base- Returns:
-