Package | Description |
---|---|
com.hfg.bio.phylogeny |
Modifier and Type | Method and Description |
---|---|
static PhylogeneticTree.Flag |
PhylogeneticTree.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhylogeneticTree.Flag[] |
PhylogeneticTree.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<List<PhyloNode>> |
PhylogeneticTree.groupNodes(float inBranchLengthTraversalLimit,
PhylogeneticTree.Flag... inFlags) |
jataylor@hairyfatguy.com