Package pal.tree
Interface UnrootedTreeInterface.BaseBranch
- All Superinterfaces:
UnrootedTreeInterface.GeneralBranch
- Enclosing interface:
- UnrootedTreeInterface
public static interface UnrootedTreeInterface.BaseBranch
extends UnrootedTreeInterface.GeneralBranch
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface pal.tree.UnrootedTreeInterface.GeneralBranch
setAnnotation, setLength
-
Method Details
-
getLeftNode
UnrootedTreeInterface.UNode getLeftNode() -
getRightNode
UnrootedTreeInterface.UNode getRightNode()
-