Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.EMIIMode Enum Reference

Model Instance Mode. More...

Public Member Functions

String value ()
 Get the string value of this enumerated MIIMode.
 

Static Public Member Functions

static EMIIMode lookup (String val)
 Lookup all mIIModes.
 

Public Attributes

 Off =("off")
 Default behavior.
 
 SingleMI =("singleMI")
 Setup to inspect a single model instance.
 
 MultiMI =("multiMI")
 Setup to inspect multiple model instances from one model.
 
 UndefinedMIIMode =(GAMSGlobals.EMPTY_STRING)
 Undefined MIIMode.
 

Detailed Description

Model Instance Mode.

Member Function Documentation

◆ lookup()

static EMIIMode com.gams.api.GAMSOptions.EMIIMode.lookup ( String  val)
static

Lookup all mIIModes.

Parameters
valan int value to lookup
Returns
the enumerated MIIMode that has the specified value, or UndefinedMIIMode if the specified value is not found.

◆ value()

String com.gams.api.GAMSOptions.EMIIMode.value ( )

Get the string value of this enumerated MIIMode.

Returns
the mIIMode value

Member Data Documentation

◆ MultiMI

com.gams.api.GAMSOptions.EMIIMode.MultiMI =("multiMI")

Setup to inspect multiple model instances from one model.

◆ Off

com.gams.api.GAMSOptions.EMIIMode.Off =("off")

Default behavior.

◆ SingleMI

com.gams.api.GAMSOptions.EMIIMode.SingleMI =("singleMI")

Setup to inspect a single model instance.

◆ UndefinedMIIMode

com.gams.api.GAMSOptions.EMIIMode.UndefinedMIIMode =(GAMSGlobals.EMPTY_STRING)

Undefined MIIMode.