Package pal.tree
Interface UnrootedTreeInterface.UNode
-
- Enclosing interface:
- UnrootedTreeInterface
public static interface UnrootedTreeInterface.UNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnrootedTreeInterface.UNode
createUChild()
Create a child that is further from the baseUnrootedTreeInterface.UBranch
getParentUBranch()
Get the branch closest to the base (or maybe even the base)void
resetChildren()
void
setAnnotation(java.lang.Object annotation)
void
setLabel(java.lang.String label)
-
-
-
Method Detail
-
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:
-
-