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