artoflife pre0.1.0-dev

org.artoflife.app.generator
Class GeneratorModel

java.lang.Object
  |
  +--org.artoflife.app.generator.GeneratorModel
All Implemented Interfaces:
java.io.Serializable

public class GeneratorModel
extends java.lang.Object
implements java.io.Serializable

Model for the GeneratorView to show.

Author:
Steve Meyfroidt
See Also:
Serialized Form

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

GeneratorModel

public GeneratorModel()
Method Detail

setPopulation

public void setPopulation(GenerationalPopulation population)

getPopulation

public GenerationalPopulation getPopulation()

startWorld

public void startWorld()

stopWorld

public void stopWorld()

getSelectedIndividual

public Individual getSelectedIndividual()

setSelectedIndividual

public void setSelectedIndividual(Individual individual)

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.