Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
ModelVariablesType |
ModelType.getModelVariablesType() |
ModelVariablesType |
DEAProblem.getModelVariableTypes()
This method return the DEA Model RTS Type (e.g.
|
static ModelVariablesType |
ModelVariablesType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelVariablesType[] |
ModelVariablesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|