| Package | Description |
|---|---|
| org.forester.phylogeny |
| Modifier and Type | Method and Description |
|---|---|
static PhylogenyMethods.DESCENDANT_SORT_PRIORITY |
PhylogenyMethods.DESCENDANT_SORT_PRIORITY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhylogenyMethods.DESCENDANT_SORT_PRIORITY[] |
PhylogenyMethods.DESCENDANT_SORT_PRIORITY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PhylogenyMethods.orderAppearance(PhylogenyNode n,
boolean order,
boolean order_ext_alphabetically,
PhylogenyMethods.DESCENDANT_SORT_PRIORITY pri)
Arranges the order of childern for each node of this Phylogeny in such a
way that either the branch with more children is on top (right) or on
bottom (left), dependent on the value of boolean order.
|
static void |
PhylogenyMethods.sortNodeDescendents(PhylogenyNode node,
PhylogenyMethods.DESCENDANT_SORT_PRIORITY pri) |
Copyright © 2016. All rights reserved.