| Modifier and Type | Method and Description |
|---|---|
static TreeConstructionAlgorithm |
TreeConstructionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeConstructionAlgorithm[] |
TreeConstructionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TreeConstructor(org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix _matrix,
TreeType _treeType,
TreeConstructionAlgorithm _treeConstructionAlgorithm,
NJTreeProgressListener _treeProgessListener) |
TreeConstructor(MultipleSequenceAlignment<C,D> multipleSequenceAlignment,
TreeType _treeType,
TreeConstructionAlgorithm _treeConstructionAlgorithm,
NJTreeProgressListener _treeProgessListener) |
Copyright © 2000-2015 BioJava. All Rights Reserved.