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|All Packages

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.mandelbrotzoom.canvas.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(TabPanel) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayPanel
 
addActionListener(TabPanel) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenPanelRow
 
addNextPopulation(List<Cell>) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer
 
allinone - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Allinone() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Allinone
 

B

BACKWARDS - 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.CyclicCellularAutomatonCanvas
 
cancel(boolean) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
cancel(boolean) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.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 in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
The Status of the Cell's LifeCycle.
CellOrientation - Enum in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell
Orientation defines the new position after next move.
CENTER - org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
click() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabStateMachine
 
click(Point) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
COLOR_FOOD - org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionWorldColor
 
COLOR_WATER - org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionWorldColor
 
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 - org.woehlke.computer.kurzweil.tabs.TabType
 
copy() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
countStatusOfOneCell(CellLifeCycleStatus) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulation
TODO write doc.
createInitialPopulation() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer
 
ctx - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
CYCLIC_CELLULAR_AUTOMATON - org.woehlke.computer.kurzweil.tabs.TabType
 
CyclicCellularAutomaton - Interface in org.woehlke.computer.kurzweil.tabs.cca
 
CyclicCellularAutomatonCanvas - Class in org.woehlke.computer.kurzweil.tabs.cca
Cyclic Cellular Automaton.
CyclicCellularAutomatonCanvas(CyclicCellularAutomatonContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonCanvas
 
CyclicCellularAutomatonColorScheme - Class in org.woehlke.computer.kurzweil.tabs.cca.canvas
 
CyclicCellularAutomatonColorScheme() - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.canvas.CyclicCellularAutomatonColorScheme
 
CyclicCellularAutomatonContext - Class in org.woehlke.computer.kurzweil.tabs.cca
 
CyclicCellularAutomatonContext(CyclicCellularAutomatonTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonContext
 
CyclicCellularAutomatonController - Class in org.woehlke.computer.kurzweil.tabs.cca
Cyclic Cellular Automaton.
CyclicCellularAutomatonController(CyclicCellularAutomatonContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonController
 
CyclicCellularAutomatonModel - Class in org.woehlke.computer.kurzweil.tabs.cca
 
CyclicCellularAutomatonModel(CyclicCellularAutomatonContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.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
 
CyclicCellularAutomatonTabPane(CyclicCellularAutomatonTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTabPane
 

D

DEAD - 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.SimulatedEvolutionParameter
 
decreaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
died() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
DIFFUSION_LIMITED_AGGREGATION - org.woehlke.computer.kurzweil.tabs.TabType
 
DiffusionLimitedAggregation - Interface in org.woehlke.computer.kurzweil.tabs.dla
 
DiffusionLimitedAggregationCanvas - Class in org.woehlke.computer.kurzweil.tabs.dla
Diffusion Limited Aggregation.
DiffusionLimitedAggregationCanvas(DiffusionLimitedAggregationContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationCanvas
 
DiffusionLimitedAggregationContext - Class in org.woehlke.computer.kurzweil.tabs.dla
 
DiffusionLimitedAggregationContext(DiffusionLimitedAggregationTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationContext
 
DiffusionLimitedAggregationController - Class in org.woehlke.computer.kurzweil.tabs.dla
Diffusion Limited Aggregation.
DiffusionLimitedAggregationController(DiffusionLimitedAggregationContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationController
 
DiffusionLimitedAggregationModel - Class in org.woehlke.computer.kurzweil.tabs.dla
 
DiffusionLimitedAggregationModel(DiffusionLimitedAggregationContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.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
 
DiffusionLimitedAggregationTabPane(DiffusionLimitedAggregationTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTabPane
 
disableZoomButton() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTabPane
 
dla - Variable in class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties
 
Dla() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Dla
 
DOWN - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringDirection
 
DOWN - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
DOWN_LEFT - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
DOWN_RIGHT - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 

E

EAST - 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.SimulatedEvolutionWorldLattice
Reduces Food in the Grid by eating and delivers the food energy to the eating Cell.
enableZoomButton() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTabPane
 
equals(Object) - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
equals(Object) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkModel
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionContext
 
exec() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.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.CyclicCellularAutomatonController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkController
 
exit() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionController
 

F

FILL_THE_OUTSIDE_WITH_COLOR - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhase
 
fillTheOutsideWithColors() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
FINISHED - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhase
 
finishFillTheOutsideWithColors() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhaseState
 
finishSearchTheSet() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhaseState
 
finishWalkAround() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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
 
FoodPerDayDecreaseButton - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
 
FoodPerDayDecreaseButton(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayDecreaseButton
 
FoodPerDayIncreaseButton - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
 
FoodPerDayIncreaseButton(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayIncreaseButton
 
FoodPerDayLabel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
 
FoodPerDayLabel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayLabel
 
FoodPerDayPanel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
 
FoodPerDayPanel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayPanel
 
FoodPerDayTextField - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
 
FoodPerDayTextField(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayTextField
 
FORWARD - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
FULL_AGE - 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
 
GardenOfEdenCheckBox - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden
 
GardenOfEdenCheckBox(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenCheckBox
 
GardenOfEdenPanel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden
 
GardenOfEdenPanel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenPanel
 
GardenOfEdenPanelRow - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden
 
GardenOfEdenPanelRow(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenPanelRow
 
GardenOfEdenToggleButton - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden
 
GardenOfEdenToggleButton(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenToggleButton
 
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.CyclicCellularAutomatonCanvas
 
get() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.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.CyclicCellularAutomatonCanvas
 
get(long, TimeUnit) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
getActiveTab() - Method in class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
getAgeFor(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
getAllCells() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.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.MandelbrotModel
 
getColor() - Method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionWorldColor
 
getColor() - Method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
getColorBackground() - Method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
getColorForeground() - Method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
getColorForState(int) - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.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.SimulatedEvolutionPopulationContainer
 
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.MandelbrotModel
 
getHeight() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
getHeight() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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.mandelbrotzoom.model.state.MandelbrotTabStateMachine
 
getMaxState() - Method in class org.woehlke.computer.kurzweil.tabs.cca.canvas.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 org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
getMove() - Method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
getNeighbourhoodFor(LatticeNeighbourhoodType) - Static method in enum 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
 
getPosition() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.Cell
 
getRadioButtonsSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTabPane
 
getRadioButtonsZoom() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTabPane
 
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.CyclicCellularAutomatonContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkModel
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionContext
 
getRawResult() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.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.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.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.mandelbrotzoom.model.turing.TuringPositions
 
getTuringTuringPhase() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhaseState
 
getUncaughtExceptionHandler() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.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.mandelbrotzoom.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.MandelbrotModel
 
getX() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
getY() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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
 
getZoomOutButton() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTabPane
 
goForward() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
HARD_RIGHT - 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.DiffusionLimitedAggregationModel
 
hasFood(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionWorldLattice
TODO write doc.
hasFood(int, int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
hashCode() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
hashCode() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - 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.SimulatedEvolutionParameter
 
increaseFoodPerDay() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
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.CyclicCellularAutomatonCanvas
 
isCancelled() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
isDead() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle
 
isDone() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonCanvas
 
isDone() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
isFinishedWalkAround() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState
 
JULIA_SET_ZOOM - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState
 

K

killNegative() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
KOCH_SNOWFLAKE - 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 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 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 - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringDirection
 
LEFT - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
letFoodGrow() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionWorldLattice
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
 
Mandelbrot() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.Mandelbrot
 
MANDELBROT - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState
 
MANDELBROT_SET - org.woehlke.computer.kurzweil.tabs.TabType
 
MANDELBROT_ZOOM - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState
 
MandelbrotCanvas - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
Mandelbrot Set drawn by a Turing Machine.
MandelbrotCanvas(MandelbrotContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
MandelbrotContext - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
 
MandelbrotContext(MandelbrotTab, ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotContext
 
MandelbrotController - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
Mandelbrot Set drawn by a Turing Machine.
MandelbrotController(MandelbrotModel, MandelbrotTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotController
 
MandelbrotModel - Class in org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
Mandelbrot Set drawn by a Turing Machine.
MandelbrotModel(ComputerKurzweilProperties, MandelbrotTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.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
 
MandelbrotTabPane(MandelbrotTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTabPane
 
MandelbrotTabState - Enum in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTabStateMachine - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTabStateMachine() - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabStateMachine
 
MandelbrotTuringMachine - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTuringMachine(MandelbrotModel) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.MandelbrotTuringMachine
 
markFirstSetPosition() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPositions
 
MAX_ITERATIONS - Static variable in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
MOORE_NEIGHBORHOOD - 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.mandelbrotzoom.model.turing.Point
 
moveLeft() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveLeft() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
moveRight() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveRight() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
moveUp() - Method in class org.woehlke.computer.kurzweil.commons.model.LatticePoint
 
moveUp() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
NORTH_EAST - org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
NORTH_WEST - org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 

O

OLD - 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.dla - package org.woehlke.computer.kurzweil.tabs.dla
 
org.woehlke.computer.kurzweil.tabs.mandelbrot2julia - package org.woehlke.computer.kurzweil.tabs.mandelbrot2julia
 
org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas - package org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas
 
org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state - package org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state
 
org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing - package org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing
 
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.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.canvas.food - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden
 
org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population - package org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population
 
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
 

P

paint(Graphics) - Method in interface org.woehlke.computer.kurzweil.commons.tabs.TabCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkCanvas
 
paint(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionCanvas
Paint the World on the Canvas and show Food and Bacteria Cells.
PanelButtons - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas
Mandelbrot Set drawn by a Turing Machine.
PanelButtons(MandelbrotModel) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.PanelButtons
 
PanelChooseMouseClickMode - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas
 
PanelChooseMouseClickMode(MandelbrotContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.PanelChooseMouseClickMode
 
PanelCopyright - Class in org.woehlke.computer.kurzweil.commons.widgets
 
PanelCopyright - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas
Mandelbrot Set drawn by a Turing Machine.
PanelCopyright(String) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.PanelCopyright
 
PanelCopyright(ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.commons.widgets.PanelCopyright
 
PanelNeighbourhoodButtons - Class in org.woehlke.computer.kurzweil.tabs.cca.canvas
 
PanelNeighbourhoodButtons(CyclicCellularAutomatonCanvas) - Constructor for class org.woehlke.computer.kurzweil.tabs.cca.canvas.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.mandelbrotzoom.canvas
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.mandelbrotzoom.canvas.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.mandelbrotzoom.canvas
 
PanelZoom(MandelbrotContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.PanelZoom
 
ParticleOrientation - Enum in org.woehlke.computer.kurzweil.tabs.randomwalk.canvas
 
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.mandelbrotzoom.model.turing
Mandelbrot Set drawn by a Turing Machine.
Point() - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
Point(double, double) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
Point(int, int) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
Point(Point) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
PopulationStatisticsElement - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population
 
PopulationStatisticsElement(String, CellLifeCycleStatus) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElement
 
PopulationStatisticsElementsPanelCounted - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population
 
PopulationStatisticsElementsPanelCounted(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElementsPanelCounted
 
PopulationStatisticsElementsPanelLifeCycle - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population
 
PopulationStatisticsElementsPanelLifeCycle(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElementsPanelLifeCycle
 
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(SimulatedEvolutionPopulation) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer
 

R

RADIO_BUTTONS_SWITCH - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.RradioButtons
 
RADIO_BUTTONS_ZOOM - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.RradioButtons
 
RANDOM_WALK_WIENER_PROCESS - 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
 
RandomWalkButtons - Class in org.woehlke.computer.kurzweil.tabs.randomwalk.canvas
 
RandomWalkButtons(RandomWalkCanvas) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkButtons
 
RandomWalkCanvas - Class in org.woehlke.computer.kurzweil.tabs.randomwalk
Cyclic Cellular Automaton.
RandomWalkCanvas(RandomWalkContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.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
 
RandomWalkContext(RandomWalkTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkContext
 
RandomWalkController - Class in org.woehlke.computer.kurzweil.tabs.randomwalk
Cyclic Cellular Automaton.
RandomWalkController(RandomWalkContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkController
 
RandomWalkModel - Class in org.woehlke.computer.kurzweil.tabs.randomwalk
 
RandomWalkModel(RandomWalkContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.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
 
RandomWalkTabPane(RandomWalkTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.randomwalk.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.CyclicCellularAutomatonModel
 
resetLattice() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkModel
 
RIGHT - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringDirection
 
RIGHT - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
RradioButtons - Enum in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas
Mandelbrot Set drawn by a Turing Machine.
run() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkController
 
run() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionController
 

S

SAME_GAME - 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 - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhase
 
setFoodPerDay(int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayTextField
 
setMandelbrotTabState(MandelbrotTabState) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabStateMachine
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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.MandelbrotModel
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabStateMachine
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkModel
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionContext
 
setRawResult(Void) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
setSelected(boolean) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenPanelRow
 
setText(int) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElement
 
setText(long) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElement
 
setX(int) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
setY(int) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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.CyclicCellularAutomatonCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.RandomWalkButtons
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkCanvas
 
showMe() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionCanvas
 
SIERPINSKI_TRIANGLE - 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 - 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
 
SimulatedEvolution() - Constructor for class org.woehlke.computer.kurzweil.application.ComputerKurzweilProperties.SimulatedEvolution
 
SimulatedEvolutionCanvas - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution
View for the World Data Model for Displaying Food and Bacteria Cells.
SimulatedEvolutionCanvas(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionCanvas
 
SimulatedEvolutionContext - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution
 
SimulatedEvolutionContext(SimulatedEvolutionTab, ComputerKurzweilContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionContext
 
SimulatedEvolutionController - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution
The ControllerThreadApplet controls the Interactions between Model and View (MVC-Pattern).
SimulatedEvolutionController(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionController
 
SimulatedEvolutionModel - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution
The World contains Water, Cells and Food.
SimulatedEvolutionModel(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
SimulatedEvolutionParameter - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
 
SimulatedEvolutionParameter() - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionParameter
 
SimulatedEvolutionPopulation - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population
 
SimulatedEvolutionPopulation() - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulation
 
SimulatedEvolutionPopulationContainer - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population
 
SimulatedEvolutionPopulationContainer(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer
 
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
 
SimulatedEvolutionTabPane(SimulatedEvolutionTab) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTabPane
 
SimulatedEvolutionWorldColor - Enum in org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas
 
SimulatedEvolutionWorldLattice - Class in org.woehlke.computer.kurzweil.tabs.simulatedevolution.model
Map of World where every Place can have food needed by the Bacteria Cells for eating.
SimulatedEvolutionWorldLattice(SimulatedEvolutionContext) - Constructor for class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionWorldLattice
 
SOFT_LEFT - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
SOFT_RIGHT - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
 
SOUTH - org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
SOUTH_EAST - org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
 
SOUTH_WEST - 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.CyclicCellularAutomatonModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.MandelbrotTuringMachine
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhaseState
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPositions
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkModel
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkTab
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionWorldLattice
 
start() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
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.CyclicCellularAutomatonContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkContext
 
startController() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionContext
 
startWithNeighbourhoodMoore() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonModel
 
startWithNeighbourhoodVonNeumann() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonModel
 
startWithNeighbourhoodWoehlke() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonModel
 
step() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
step() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
step() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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.CyclicCellularAutomatonModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.ComputerKurzweilTabbedPane
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkModel
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkTab
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionWorldLattice
 
stop() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
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.CyclicCellularAutomatonContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkContext
 
stopController() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.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.CyclicCellularAutomaton
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregation
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.Mandelbrot
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalk
 
TAB_TYPE - Static variable in interface org.woehlke.computer.kurzweil.tabs.simulatedevolution.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 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 - org.woehlke.computer.kurzweil.tabs.TabType
 
title - Variable in class org.woehlke.computer.kurzweil.tabs.TabPanel
 
toggleGardenOfEden() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenPanelRow
 
toggleGardenOfEden() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionParameter
 
toggleGardenOfEden() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.SimulatedEvolutionWorldLattice
 
toggleGardenOfEden() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionModel
 
toString() - Method in class org.woehlke.computer.kurzweil.commons.model.fractal.ComplexNumber
 
toString() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.Point
 
TuringDirection - Enum in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhase - Enum in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhaseState - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhaseState() - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhaseState
 
TuringPositions - Class in org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPositions(Point) - Constructor for class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - org.woehlke.computer.kurzweil.tabs.TabType
 
turnLeft() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPositions
 
turnRight() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPositions
 

U

UP - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringDirection
 
UP - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
UP_LEFT - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
UP_RIGHT - org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
 
update() - Method in interface org.woehlke.computer.kurzweil.commons.Updateable
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.PanelChooseMouseClickMode
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.food.FoodPerDayPanel
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.garden.GardenOfEdenPanelRow
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElementsPanelCounted
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.population.PopulationStatisticsElementsPanelLifeCycle
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
update() - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTabPane
 
update(Graphics) - Method in interface org.woehlke.computer.kurzweil.commons.tabs.TabCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.cca.CyclicCellularAutomatonCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.MandelbrotCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.randomwalk.RandomWalkCanvas
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionCanvas
 
update(SimulatedEvolutionPopulation) - Method in class org.woehlke.computer.kurzweil.tabs.simulatedevolution.SimulatedEvolutionTab
 
Updateable - Interface in org.woehlke.computer.kurzweil.commons
 

V

valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.RradioButtons
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionWorldColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.woehlke.computer.kurzweil.tabs.TabType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.commons.model.LatticePointNeighbourhoodPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.canvas.RradioButtons
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.turing.TuringPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.randomwalk.canvas.ParticleOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.canvas.SimulatedEvolutionWorldColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.woehlke.computer.kurzweil.tabs.TabType
Returns an array containing the constants of this enum type, 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 - org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
https://en.wikipedia.org/wiki/Von_Neumann_neighborhood

W

WALK_AROUND_THE_SET - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.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 - org.woehlke.computer.kurzweil.tabs.TabType
 
WEST - 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 - org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType
 

Y

YET_UNCOMPUTED - Static variable in class org.woehlke.computer.kurzweil.commons.model.fractal.GaussianNumberPlane
 
YOUNG - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus
 
YOUNG_AND_FAT - 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.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|All Packages