| Package | Description |
|---|---|
| net.vatov.ampl.model |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDeclaration.RelopType |
ConstraintDeclaration.getRelop() |
static ConstraintDeclaration.RelopType |
ConstraintDeclaration.RelopType.parseRelop(String relop) |
static ConstraintDeclaration.RelopType |
ConstraintDeclaration.RelopType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintDeclaration.RelopType[] |
ConstraintDeclaration.RelopType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConstraintDeclaration(String name,
ConstraintDeclaration.RelopType relop,
Expression aExpr,
Expression bExpr) |
Copyright © 2013. All Rights Reserved.