Package pal.tree

Interface RootedTreeInterface.RNode

Enclosing interface:
RootedTreeInterface

public static interface RootedTreeInterface.RNode
  • Method Details

    • getParentRBranch

      RootedTreeInterface.RBranch getParentRBranch()
      Get the parent branch (or null if the root)
      Returns:
    • setLabel

      void setLabel(String label)
    • setAnnotation

      void setAnnotation(Object annotation)
    • resetChildren

      void resetChildren()
    • createRChild

      Create a child that is further from the base
      Returns: