Package | Description |
---|---|
genius.core.issue | |
genius.core.utility |
Modifier and Type | Method and Description |
---|---|
ValueDiscrete |
IssueDiscrete.getValue(int index)
Get value by its Sting representation, null otherwise.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ValueDiscrete> |
IssueDiscrete.getValues()
Gives an enumeration over all values in this discrete issue.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IssueDiscrete.getDesc(ValueDiscrete value) |
int |
IssueDiscrete.getValueIndex(ValueDiscrete value) |
void |
IssueDiscrete.setDesc(ValueDiscrete val,
java.lang.String desc)
Sets the desc for value
val . |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ValueDiscrete> |
EvaluatorDiscrete.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorDiscrete.addEvaluation(ValueDiscrete value,
java.lang.Integer evaluation)
Add a new possible value to the issue.
|
java.lang.Double |
EvaluatorDiscrete.getDoubleValue(ValueDiscrete value) |
java.lang.Double |
EvaluatorDiscrete.getEvaluation(ValueDiscrete value) |
java.lang.Integer |
EvaluatorDiscrete.getEvaluationNotNormalized(ValueDiscrete value) |
java.lang.Integer |
EvaluatorDiscrete.getValue(ValueDiscrete value) |
void |
EvaluatorDiscrete.setEvaluationDouble(ValueDiscrete val,
double evaluation)
identical to
EvaluatorDiscrete.setEvaluation(Value, int) but accepts double. |