public interface SolutionDef
Modifier and Type | Method and Description |
---|---|
EvalBounds |
getEvaluation()
Get the result that this solution has produced.
|
java.lang.String |
getName()
Get the solution name.
|
void |
setEvaluation(EvalBounds theEvaluation)
Set the evaluation value for the result.
|
void |
setName(java.lang.String thisName)
Set the solution name.
|
void setName(java.lang.String thisName)
thisName
- the solution name.java.lang.String getName()
void setEvaluation(EvalBounds theEvaluation)
theEvaluation
- the evaluation value.EvalBounds getEvaluation()