Loading...
Searching...
No Matches
gams.control.database.GamsParameterRecord Class Reference

This is the representation of a single record of a GamsParameter. More...

Inheritance diagram for gams.control.database.GamsParameterRecord:
gams.control.database._GamsSymbolRecord

Public Member Functions

def __str__ (self)
 Retrieve a string representation of this record.
 
- Public Member Functions inherited from gams.control.database._GamsSymbolRecord
def key (self, index)
 Retrieve key of GamsSymbolRecord on position index.
 
def move_next (self)
 Iterate to next GamsSymbolRecord of GamsSymbol.
 
def move_previous (self)
 Iterate to previous GamsSymbolRecord of GamsSymbol.
 

Properties

property value = property(get_value, set_value)
 Get or set the value of this record.
 
- Properties inherited from gams.control.database._GamsSymbolRecord
property keys = property(get_keys)
 Retrieve keys of GamsSymbolRecord.
 
property symbol = property(get_symbol)
 Retrieve the GamsSymbol that contains this record.
 

Detailed Description

This is the representation of a single record of a GamsParameter.