Uses of Interface
org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolution
-
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution that implement SimulatedEvolution Modifier and Type Class Description class
SimulatedEvolutionApplet
The Container for running the Simulation.class
SimulatedEvolutionCanvas
View for the World Data Model for Displaying Food and Bacteria Cells.class
SimulatedEvolutionContext
class
SimulatedEvolutionController
The ControllerThreadApplet controls the Interactions between Model and View (MVC-Pattern).class
SimulatedEvolutionModel
The World contains Water, Cells and Food.class
SimulatedEvolutionTab
-
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food that implement SimulatedEvolution Modifier and Type Class Description class
FoodPerDayDecreaseButton
class
FoodPerDayIncreaseButton
class
FoodPerDayLabel
class
FoodPerDayPanel
class
FoodPerDayTextField
-
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden that implement SimulatedEvolution Modifier and Type Class Description class
GardenOfEdenCheckBox
class
GardenOfEdenPanel
class
GardenOfEdenPanelRow
class
GardenOfEdenToggleButton
-
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population that implement SimulatedEvolution Modifier and Type Class Description class
PopulationStatisticsElement
class
PopulationStatisticsElementsPanelCounted
class
PopulationStatisticsElementsPanelLifeCycle
-
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model that implement SimulatedEvolution Modifier and Type Class Description class
SimulatedEvolutionParameter
class
SimulatedEvolutionWorldLattice
Map of World where every Place can have food needed by the Bacteria Cells for eating. -
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell that implement SimulatedEvolution Modifier and Type Class Description class
Cell
The Cell of one Bacterium.class
CellCore
The CellCore contains the DNA which has influence on orientation at moving.class
CellLifeCycle
State of the Cell which monitors age and getting enough food. -
Uses of SimulatedEvolution in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population
Classes in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population that implement SimulatedEvolution Modifier and Type Class Description class
SimulatedEvolutionPopulation
class
SimulatedEvolutionPopulationContainer