The OplElement type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AsConstraint |
This member function retrieves the value of the element as a constraint.
Return ValueA constraint. |
|
|
AsConstraintMap |
This member function retrieves the value of the element as an array of constraints.
Return ValueAn array of constraints. |
|
|
AsCumulFunctionExpr |
This member function retrieves the value of the element as a cumul function expression.
Return ValueA cumul function expression. |
|
|
AsCumulFunctionExprMap |
This member function retrieves the value of the element as a map of cumul function expression.
Return ValueA map cumul function expression. |
|
|
AsDiscreteDataCollection |
This member function retrieves the value of the element as a collection.
Return ValueA collection. |
|
|
AsInt |
This member function retrieves the integer value of the element. If the element is a decision variable, its value within the current solution is returned.
Return ValueThe integer value of the element. |
|
|
AsIntervalSequenceVar |
This member function retrieves the value of the element as a decision variable of type interval sequence.
Return ValueAn interval sequence decision variable. |
|
|
AsIntervalSequenceVarMap |
This member function retrieves the value of the element as an array of decision variables of type interval sequence.
Return ValueAn array of interval sequence decision variables. |
|
|
AsIntervalVar |
This member function retrieves the value of the element as a decision variable of type interval.
Return ValueAn interval decision variable. |
|
|
AsIntervalVarMap |
This member function retrieves the value of the element as an array of decision variables of type interval.
Return ValueAn array of interval decision variables. |
|
|
AsIntExpr |
This member function retrieves the value of the element as a decision expression of type integer.
Return ValueAn integer decision expression. |
|
|
AsIntExprMap |
This member function retrieves the value of the element as an array of decision expressions of type integer.
Return ValueAn array of integer decision expressions. |
|
|
AsIntMap |
This member function retrieves the value of the element as an array of integers.
Return ValueAn array of integers. |
|
|
AsIntRange |
This member function retrieves the value of the element as a range of integers.
Return ValueA range of integers. |
|
|
AsIntSet |
This member function retrieves the value of the element as a set of integers.
Return ValueA set of integers. |
|
|
AsIntSetMap |
This member function retrieves the value of the element as an array of integer sets.
Return ValueAn array of integer sets. |
|
|
AsIntVar |
This member function retrieves the value of the element as a decision variable of type integer.
Return ValueAn integer decision variable. |
|
|
AsIntVarMap |
This member function retrieves the value of the element as an array of decision variables of type integer.
Return ValueAn array of integer decision variables. |
|
|
AsMap | |
|
|
AsNum |
This member function retrieves the numeric value of the element. If the element is a decision variable, its value within the current solution is returned.
Return ValueThe numeric value of the element. |
|
|
AsNumExpr |
This member function retrieves the value of the element as a decision expression of type float.
Return ValueA float decision expression. |
|
|
AsNumExprMap |
This member function retrieves the value of the element as an array of decision expressions of type float.
Return ValueAn array of float decision expressions. |
|
|
AsNumMap |
This member function retrieves the value of the element as an array of floats.
Return ValueAn array of floats. |
|
|
AsNumRange |
This member function retrieves the value of the element as a range of floating-point values.
Return ValueA range of floating-point values. |
|
|
AsNumSet |
This member function retrieves the value of the element as a set of floating-point values.
Return ValueA set of floating-point values. |
|
|
AsNumSetMap |
This member function retrieves the value of the element as an array of float sets.
Return ValueAn array of float sets. |
|
|
AsNumVar |
This member function retrieves the value of the element as a decision variable of type float.
Return ValueA float decision variable. |
|
|
AsNumVarMap |
This member function retrieves the value of the element as an array of decision variables of type float.
Return ValueAn array of float decision variables. |
|
|
AsPiecewiseFunctionExpr |
This member function retrieves the value of the element as a piecewise function.
Return ValueA piecewise function. |
|
|
AsPiecewiseFunctionExprMap |
This member function retrieves the value of the element as a piecewise function map.
Return ValueA piecewise function map. |
|
|
AsStateFunctionExpr |
This member function retrieves the value of the element as a state function expression.
Return ValueA state function expression. |
|
|
AsStateFunctionExprMap |
This member function retrieves the value of the element as a map of state function expression.
Return ValueA map state function expression. |
|
|
AsString |
This member function retrieves the value of the element as a string.
Return ValueA string. |
|
|
AsSymbolMap |
This member function retrieves the value of the element as an array of strings.
Return ValueAn array of strings. |
|
|
AsSymbolSet |
This member function retrieves the value of the element as a set of strings.
Return ValueA set of strings. |
|
|
AsSymbolSetMap |
This member function retrieves the value of the element as an array of string sets.
Return ValueAn array of string sets. |
|
|
AsTuple |
This member function retrieves the value of the element as a tuple.
Return ValueA tuple. |
|
|
AsTupleMap |
This member function retrieves the value of the element as an array of tuples.
Return ValueAn array of tuples. |
|
|
AsTupleSchema |
This member function retrieves the value of the element as a schema of tuple sets.
Return ValueA schema of tuple sets. |
|
|
AsTupleSet |
This member function retrieves the value of the element as a set of tuples.
Return ValueA set of tuples. |
|
|
AsTupleSetMap |
This member function retrieves the value of the element as an array of tuple sets.
Return ValueAn array of tuple sets. |
|
|
Dispose | |
|
|
End |
Clears the memory used by this object
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
Finalize | (Overrides Object..::..Finalize()()()().) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
isDiscreteDataCollection |
This member function enables you to know whether the element is a discrete data collection.
Return ValueIloTrue if the element is a discrete data collection. |
|
|
isMap |
This member function enables you to know whether the element is a map.
Return ValueIloTrue if the element is a map. |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Overrides Object..::..ToString()()()().) |
|
|
ToStringDisplay |