|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jebl.evolution.trees.CladeSystem
public class CladeSystem
Stores a set of unique clades for a tree
Constructor Summary | |
---|---|
CladeSystem()
|
|
CladeSystem(RootedTree tree)
|
Method Summary | |
---|---|
void |
add(RootedTree tree)
adds all the clades in the tree |
Set<Taxon> |
getClade(int index)
|
int |
getCladeCount()
get number of unique clades |
double |
getCladeFrequency(int index)
get clade frequency |
String |
getCladeString(int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CladeSystem()
public CladeSystem(RootedTree tree)
tree
- Method Detail |
---|
public int getCladeCount()
public Set<Taxon> getClade(int index)
public String getCladeString(int index)
public double getCladeFrequency(int index)
public void add(RootedTree tree)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |