public static interface UnrootedTreeInterface.UNode
Modifier and Type | Method and Description |
---|---|
UnrootedTreeInterface.UNode |
createUChild()
Create a child that is further from the base
|
UnrootedTreeInterface.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) |
UnrootedTreeInterface.UBranch getParentUBranch()
void setLabel(java.lang.String label)
void setAnnotation(java.lang.Object annotation)
void resetChildren()
UnrootedTreeInterface.UNode createUChild()