Package | Description |
---|---|
si.JDEXi |
Modifier and Type | Method and Description |
---|---|
Value |
Model.evaluate(java.lang.String strAttribute,
java.lang.String variables)
Deprecated.
|
Value |
Attribute.evaluate(VariableList variableList)
Deprecated.
|
Value |
Scale.findValue(java.lang.Integer ordinal)
Find ordinal scale value.
|
Value |
Scale.findValue(java.lang.String strValue)
Find string scale value.
|
Value |
Model.getInputValue(int index)
Get the value of the index-th basic (input) attribute.
|
Value |
Model.getInputValue(java.lang.String name)
Get the value of some aggregate (input) attribute.
|
Value |
Model.getOutputValue(int index)
Get the value of the index-th aggregate (output) attribute.
|
Value |
Model.getOutputValue(java.lang.String name)
Get the value of some aggregate (output) attribute.
|
Value |
Attribute.getValue()
Get single attribute value.
|
Constructor and Description |
---|
Value(Value value)
Constructor from another Value.
|