Package | Description |
---|---|
Models |
Provides classes for defining a phylogenetic model.
|
Modifier and Type | Method and Description |
---|---|
static Distributions.Calculation |
Distributions.Calculation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Distributions.Calculation[] |
Distributions.Calculation.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 |
Distributions.setMethod(Distributions.Calculation m)
Sets the calculation method to be used when calculating distributions
|