| Package | Description |
|---|---|
| net.vatov.ampl.model |
| Modifier and Type | Method and Description |
|---|---|
NodeValue.OperationType |
NodeValue.getOperation() |
static NodeValue.OperationType |
NodeValue.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeValue.OperationType[] |
NodeValue.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setTreeValue(NodeValue.OperationType operation,
Expression... operands) |
| Constructor and Description |
|---|
NodeValue(NodeValue.OperationType operation,
Expression... operands) |
Copyright © 2013. All Rights Reserved.