Class ComputerKurzweilProperties.SimulatedEvolution
java.lang.Object
org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
- Enclosing class:
- ComputerKurzweilProperties
public static class ComputerKurzweilProperties.SimulatedEvolution
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComputerKurzweilProperties.SimulatedEvolution.CellConf
static class
ComputerKurzweilProperties.SimulatedEvolution.Control
static class
ComputerKurzweilProperties.SimulatedEvolution.Food
static class
ComputerKurzweilProperties.SimulatedEvolution.GardenOfEden
static class
ComputerKurzweilProperties.SimulatedEvolution.Population
static class
ComputerKurzweilProperties.SimulatedEvolution.View
-
Field Summary
Fields Modifier and Type Field Description @Valid ComputerKurzweilProperties.SimulatedEvolution.CellConf
cellConf
@Valid ComputerKurzweilProperties.SimulatedEvolution.Control
control
@Valid ComputerKurzweilProperties.SimulatedEvolution.Food
food
@Valid ComputerKurzweilProperties.SimulatedEvolution.GardenOfEden
gardenOfEden
@Valid ComputerKurzweilProperties.SimulatedEvolution.Population
population
@Valid ComputerKurzweilProperties.SimulatedEvolution.View
view
-
Constructor Summary
Constructors Constructor Description SimulatedEvolution()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
view
-
control
-
cellConf
-
population
-
food
-
gardenOfEden
-
-
Constructor Details
-
SimulatedEvolution
public SimulatedEvolution()
-