Package | Description |
---|---|
org.opensourcedea.dea | |
org.opensourcedea.test |
Modifier and Type | Method and Description |
---|---|
VariableOrientation[] |
DEAProblem.getVariableOrientation()
Returns the model variable orientation.
|
VariableOrientation |
Variable.getVariableOrientation(int varIndex)
Gets the orientation of a specific variable.
|
VariableOrientation |
DEAProblem.getVariableOrientation(int varIndex) |
VariableOrientation[] |
Variable.getVariableOrientations()
Gets the variables orientation.
|
static VariableOrientation |
VariableOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableOrientation[] |
VariableOrientation.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.setVariableOrientation(int varIndex,
VariableOrientation varOrientation)
Sets the orientation of a specific variable.
|
void |
DEAProblem.setVariableOrientation(int varIndex,
VariableOrientation varOrientation)
Sets the model variable orientation for the specific variable at varIndex.
|
void |
Variable.setVariableOrientations(VariableOrientation[] varOrientations)
Sets the orientations of the variables (e.g.
|
void |
DEAProblem.setVariableOrientations(VariableOrientation[] varOrientations)
Sets the model Variable Orientations
|
Modifier and Type | Method and Description |
---|---|
static VariableOrientation[] |
TestData.createTestVariableOrientation() |