Uses of Interface
pal.tree.UnrootedTreeInterface.UNode
-
Packages that use UnrootedTreeInterface.UNode Package Description pal.tree Classes for providing the data structure of trees, for constructing and modifying trees, and for parameterizing trees (e.g., clock constraint). -
-
Uses of UnrootedTreeInterface.UNode in pal.tree
Methods in pal.tree that return UnrootedTreeInterface.UNode Modifier and Type Method Description UnrootedTreeInterface.UNodeUnrootedTreeInterface.UNode. createUChild()Create a child that is further from the baseUnrootedTreeInterface.UNodeUnrootedTreeInterface.UBranch. getCloserNode()UnrootedTreeInterface.UNodeUnrootedTreeInterface.UBranch. getFartherNode()UnrootedTreeInterface.UNodeUnrootedTreeInterface.BaseBranch. getLeftNode()UnrootedTreeInterface.UNodeUnrootedTreeInterface.BaseBranch. getRightNode()
-