| Modifier and Type | Field | Description |
|---|---|---|
ComputeMethod |
AttributeNumeric.computeMethod |
| Modifier and Type | Method | Description |
|---|---|---|
static ComputeMethod |
ComputeMethod.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ComputeMethod[] |
ComputeMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
AttributeNumeric(double minValue,
double maxValue,
ComputeMethod computeMethod,
double coefficient) |
Copyright © 2019. All rights reserved.