Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
▼Ncom | |
▼Ngams | Provides package namespace for Java interface and examples to General Algebraic Model System (GAMS) |
▼Napi | Provides a Java programming interface to the General Algebraic Model System (GAMS) |
►CAbstractRunParameters | Abstract class for run parameters |
CGAMSCheckpoint | 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 |
CGAMSDatabase | |
CGAMSDatabaseDomainViolation | An instance of GAMSDatabaseDomainViolation stores a domain violation information for each symbol in a GAMSDatabase instance |
CGAMSDatabaseIterator | An iterator of a GAMSDatabase over a collection of GAMSSymbol |
CGAMSEngineConfiguration | Configuration that allows the execution of jobs on a specific GAMS Engine instance |
►CGAMSEngineJob | GAMSEngineJob manages the execution of a GAMS program given by GAMS model source for GAMS Engine |
►CGAMSEngineRunParameters | Run parameters for GAMSEngineJob |
CGAMSEquation | This is the representation of an equation symbol in GAMS |
CGAMSEquationRecord | This is the representation of a single record of a GAMSEquation instance |
CGAMSException | GAMSException contains the information described the cause of exception during the execution of GAMS Java API |
CGAMSExecutionException | GAMSExecutionException contains the exit code unsuccessfully returned by GAMS process |
►CGAMSGlobals | GAMSGlobals defines constants that are used by com.gams.api package |
CGAMSJob | |
►CGAMSModelInstance | |
CGAMSModelInstanceOpt | The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance .solve() routine |
CGAMSModifier | Instances of this class are input to GAMSModelInstance.instantiate method |
►CGAMSOptions | |
CGAMSParameter | This is the representation of a parameter symbol in GAMS |
CGAMSParameterRecord | This is the representation of a single record of a GAMSParameter instance |
►CGAMSRunParameters | Run parameters for GAMSJob |
CGAMSSet | This is the representation of a set symbol in GAMS |
CGAMSSetRecord | This is the representation of a single record of a GAMSSet instance |
CGAMSSymbol | This is the representation of a symbol in GAMS |
CGAMSSymbolDomainViolation | An instance of GAMSSymbolDomainViolation stores a domain violation information for a GAMSSymbol instance |
CGAMSSymbolIterator | An iterator of a GAMSymbol over a collection of GAMSSymbolRecord |
CGAMSSymbolRecord | This is the representation of a single record of a GAMSSymbol instance |
CGAMSVariable | This is the representation of a variable symbol in GAMS |
CGAMSVariableRecord | This is the representation of a single record of a GAMSVariable instance |
CGAMSWorkspace | |
CGAMSWorkspaceInfo |