Package pal.tree

Interface UnrootedTreeInterface.UNode

Enclosing interface:
UnrootedTreeInterface

public static interface UnrootedTreeInterface.UNode
  • Method Details

    • getParentUBranch

      UnrootedTreeInterface.UBranch getParentUBranch()
      Get the branch closest to the base (or maybe even the base)
      Returns:
    • setLabel

      void setLabel(String label)
    • setAnnotation

      void setAnnotation(Object annotation)
    • resetChildren

      void resetChildren()
    • createUChild

      Create a child that is further from the base
      Returns: