Package | Description |
---|---|
negotiator.utility |
Modifier and Type | Method and Description |
---|---|
static EVALUATORTYPE |
EVALUATORTYPE.convertToType(java.lang.String typeString) |
EVALUATORTYPE |
EvaluatorReal.getType() |
EVALUATORTYPE |
EvaluatorObjective.getType() |
EVALUATORTYPE |
EvaluatorInteger.getType() |
EVALUATORTYPE |
EvaluatorDiscrete.getType() |
EVALUATORTYPE |
Evaluator.getType() |
static EVALUATORTYPE |
EVALUATORTYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EVALUATORTYPE[] |
EVALUATORTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|