Package pal.tree
Interface UnrootedTreeInterface.BaseBranch
-
- All Superinterfaces:
UnrootedTreeInterface.GeneralBranch
- Enclosing interface:
- UnrootedTreeInterface
public static interface UnrootedTreeInterface.BaseBranch extends UnrootedTreeInterface.GeneralBranch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnrootedTreeInterface.UNode
getLeftNode()
UnrootedTreeInterface.UNode
getRightNode()
-
Methods inherited from interface pal.tree.UnrootedTreeInterface.GeneralBranch
setAnnotation, setLength
-
-
-
-
Method Detail
-
getLeftNode
UnrootedTreeInterface.UNode getLeftNode()
-
getRightNode
UnrootedTreeInterface.UNode getRightNode()
-
-