Index

A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absoluteValue() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
actionPerformed(ActionEvent) - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTab
 
actionPerformed(ActionEvent) - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTab
 
actionPerformed(ActionEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
actionPerformed(ActionEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelButtons
TODO write doc.
actionPerformed(ActionEvent) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkTab
 
actionPerformed(ActionEvent) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
addActionListener(SimulatedEvolutionTab) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SetFoodPerDayPanel
 
addActionListener(SimulatedEvolutionTab) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SetGardenOfEdenPanel
 
addNextPopulation(List<Cell>) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationContainer
 
allinone - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Allinone() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Allinone
 

B

BACKWARDS - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
border - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
Bounds - Class in org.woehlke.computer.kurzweil.commons.model
 
Bounds(double, double, Dimension) - Constructor for class org.woehlke.computer.kurzweil.commons.model.Bounds
 
BoxLayoutVertical - Class in org.woehlke.computer.kurzweil.commons.layouts
 
BoxLayoutVertical(Container) - Constructor for class org.woehlke.computer.kurzweil.commons.layouts.BoxLayoutVertical
Creates a layout manager that will lay out components along the given axis.

C

cancel(boolean) - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
cancel(boolean) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
cancel(boolean) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
cca - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Cca() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca
 
Cell - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
The Cell of one Bacterium.
Cell(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
cellConf - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
CellConf() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution.CellConf
 
CellCore - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
The CellCore contains the DNA which has influence on orientation at moving.
CellCore(ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellCore
 
CellLifeCycle - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
State of the Cell which monitors age and getting enough food.
CellLifeCycle(ComputerKurzweilProperties.SimulatedEvolution.CellConf) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
 
CellLifeCycleStatus - Enum Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
The Status of the Cell's LifeCycle.
CellOrientation - Enum Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
Orientation defines the new position after next move.
CellPopulationContainer - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population
 
CellPopulationContainer(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationContainer
 
CellPopulationRecord - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population
 
CellPopulationRecord() - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
CENTER - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
click() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabStateMachine
 
click(Point) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
COLOR_FOOD - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.WorldColor
 
COLOR_WATER - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.WorldColor
 
ComplexNumber - Class in org.woehlke.computer.kurzweil.commons.model.fractal
Mandelbrot Set drawn by a Turing Machine.
ComplexNumber() - Constructor for class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
ComplexNumber(double, double) - Constructor for class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
ComplexNumber(ComplexNumber) - Constructor for class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
computeJuliaSet(ComplexNumber) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
computeMandelbrotSet() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
ComputerKurzweilApplication - Class in org.woehlke.computer.kurzweil
Class with main Method for Starting the Desktop Application.
ComputerKurzweilApplication(String[]) - Constructor for class org.woehlke.computer.kurzweil.ComputerKurzweilApplication
 
ComputerKurzweilContext - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilContext(ComputerKurzweilProperties, ComputerKurzweilFrame) - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
ComputerKurzweilFrame - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilFrame(ComputerKurzweilProperties) - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
ComputerKurzweilMenuBar - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilMenuBar(ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilMenuBar
 
ComputerKurzweilProperties - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
ComputerKurzweilProperties.Allinone - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Allinone.Lattice - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Allinone.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Cca - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Cca.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Cca.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Cca.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Dla - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Dla.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Dla.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Gameoflive - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Gameoflive.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Gameoflive.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Gameoflive.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Kochsnowflake - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Kochsnowflake.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Kochsnowflake.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Kochsnowflake.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Mandelbrot - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Mandelbrot.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Mandelbrot.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Samegame - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Samegame.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Samegame.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Samegame.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Sierpinskitriangle - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Sierpinskitriangle.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Sierpinskitriangle.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Sierpinskitriangle.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution.CellConf - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution.Food - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution.GardenOfEden - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution.Population - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.SimulatedEvolution.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Tetris - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Tetris.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Tetris.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Tetris.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Turmite - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Turmite.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Turmite.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Turmite.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Wator - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Wator.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Wator.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.Wator.View.Neighborhood - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.WienerProcess - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.WienerProcess.Control - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilProperties.WienerProcess.View - Class in org.woehlke.computer.kurzweil.application
 
ComputerKurzweilTabbedPane - Class in org.woehlke.computer.kurzweil.tabs
https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/util/concurrent/ThreadPoolExecutor.html https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/util/concurrent/Executor.html TODO: https://github.com/Computer-Kurzweil/computer_kurzweil/issues/18 TODO: https://github.com/Computer-Kurzweil/computer_kurzweil/issues/19 http://openbook.rheinwerk-verlag.de/javainsel9/javainsel_14_004.htm
ComputerKurzweilTabbedPane(ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
computeTheJuliaSetFor(Point) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Dla
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Mandelbrot
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator
 
control - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.WienerProcess
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Dla.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Mandelbrot.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator.Control
 
Control() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.WienerProcess.Control
 
CONWAYS_GAME_OF_LIFE - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
copy() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
countDeadCell() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
countFullAgeCell() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
countHungryCell() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
countOldCell() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
countYoungAndFatCell() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
countYoungCell() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationRecord
 
createInitialPopulation() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationContainer
 
ctx - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
CYCLIC_CELLULAR_AUTOMATON - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
CyclicCellularAutomaton - Interface in org.woehlke.computer.kurzweil.tabs.cca.config
 
CyclicCellularAutomatonCanvas - Class in org.woehlke.computer.kurzweil.tabs.cca.canvas
Cyclic Cellular Automaton.
CyclicCellularAutomatonCanvas(CyclicCellularAutomatonContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
CyclicCellularAutomatonColorScheme - Class in org.woehlke.computer.kurzweil.tabs.cca.views
 
CyclicCellularAutomatonColorScheme() - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.views.CyclicCellularAutomatonColorScheme
 
CyclicCellularAutomatonContext - Class in org.woehlke.computer.kurzweil.tabs.cca.config
 
CyclicCellularAutomatonContext(CyclicCellularAutomatonTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomatonContext
 
CyclicCellularAutomatonController - Class in org.woehlke.computer.kurzweil.tabs.cca.control
Cyclic Cellular Automaton.
CyclicCellularAutomatonController(CyclicCellularAutomatonContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.control.CyclicCellularAutomatonController
 
CyclicCellularAutomatonModel - Class in org.woehlke.computer.kurzweil.tabs.cca.model
 
CyclicCellularAutomatonModel(CyclicCellularAutomatonContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
CyclicCellularAutomatonTab - Class in org.woehlke.computer.kurzweil.tabs.cca
 
CyclicCellularAutomatonTab(ComputerKurzweilTabbedPane) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTab
 
CyclicCellularAutomatonTabPane - Class in org.woehlke.computer.kurzweil.tabs.cca.views
 
CyclicCellularAutomatonTabPane(CyclicCellularAutomatonTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.views.CyclicCellularAutomatonTabPane
 

D

DEAD - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
deceaseZoomLevel() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
decreaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
decreaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
decreaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldParameter
 
died() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
DIFFUSION_LIMITED_AGGREGATION - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
DiffusionLimitedAggregation - Interface in org.woehlke.computer.kurzweil.tabs.dla.config
 
DiffusionLimitedAggregationCanvas - Class in org.woehlke.computer.kurzweil.tabs.dla.canvas
Diffusion Limited Aggregation.
DiffusionLimitedAggregationCanvas(DiffusionLimitedAggregationContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.canvas.DiffusionLimitedAggregationCanvas
 
DiffusionLimitedAggregationContext - Class in org.woehlke.computer.kurzweil.tabs.dla.config
 
DiffusionLimitedAggregationContext(DiffusionLimitedAggregationTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregationContext
 
DiffusionLimitedAggregationController - Class in org.woehlke.computer.kurzweil.tabs.dla.control
Diffusion Limited Aggregation.
DiffusionLimitedAggregationController(DiffusionLimitedAggregationContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.control.DiffusionLimitedAggregationController
 
DiffusionLimitedAggregationModel - Class in org.woehlke.computer.kurzweil.tabs.dla.model
 
DiffusionLimitedAggregationModel(DiffusionLimitedAggregationContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
DiffusionLimitedAggregationTab - Class in org.woehlke.computer.kurzweil.tabs.dla
 
DiffusionLimitedAggregationTab(ComputerKurzweilTabbedPane) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTab
 
DiffusionLimitedAggregationTabPane - Class in org.woehlke.computer.kurzweil.tabs.dla.views
 
DiffusionLimitedAggregationTabPane(DiffusionLimitedAggregationTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.views.DiffusionLimitedAggregationTabPane
 
dla - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Dla() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Dla
 
DOWN - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringDirection
 
DOWN - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
DOWN_LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
DOWN_RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 

E

EAST - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
eat(int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
Eat the available Food in this Position.
eat(int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
 
eat(LatticePoint) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
Reduces Food in the Grid by eating and delivers the food energy to the eating Cell.
equals(Object) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
equals(Object) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomatonContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregationContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.MandelbrotContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalkContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolutionContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
One Step of Time in the World in which the Population of Bacteria Cell perform Life.
exit() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
exit() - Method in interface org.woehlke.computer.kurzweil.commons.tabs.TabController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.cca.control.CyclicCellularAutomatonController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.dla.control.DiffusionLimitedAggregationController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.control.MandelbrotController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.control.RandomWalkController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.control.SimulatedEvolutionController
 

F

FILL_THE_OUTSIDE_WITH_COLOR - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhase
 
fillTheOutsideWithColors() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
FINISHED - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhase
 
finishFillTheOutsideWithColors() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhaseState
 
finishSearchTheSet() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhaseState
 
finishWalkAround() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhaseState
 
FlowLayoutCenter - Class in org.woehlke.computer.kurzweil.commons.layouts
 
FlowLayoutCenter() - Constructor for class org.woehlke.computer.kurzweil.commons.layouts.FlowLayoutCenter
 
FlowLayoutLeft - Class in org.woehlke.computer.kurzweil.commons.layouts
 
FlowLayoutLeft() - Constructor for class org.woehlke.computer.kurzweil.commons.layouts.FlowLayoutLeft
 
food - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
Food() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution.Food
 
FORWARD - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
FULL_AGE - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 

G

gameoflive - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Gameoflive() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive
 
gardenOfEden - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
GardenOfEden() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution.GardenOfEden
 
GaussianNumberPlane - Class in org.woehlke.computer.kurzweil.commons.model.fractal
Mandelbrot Set drawn by a Turing Machine.
GaussianNumberPlane(MandelbrotModel) - Constructor for class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
get() - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
get() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
get(int, int, int, int) - Static method in class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhood
 
get(long, TimeUnit) - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
get(long, TimeUnit) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
getActiveTab() - Method in class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
getAgeFor(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
getAllCells() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
getApps() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
getBorder() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getBorder(String) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getBottomButtonsPanelBorder() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getBottomButtonsPanelBorder(String) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getCanvas() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabCanvas
 
getCanvas(JRootPane) - Static method in class org.woehlke.computer.kurzweil.commons.model.Bounds
 
getCanvasBorder() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getCellStatusFor(int, int) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
getCellStatusFor(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
getColor() - Method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.WorldColor
 
getColor() - Method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
getColorBackground() - Method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
getColorForeground() - Method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
getColorForState(int) - Method in class org.woehlke.computer.kurzweil.tabs.cca.views.CyclicCellularAutomatonColorScheme
 
getColorForState(int) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkColorScheme
 
getController() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabController
 
getCtx() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasContextApplication
 
getCurrentGeneration() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationContainer
 
getFrameBorder() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getFrameBounds() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
getFrameBounds(JRootPane) - Static method in class org.woehlke.computer.kurzweil.commons.model.Bounds
 
getGaussianNumberPlane() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
getHeight() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
getHeight() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
getIcon() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabTitle
 
getIcon() - Method in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
getImg() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
getKeyEvent() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabTitle
 
getKeyEvent() - Method in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
getLifeCycleStatus() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
getMandelbrotTabState() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabStateMachine
 
getMaxState() - Method in class org.woehlke.computer.kurzweil.tabs.cca.views.CyclicCellularAutomatonColorScheme
 
getMaxState() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkColorScheme
 
getMoore(int, int, int, int) - Static method in class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhood
 
getMove() - Method in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
getMove() - Method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
getNeighbourhoodFor(LatticeNeighbourhoodType) - Static method in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
getNewCellCore() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getNewCellLifeCycle() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getNextRandomLatticePoint() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getPanelStartStopButtonsSubTab() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasPanelStartStopButtons
 
getPanelSubtitle() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasPanelSubtitle
 
getPanelSubtitleForApplication(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForCca(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForDla(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForMandelbrot(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSameGame(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSierpinskiTetris(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSierpinskiTriangle(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSierpinskiTurmite(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSierpinskiWaTor(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSimulatedEvolution(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelSubtitleForSimulatedKochSnowflake(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
getPanelTitleForApplication(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForCca(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForDla(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForMandelbrot(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSameGame(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSierpinskiTetris(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSierpinskiTriangle(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSierpinskiTurmite(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSierpinskiWaTor(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSimulatedEvolution(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPanelTitleForSimulatedKochSnowflake(ComputerKurzweilContext) - Static method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
getPopulation() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
getPopulation() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
GetPopulationLifeCyclePanel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.views
 
GetPopulationLifeCyclePanel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.GetPopulationLifeCyclePanel
 
GetPopulationStatisticsPanel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.views
 
GetPopulationStatisticsPanel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.GetPopulationStatisticsPanel
 
getPosition() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
getRandomOrientation() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellCore
 
getRandomOrientation2() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellCore
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomatonContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregationContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.MandelbrotContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalkContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolutionContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
getReal() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
getState(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
getSubtitle(TabType) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
getSubTitle() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabTitle
 
getSubTitle() - Method in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
getTab() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTab
 
getTab() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
getTabbedPaneBorder() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getTabBorder() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getTabCtx() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabContext
 
getTabModel() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabModel
 
getTitle() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabTitle
 
getTitle() - Method in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
getTitle(TabType) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
getToolTipText() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabTitle
 
getTuringPosition() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
getTuringTuringPhase() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhaseState
 
getUncaughtExceptionHandler() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.control.SimulatedEvolutionController
 
getVonNeumann(int, int, int, int) - Static method in class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhood
 
getWidth() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
getWidth() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
getWoehlke(int, int, int, int) - Static method in class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhood
 
getWorldDimensions() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
getWorldDimensions() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
getX() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
getY() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
getZoomCenter() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
getZoomLevel() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
goForward() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
GuiComponent - Interface in org.woehlke.computer.kurzweil.commons.gui
 
GuiComponentApplication - Interface in org.woehlke.computer.kurzweil.commons.gui
 
GuiComponentCanvas - Interface in org.woehlke.computer.kurzweil.commons.gui
 
GuiComponentPanel - Interface in org.woehlke.computer.kurzweil.commons.gui
 
GuiComponentTab - Interface in org.woehlke.computer.kurzweil.commons.gui
 

H

HARD_LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
HARD_RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
HasContextApplication - Interface in org.woehlke.computer.kurzweil.commons.has
 
hasDendriteNeighbour(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
hasFood(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
hasFood(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
TODO write doc.
hashCode() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
hashCode() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
HasPanelStartStopButtons - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasPanelSubtitle - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasTab - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasTabCanvas - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasTabContext - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasTabController - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasTabModel - Interface in org.woehlke.computer.kurzweil.commons.has
 
HasTabTitle - Interface in org.woehlke.computer.kurzweil.commons.has
 
HUNGRY - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 

I

inceaseZoomLevel() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
increaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
increaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
increaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldParameter
 
isAbleForReproduction() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
isAbleForReproduction() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
 
isCancelled() - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
isCancelled() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
isDead() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
 
isDone() - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
isDone() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
isFinishedWalkAround() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
isInJuliaSet() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
isInMandelbrotSet() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
isInMandelbrotSet(Point) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
isInZooomedMandelbrotSet(Point) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
isNotDivergent() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 

J

JULIA_SET - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState
 
JULIA_SET_ZOOM - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState
 

K

killNegative() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
KOCH_SNOWFLAKE - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
kochsnowflake - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Kochsnowflake() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake
 

L

lattice - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Allinone
 
Lattice() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Allinone.Lattice
 
LatticeNeighbourhood - Class in org.woehlke.computer.kurzweil.commons.model
 
LatticeNeighbourhood(int, int, int, int, LatticeNeighbourhoodType) - Constructor for class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhood
 
LatticeNeighbourhoodType - Enum Class in org.woehlke.computer.kurzweil.commons.model
 
LatticePoint - Class in org.woehlke.computer.kurzweil.commons.model
A Point is used to define the Position of Cell or as a Vector for defining Dimensions.
LatticePoint(LatticePoint) - Constructor for class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
LatticePointNeighbourhoodPosition - Enum Class in org.woehlke.computer.kurzweil.commons.model
 
layout - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
LayoutCanvas - Class in org.woehlke.computer.kurzweil.commons.layouts
 
LayoutCanvas(JComponent) - Constructor for class org.woehlke.computer.kurzweil.commons.layouts.LayoutCanvas
Creates a layout manager that will lay out components along the given axis.
LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringDirection
 
LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
letFoodGrow() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
Delivers new food to random positions.

M

main(String[]) - Static method in class org.woehlke.computer.kurzweil.ComputerKurzweilApplication
Starting the Desktop Application.
mandelbrot - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Mandelbrot - Interface in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config
 
Mandelbrot() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Mandelbrot
 
MANDELBROT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState
 
MANDELBROT_SET - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
MANDELBROT_ZOOM - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState
 
MandelbrotCanvas - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas
Mandelbrot Set drawn by a Turing Machine.
MandelbrotCanvas(MandelbrotContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
MandelbrotContext - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config
 
MandelbrotContext(MandelbrotTab, ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.MandelbrotContext
 
MandelbrotController - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.control
Mandelbrot Set drawn by a Turing Machine.
MandelbrotController(MandelbrotModel, MandelbrotTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.control.MandelbrotController
 
MandelbrotModel - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model
Mandelbrot Set drawn by a Turing Machine.
MandelbrotModel(ComputerKurzweilProperties, MandelbrotTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
MandelbrotTab - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
(C) 2006 - 2013 Thomas Woehlke.
MandelbrotTab(ComputerKurzweilTabbedPane) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
MandelbrotTabPane - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
 
MandelbrotTabPane(MandelbrotTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.MandelbrotTabPane
 
MandelbrotTabState - Enum Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTabStateMachine - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTabStateMachine() - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabStateMachine
 
MandelbrotTuringMachine - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTuringMachine(MandelbrotModel) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.MandelbrotTuringMachine
 
markFirstSetPosition() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
MAX_ITERATIONS - Static variable in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
MOORE_NEIGHBORHOOD - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
https://en.wikipedia.org/wiki/Moore_neighborhood
mouseClicked(MouseEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
mouseEntered(MouseEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
mouseExited(MouseEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
mousePressed(MouseEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
mouseReleased(MouseEvent) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
move() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
The Cell moves on the Step in a Direction choosen by Random and DNA.
move() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
moving consumes food energy.
moveBy(LatticePoint) - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveDown() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveDown() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
moveLeft() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveLeft() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
moveRight() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveRight() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
moveUp() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveUp() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 

N

neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite.View
 
neighborhood - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator.View
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite.View.Neighborhood
 
Neighborhood() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator.View.Neighborhood
 
normalize(LatticePoint) - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
NORTH - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
NORTH_EAST - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
NORTH_WEST - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 

O

OLD - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
org.woehlke.computer.kurzweil - package org.woehlke.computer.kurzweil
 
org.woehlke.computer.kurzweil.application - package org.woehlke.computer.kurzweil.application
 
org.woehlke.computer.kurzweil.commons - package org.woehlke.computer.kurzweil.commons
 
org.woehlke.computer.kurzweil.commons.gui - package org.woehlke.computer.kurzweil.commons.gui
 
org.woehlke.computer.kurzweil.commons.has - package org.woehlke.computer.kurzweil.commons.has
 
org.woehlke.computer.kurzweil.commons.layouts - package org.woehlke.computer.kurzweil.commons.layouts
 
org.woehlke.computer.kurzweil.commons.model - package org.woehlke.computer.kurzweil.commons.model
 
org.woehlke.computer.kurzweil.commons.model.fractal - package org.woehlke.computer.kurzweil.commons.model.fractal
 
org.woehlke.computer.kurzweil.commons.tabs - package org.woehlke.computer.kurzweil.commons.tabs
 
org.woehlke.computer.kurzweil.commons.widgets - package org.woehlke.computer.kurzweil.commons.widgets
 
org.woehlke.computer.kurzweil.tabs - package org.woehlke.computer.kurzweil.tabs
 
org.woehlke.computer.kurzweil.tabs.cca - package org.woehlke.computer.kurzweil.tabs.cca
 
org.woehlke.computer.kurzweil.tabs.cca.canvas - package org.woehlke.computer.kurzweil.tabs.cca.canvas
 
org.woehlke.computer.kurzweil.tabs.cca.config - package org.woehlke.computer.kurzweil.tabs.cca.config
 
org.woehlke.computer.kurzweil.tabs.cca.control - package org.woehlke.computer.kurzweil.tabs.cca.control
 
org.woehlke.computer.kurzweil.tabs.cca.model - package org.woehlke.computer.kurzweil.tabs.cca.model
 
org.woehlke.computer.kurzweil.tabs.cca.views - package org.woehlke.computer.kurzweil.tabs.cca.views
 
org.woehlke.computer.kurzweil.tabs.dla - package org.woehlke.computer.kurzweil.tabs.dla
 
org.woehlke.computer.kurzweil.tabs.dla.canvas - package org.woehlke.computer.kurzweil.tabs.dla.canvas
 
org.woehlke.computer.kurzweil.tabs.dla.config - package org.woehlke.computer.kurzweil.tabs.dla.config
 
org.woehlke.computer.kurzweil.tabs.dla.control - package org.woehlke.computer.kurzweil.tabs.dla.control
 
org.woehlke.computer.kurzweil.tabs.dla.model - package org.woehlke.computer.kurzweil.tabs.dla.model
 
org.woehlke.computer.kurzweil.tabs.dla.views - package org.woehlke.computer.kurzweil.tabs.dla.views
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.control - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.control
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
 
org.woehlke.computer.kurzweil.tabs.randomwalk - package org.woehlke.computer.kurzweil.tabs.randomwalk
 
org.woehlke.computer.kurzweil.tabs.randomwalk.canvas - package org.woehlke.computer.kurzweil.tabs.randomwalk.canvas
 
org.woehlke.computer.kurzweil.tabs.randomwalk.config - package org.woehlke.computer.kurzweil.tabs.randomwalk.config
 
org.woehlke.computer.kurzweil.tabs.randomwalk.control - package org.woehlke.computer.kurzweil.tabs.randomwalk.control
 
org.woehlke.computer.kurzweil.tabs.randomwalk.model - package org.woehlke.computer.kurzweil.tabs.randomwalk.model
 
org.woehlke.computer.kurzweil.tabs.randomwalk.views - package org.woehlke.computer.kurzweil.tabs.randomwalk.views
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution - package org.woehlke.computer.kurzweil.tabs.simulatedevolution
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.config - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.config
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.control - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.control
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.model - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.views - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.views
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.population - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.population
 

P

paint(Graphics) - Method in interface org.woehlke.computer.kurzweil.commons.tabs.TabCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.dla.canvas.DiffusionLimitedAggregationCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionCanvas
Paint the World on the Canvas and show Food and Bacteria Cells.
PanelButtons - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
Mandelbrot Set drawn by a Turing Machine.
PanelButtons(MandelbrotModel) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelButtons
 
PanelChooseMouseClickMode - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
 
PanelChooseMouseClickMode(MandelbrotContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelChooseMouseClickMode
 
PanelCopyright - Class in org.woehlke.computer.kurzweil.commons.widgets
 
PanelCopyright - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
Mandelbrot Set drawn by a Turing Machine.
PanelCopyright(String) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelCopyright
 
PanelCopyright(ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.PanelCopyright
 
PanelNeighbourhoodButtons - Class in org.woehlke.computer.kurzweil.tabs.cca.views
 
PanelNeighbourhoodButtons(CyclicCellularAutomatonCanvas) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.views.PanelNeighbourhoodButtons
 
PanelStartStopButtons - Class in org.woehlke.computer.kurzweil.commons.widgets
 
PanelStartStopButtons(Tab) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.PanelStartStopButtons
 
panelSubtitle - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
PanelSubtitle - Class in org.woehlke.computer.kurzweil.commons.widgets
 
PanelSubtitle - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
Mandelbrot Set drawn by a Turing Machine.
PanelSubtitle(String) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
PanelSubtitle(String) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelSubtitle
 
PanelTitle - Class in org.woehlke.computer.kurzweil.commons.widgets
 
PanelTitle(String) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
PanelWithTitleBorder - Class in org.woehlke.computer.kurzweil.commons.widgets
 
PanelWithTitleBorder(String, ComputerKurzweilProperties) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.PanelWithTitleBorder
 
PanelZoom - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
 
PanelZoom(MandelbrotContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelZoom
 
ParticleOrientation - Enum Class in org.woehlke.computer.kurzweil.tabs.randomwalk.model
 
plus(ComplexNumber) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
plus(LatticePoint) - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
Point - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
Point() - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
Point(double, double) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
Point(int, int) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
Point(Point) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
population - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
Population() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution.Population
 
POPULATION - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
PopulationStatisticsElement - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.population
 
PopulationStatisticsElement(String, CellLifeCycleStatus) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.population.PopulationStatisticsElement
 
propertiesFactory(File) - Static method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
propertiesFactory(String, String) - Static method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
push(CellPopulationRecord) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.CellPopulationContainer
 

R

RADIO_BUTTONS_SWITCH - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.RradioButtons
 
RADIO_BUTTONS_ZOOM - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.RradioButtons
 
RANDOM_WALK_WIENER_PROCESS - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
randomwalk - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
RandomWalk - Interface in org.woehlke.computer.kurzweil.tabs.randomwalk.config
 
RandomWalkButtons - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.views
 
RandomWalkButtons(RandomWalkCanvas) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.views.RandomWalkButtons
 
RandomWalkCanvas - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.canvas
Cyclic Cellular Automaton.
RandomWalkCanvas(RandomWalkContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkCanvas
 
RandomWalkColorScheme - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.canvas
 
RandomWalkColorScheme() - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkColorScheme
 
RandomWalkContext - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.config
 
RandomWalkContext(RandomWalkTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalkContext
 
RandomWalkController - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.control
Cyclic Cellular Automaton.
RandomWalkController(RandomWalkContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.control.RandomWalkController
 
RandomWalkModel - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.model
 
RandomWalkModel(RandomWalkContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
RandomWalkTab - Class in org.woehlke.computer.kurzweil.tabs.randomwalk
 
RandomWalkTab(ComputerKurzweilTabbedPane) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkTab
 
RandomWalkTabPane - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.views
 
RandomWalkTabPane(RandomWalkTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.views.RandomWalkTabPane
 
reproduction() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
 
reproductionByCellDivision() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
After performing Reproduction by Cell Division this Cell is one of the two Children this Method returns the other Child.
reproductionMitosis() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellCore
Mitosis is the Cell Core Division where the DNA changes for Evolution.
resetLattice() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
resetLattice() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringDirection
 
RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
RradioButtons - Enum Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views
Mandelbrot Set drawn by a Turing Machine.
run() - Method in class org.woehlke.computer.kurzweil.tabs.cca.control.CyclicCellularAutomatonController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.dla.control.DiffusionLimitedAggregationController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.control.MandelbrotController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.control.RandomWalkController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.control.SimulatedEvolutionController
 

S

SAME_GAME - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
samegame - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Samegame() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame
 
SEARCH_THE_SET - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhase
 
SetFoodPerDayPanel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.views
 
SetFoodPerDayPanel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SetFoodPerDayPanel
 
setGardenOfEdenDisabled() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
setGardenOfEdenDisabled() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
setGardenOfEdenDisabled() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldParameter
 
setGardenOfEdenEnabled() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
setGardenOfEdenEnabled() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
setGardenOfEdenEnabled() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldParameter
 
SetGardenOfEdenPanel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.views
 
SetGardenOfEdenPanel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SetGardenOfEdenPanel
 
setMandelbrotTabState(MandelbrotTabState) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabStateMachine
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabStateMachine
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabStateMachine
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomatonContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregationContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.MandelbrotContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalkContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolutionContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
setText(int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.population.PopulationStatisticsElement
 
setText(long) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.population.PopulationStatisticsElement
 
setX(int) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
setY(int) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
setZoomCenter(ComplexNumber) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
setZoomLevel(int) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
showMe() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
showMe() - Method in interface org.woehlke.computer.kurzweil.commons.gui.GuiComponent
 
showMe() - Method in class org.woehlke.computer.kurzweil.commons.widgets.PanelCopyright
 
showMe() - Method in class org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle
 
showMe() - Method in class org.woehlke.computer.kurzweil.commons.widgets.PanelTitle
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.dla.canvas.DiffusionLimitedAggregationCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.views.RandomWalkButtons
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionCanvas
 
SIERPINSKI_TRIANGLE - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
sierpinskitriangle - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Sierpinskitriangle() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle
 
SIMULATED_EVOLUTION - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
simulatedevolution - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
SimulatedEvolution - Interface in org.woehlke.computer.kurzweil.tabs.simulatedevolution.config
 
SimulatedEvolution() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
SimulatedEvolutionCanvas - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas
View for the World Data Model for Displaying Food and Bacteria Cells.
SimulatedEvolutionCanvas(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionCanvas
 
SimulatedEvolutionContext - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.config
 
SimulatedEvolutionContext(SimulatedEvolutionTab, ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolutionContext
 
SimulatedEvolutionController - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.control
The ControllerThreadApplet controls the Interactions between Model and View (MVC-Pattern).
SimulatedEvolutionController(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.control.SimulatedEvolutionController
 
SimulatedEvolutionModel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
The World contains Water, Cells and Food.
SimulatedEvolutionModel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
SimulatedEvolutionTab - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution
 
SimulatedEvolutionTab(ComputerKurzweilTabbedPane) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
SimulatedEvolutionTabPane - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.views
 
SimulatedEvolutionTabPane(SimulatedEvolutionTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SimulatedEvolutionTabPane
 
SOFT_LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
SOFT_RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
SOUTH - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
SOUTH_EAST - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
SOUTH_WEST - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
square() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
start() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
start() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
start() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
start() - Method in interface org.woehlke.computer.kurzweil.commons.Startable
 
start() - Method in interface org.woehlke.computer.kurzweil.commons.tabs.TabController
 
start() - Method in class org.woehlke.computer.kurzweil.commons.widgets.PanelStartStopButtons
 
start() - Method in class org.woehlke.computer.kurzweil.ComputerKurzweilApplication
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.MandelbrotTuringMachine
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhaseState
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
start(LatticePoint) - Static method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
Startable - Interface in org.woehlke.computer.kurzweil.commons
 
startController() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabController
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomatonContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregationContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.MandelbrotContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalkContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolutionContext
 
startWithNeighbourhoodMoore() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
startWithNeighbourhoodVonNeumann() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
startWithNeighbourhoodWoehlke() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
step() - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
step() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
step() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.MandelbrotTuringMachine
 
stop() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
 
stop() - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
stop() - Method in interface org.woehlke.computer.kurzweil.commons.Startable
 
stop() - Method in class org.woehlke.computer.kurzweil.commons.widgets.PanelStartStopButtons
 
stop() - Method in class org.woehlke.computer.kurzweil.ComputerKurzweilApplication
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.dla.model.DiffusionLimitedAggregationModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.model.RandomWalkModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
stopController() - Method in interface org.woehlke.computer.kurzweil.commons.has.HasTabController
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomatonContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregationContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.MandelbrotContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalkContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolutionContext
 
SubTab - Interface in org.woehlke.computer.kurzweil.commons.widgets
 
SubTabImpl - Class in org.woehlke.computer.kurzweil.commons.widgets
 
SubTabImpl(String, String, String, Icon, int, ComputerKurzweilProperties) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.SubTabImpl
 
SubTabImpl(String, ComputerKurzweilProperties) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.SubTabImpl
 
subTitle - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 

T

Tab - Interface in org.woehlke.computer.kurzweil.tabs
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.cca.config.CyclicCellularAutomaton
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.dla.config.DiffusionLimitedAggregation
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.config.Mandelbrot
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.randomwalk.config.RandomWalk
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolution
 
tabbedPane - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
TabCanvas - Interface in org.woehlke.computer.kurzweil.commons.tabs
 
TabContext - Interface in org.woehlke.computer.kurzweil.commons.tabs
 
TabController - Interface in org.woehlke.computer.kurzweil.commons.tabs
 
TabModel - Interface in org.woehlke.computer.kurzweil.commons.tabs
 
TabPanel - Class in org.woehlke.computer.kurzweil.tabs
 
TabPanel(ComputerKurzweilTabbedPane, TabType) - Constructor for class org.woehlke.computer.kurzweil.tabs.TabPanel
 
tabType - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
TabType - Enum Class in org.woehlke.computer.kurzweil.tabs
 
tetris - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Tetris() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris
 
TETRIS - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
title - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
toString() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
toString() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.Point
 
TuringDirection - Enum Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhase - Enum Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhaseState - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhaseState() - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhaseState
 
TuringPositions - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPositions(Point) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
turmite - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Turmite() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite
 
TURMITE - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
turnLeft() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 
turnRight() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPositions
 

U

UP - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringDirection
 
UP - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
UP_LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
UP_RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
 
update() - Method in interface org.woehlke.computer.kurzweil.commons.Updateable
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.dla.canvas.DiffusionLimitedAggregationCanvas
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.PanelChooseMouseClickMode
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionCanvas
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.GetPopulationLifeCyclePanel
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.GetPopulationStatisticsPanel
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SetFoodPerDayPanel
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SetGardenOfEdenPanel
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SimulatedEvolutionTabPane
 
update(Graphics) - Method in interface org.woehlke.computer.kurzweil.commons.tabs.TabCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.dla.canvas.DiffusionLimitedAggregationCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.canvas.MandelbrotCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionCanvas
 
Updateable - Interface in org.woehlke.computer.kurzweil.commons
 
updateStep() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
updateStep() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.views.SimulatedEvolutionTabPane
 

V

valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.RradioButtons
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.WorldColor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.tabs.TabType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.views.RradioButtons
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.randomwalk.model.ParticleOrientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.WorldColor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.tabs.TabType
Returns an array containing the constants of this enum class, in the order they are declared.
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Allinone
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Dla
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Mandelbrot
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator
 
view - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.WienerProcess
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Allinone.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Cca.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Dla.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Gameoflive.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Kochsnowflake.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Mandelbrot.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Samegame.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Sierpinskitriangle.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Tetris.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Turmite.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator.View
 
View() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.WienerProcess.View
 
VON_NEUMANN_NEIGHBORHOOD - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
https://en.wikipedia.org/wiki/Von_Neumann_neighborhood

W

WALK_AROUND_THE_SET - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.turing.TuringPhase
 
wator - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Wator() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Wator
 
WATOR - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.TabType
 
WEST - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
WienerProcess() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.WienerProcess
 
windowActivated(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowClosed(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowClosing(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowDeactivated(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowDeiconified(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowGainedFocus(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowIconified(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowLostFocus(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowOpened(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
windowStateChanged(WindowEvent) - Method in class org.woehlke.computer.kurzweil.application.ComputerKurzweilFrame
 
WOEHLKE_NEIGHBORHOOD - Enum constant in enum class org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
 
WorldColor - Enum Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas
 
WorldLattice - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world
Map of World where every Place can have food needed by the Bacteria Cells for eating.
WorldLattice(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldLattice
 
WorldParameter - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world
 
WorldParameter() - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.world.WorldParameter
 

Y

YET_UNCOMPUTED - Static variable in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
YOUNG - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
YOUNG_AND_FAT - Enum constant in enum class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 

Z

zoomIntoTheJuliaSetFor(Point) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
zoomIntoTheMandelbrotSet(Point) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
zoomLevel - Variable in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
zoomOut() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.MandelbrotModel
 
zoomOutOfTheJuliaSet() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
zoomOutOfTheMandelbrotSet() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form