|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PhyloNode | |
---|---|
de.jstacs.sequenceScores.statisticalModels.trainable.phylo |
Uses of PhyloNode in de.jstacs.sequenceScores.statisticalModels.trainable.phylo |
---|
Methods in de.jstacs.sequenceScores.statisticalModels.trainable.phylo that return PhyloNode | |
---|---|
PhyloNode |
PhyloNode.clone()
|
PhyloNode |
PhyloTree.getRoot()
This method returns the root node of the tree |
Methods in de.jstacs.sequenceScores.statisticalModels.trainable.phylo that return types with arguments of type PhyloNode | |
---|---|
ArrayList<PhyloNode> |
PhyloTree.getAllLeafs()
This method returns a list of PhyloNode s that represent the leafs of the tree |
ArrayList<PhyloNode> |
PhyloNode.getAllLeafs()
This method returns a list of PhyloNode s that are leafs in the subtree starting from this instance |
ArrayList<PhyloNode> |
PhyloNode.getChildrenNodes()
This method returns a list of PhyloNode s that are children of this instance |
Methods in de.jstacs.sequenceScores.statisticalModels.trainable.phylo with parameters of type PhyloNode | |
---|---|
void |
PhyloNode.addChild(PhyloNode node)
This method adds a children node to the current instance |
Constructors in de.jstacs.sequenceScores.statisticalModels.trainable.phylo with parameters of type PhyloNode | |
---|---|
PhyloTree(String name,
PhyloNode root)
Construct an instance of the class PhyloTree |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |