Loading...
Searching...
No Matches
Package com.gams.api

Provides a Java programming interface to the General Algebraic Model System (GAMS). More...

Classes

class  AbstractRunParameters
 Abstract class for run parameters. More...
 
class  GAMSCheckpoint
 An instance of GAMSCheckpoint captures the state of a GAMSJob after the GAMSJob.run() method has been carried out, and can be created via the call of GAMSWorkspace.addCheckpoint() methods. More...
 
class  GAMSDatabase
 
class  GAMSDatabaseDomainViolation
 An instance of GAMSDatabaseDomainViolation stores a domain violation information for each symbol in a GAMSDatabase instance. More...
 
class  GAMSDatabaseIterator
 An iterator of a GAMSDatabase over a collection of GAMSSymbol. More...
 
class  GAMSEngineConfiguration
 Configuration that allows the execution of jobs on a specific GAMS Engine instance. More...
 
class  GAMSEngineJob
 GAMSEngineJob manages the execution of a GAMS program given by GAMS model source for GAMS Engine. More...
 
class  GAMSEngineRunParameters
 Run parameters for GAMSEngineJob. More...
 
class  GAMSEquation
 This is the representation of an equation symbol in GAMS. More...
 
class  GAMSEquationRecord
 This is the representation of a single record of a GAMSEquation instance. More...
 
class  GAMSException
 GAMSException contains the information described the cause of exception during the execution of GAMS Java API. More...
 
class  GAMSExecutionException
 GAMSExecutionException contains the exit code unsuccessfully returned by GAMS process. More...
 
class  GAMSGlobals
 GAMSGlobals defines constants that are used by com.gams.api package. More...
 
class  GAMSJob
 
class  GAMSModelInstance
 
class  GAMSModelInstanceOpt
 The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.solve() routine. More...
 
class  GAMSModifier
 Instances of this class are input to GAMSModelInstance.instantiate method. More...
 
class  GAMSOptions
 
class  GAMSParameter
 This is the representation of a parameter symbol in GAMS. More...
 
class  GAMSParameterRecord
 This is the representation of a single record of a GAMSParameter instance. More...
 
class  GAMSRunParameters
 Run parameters for GAMSJob. More...
 
class  GAMSSet
 This is the representation of a set symbol in GAMS. More...
 
class  GAMSSetRecord
 This is the representation of a single record of a GAMSSet instance. More...
 
class  GAMSSymbol
 This is the representation of a symbol in GAMS. More...
 
class  GAMSSymbolDomainViolation
 An instance of GAMSSymbolDomainViolation stores a domain violation information for a GAMSSymbol instance. More...
 
class  GAMSSymbolIterator
 An iterator of a GAMSymbol over a collection of GAMSSymbolRecord. More...
 
class  GAMSSymbolRecord
 This is the representation of a single record of a GAMSSymbol instance. More...
 
class  GAMSVariable
 This is the representation of a variable symbol in GAMS. More...
 
class  GAMSVariableRecord
 This is the representation of a single record of a GAMSVariable instance. More...
 
class  GAMSWorkspace
 
class  GAMSWorkspaceInfo
 

Detailed Description

Provides a Java programming interface to the General Algebraic Model System (GAMS).