Class SimulatedEvolutionParameter
java.lang.Object
org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionParameter
- All Implemented Interfaces:
java.io.Serializable
,SimulatedEvolution
public class SimulatedEvolutionParameter extends java.lang.Object implements SimulatedEvolution
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolution
TAB_TYPE
-
Constructor Summary
Constructors Constructor Description SimulatedEvolutionParameter()
-
Method Summary
Modifier and Type Method Description void
decreaseFoodPerDay()
void
increaseFoodPerDay()
void
toggleGardenOfEden()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimulatedEvolutionParameter
public SimulatedEvolutionParameter()
-
-
Method Details
-
increaseFoodPerDay
public void increaseFoodPerDay() -
decreaseFoodPerDay
public void decreaseFoodPerDay() -
toggleGardenOfEden
public void toggleGardenOfEden()
-