matlab.gams.control.EquationRecord Class Reference
Representation of a single record of a Equation instance. More...
Inheritance diagram for matlab.gams.control.EquationRecord:
Public Attributes | |
| double | level |
| level value | |
| double | lower |
| lower bound | |
| double | marginal |
| marginal value | |
| double | scale |
| scale factor | |
| double | upper |
| upper bound | |
Public Attributes inherited from matlab.gams.control.SymbolRecord | |
| cell | keys |
| (read only) keys of this SymbolRecord | |
Additional Inherited Members | |
Public Member Functions inherited from matlab.gams.control.SymbolRecord | |
| void | dispose () |
| Release external resources hold by non-java library. | |
| logical | equals (any object) |
| Indicates whether some other object is "equal to" this one. | |
| integer | hashCode () |
| Returns a hash code value for the object. | |
| logical | isDisposed () |
| Inquire if this record has already been disposed. | |
| string | key (integer index) |
| Retrieve key of SymbolRecord on position index. | |
| logical | moveNext () |
| Iterate to next SymbolRecord of Symbol using the current criterion. | |
| logical | movePrevious () |
| Iterate to previous SymbolRecord of Symbol using the current criterion. | |
Public Attributes inherited from