Package | Description |
---|---|
org.opensourcedea.dea | |
org.opensourcedea.test |
Modifier and Type | Method and Description |
---|---|
VariableType |
Variable.getVariableType(int varIndex)
Gets the variable type of a specific variable.
|
VariableType |
DEAProblem.getVariableType(int varIndex)
Gets the Variable type of the Variable specified.
|
VariableType[] |
Variable.getVariableTypes()
Gets the variable types for all the variables.
|
VariableType[] |
DEAProblem.getVariableTypes()
Returns an array of VariableTypes.
|
static VariableType |
VariableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.setVariableType(int varIndex,
VariableType varType)
Sets the variable type for a specific variable.
|
void |
DEAProblem.setVariableType(int varIndex,
VariableType varType)
Sets the VariableType for the specified Variable.
|
void |
Variable.setVariableTypes(VariableType[] varTypes)
Sets the types for all the variables (e.g.
|
void |
DEAProblem.setVariableTypes(VariableType[] varTypes)
Sets the variable type for all the variables.
|
Modifier and Type | Method and Description |
---|---|
static VariableType[] |
TestData.createTestVariableTypes(VariableType varType) |
Modifier and Type | Method and Description |
---|---|
static VariableType[] |
TestData.createTestVariableTypes(VariableType varType) |