| Package | Description |
|---|---|
| net.vatov.ampl.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectiveDeclaration.Goal |
ObjectiveDeclaration.Goal.fromString(String value) |
ObjectiveDeclaration.Goal |
ObjectiveDeclaration.getGoal() |
static ObjectiveDeclaration.Goal |
ObjectiveDeclaration.Goal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectiveDeclaration.Goal[] |
ObjectiveDeclaration.Goal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ObjectiveDeclaration(ObjectiveDeclaration.Goal goal,
String name,
Expression expression) |
Copyright © 2013. All Rights Reserved.