|
artoflife pre0.1.0-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.artoflife.app.generator.GeneratorModel
Model for the GeneratorView to show.
Constructor Summary | |
GeneratorModel()
|
Method Summary | |
GenerationalPopulation |
getPopulation()
|
Individual |
getSelectedIndividual()
|
void |
setPopulation(GenerationalPopulation population)
|
void |
setSelectedIndividual(Individual individual)
|
void |
startWorld()
|
void |
stopWorld()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GeneratorModel()
Method Detail |
public void setPopulation(GenerationalPopulation population)
public GenerationalPopulation getPopulation()
public void startWorld()
public void stopWorld()
public Individual getSelectedIndividual()
public void setSelectedIndividual(Individual individual)
|
artoflife pre0.1.0-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |