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).
|
Modifier and Type | Method | Description |
---|---|---|
UnrootedTreeInterface.UNode |
UnrootedTreeInterface.UNode.createUChild() |
Create a child that is further from the base
|
UnrootedTreeInterface.UNode |
UnrootedTreeInterface.UBranch.getCloserNode() |
|
UnrootedTreeInterface.UNode |
UnrootedTreeInterface.UBranch.getFartherNode() |
|
UnrootedTreeInterface.UNode |
UnrootedTreeInterface.BaseBranch.getLeftNode() |
|
UnrootedTreeInterface.UNode |
UnrootedTreeInterface.BaseBranch.getRightNode() |