Package | Description |
---|---|
fsm |
Modifier and Type | Field and Description |
---|---|
DistanceCalc |
EvolutionParams.distance_calc_method |
Modifier and Type | Method and Description |
---|---|
DistanceCalc |
EvolutionParams.getDistanceCalcMethod()
Returns distance calculation method.
|
static DistanceCalc |
DistanceCalc.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistanceCalc[] |
DistanceCalc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|