| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable.phylo |
| Modifier and Type | Method and Description |
|---|---|
PhyloNode |
PhyloNode.clone() |
PhyloNode |
PhyloTree.getRoot()
This method returns the root node of the tree
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<PhyloNode> |
PhyloTree.getAllLeafs()
This method returns a list of
PhyloNodes that represent the leafs of the tree |
ArrayList<PhyloNode> |
PhyloNode.getAllLeafs()
This method returns a list of
PhyloNodes that are leafs in the subtree starting from this instance |
ArrayList<PhyloNode> |
PhyloNode.getChildrenNodes()
This method returns a list of
PhyloNodes that are children of this instance |
| Modifier and Type | Method and Description |
|---|---|
void |
PhyloNode.addChild(PhyloNode node)
This method adds a children node to the current instance
|
| Constructor and Description |
|---|
PhyloTree(String name,
PhyloNode root)
Construct an instance of the class PhyloTree
|