Loading...
Searching...
No Matches
Matlab.GAMS.GAMSVariableRecord Class Reference

Representation of a single record of a GAMSVariable instance. More...

Inheritance diagram for Matlab.GAMS.GAMSVariableRecord:
Matlab.GAMS.GAMSSymbolRecord

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.GAMSSymbolRecord
cell keys
 (read only) keys of this GAMSSymbolRecord
 

Additional Inherited Members

- Public Member Functions inherited from Matlab.GAMS.GAMSSymbolRecord
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 GAMSSymbolRecord on position index.
 
logical moveNext ()
 Iterate to next GAMSSymbolRecord of GAMSSymbol using the current criterion.
 
logical movePrevious ()
 Iterate to previous GAMSSymbolRecord of GAMSSymbol using the current criterion.
 

Detailed Description

Representation of a single record of a GAMSVariable instance.

See also
GAMSVariable