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

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

Inheritance diagram for gams.control.database.GamsSetRecord:
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 text = property(get_text, set_text)
 Get or set the explanatory text 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 GamsSet.