|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Generatable
Ddefines the mechanism by which the next generation of, for example, a population is created.
| Method Summary | |
|---|---|
int |
getGeneration()
|
void |
midGenerationProcessing()
A (callback) method which will be invoked at the midpoint of each generation. |
boolean |
nextGeneration()
Mutating method to invoke the next generation of a Generatable object. |
void |
postGenerationCleanup()
A (callback) method which will be invoked at the termination of each generation. |
void |
preGenerationPreparation()
A (callback) method which will be invoked at the start of each generation. |
| Method Detail |
|---|
int getGeneration()
boolean nextGeneration()
void preGenerationPreparation()
void midGenerationProcessing()
void postGenerationCleanup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||