|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SolutionListener
IFS solution listener.
Solution| Method Summary | |
|---|---|
void |
bestCleared(Solution solution)
Called by the solution when method Solution.clearBest() is called. |
void |
bestRestored(Solution solution)
Called by the solution when method Solution.restoreBest() is called. |
void |
bestSaved(Solution solution)
Called by the solution when method Solution.saveBest() is called. |
void |
getInfo(Solution solution,
Dictionary info)
Called by the solution when it is asked to produce info table, see Solution.getInfo(). |
void |
solutionUpdated(Solution solution)
Called by the solution when it is updated, see Solution.update(double). |
| Method Detail |
|---|
void solutionUpdated(Solution solution)
Solution.update(double).
solution - source solution
void getInfo(Solution solution,
Dictionary info)
Solution.getInfo().
A listener can also add some its info into this table.
solution - source solutioninfo - produced info tablevoid bestCleared(Solution solution)
Solution.clearBest() is called.
solution - source solutionvoid bestSaved(Solution solution)
Solution.saveBest() is called.
solution - source solutionvoid bestRestored(Solution solution)
Solution.restoreBest() is called.
solution - source solution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||