Class CyclicCellularAutomatonLattice
java.lang.Object
org.woehlke.computer.kurzweil.tabs.cca.model.CyclicCellularAutomatonLattice
- All Implemented Interfaces:
java.io.Serializable
public class CyclicCellularAutomatonLattice
extends java.lang.Object
implements java.io.Serializable
Cyclic Cellular Automaton.
Created with IntelliJ IDEA.
Date: 28.08.13
Time: 12:39
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CyclicCellularAutomatonLattice(ObjectRegistry ctx)
-
Method Summary
Modifier and Type Method Description int
getCellStatusFor(int x, int y)
void
startMoore()
void
startVonNeumann()
void
startWoehlke()
void
step()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CyclicCellularAutomatonLattice
-
-
Method Details
-
step
public void step() -
getCellStatusFor
public int getCellStatusFor(int x, int y) -
startVonNeumann
public void startVonNeumann() -
startMoore
public void startMoore() -
startWoehlke
public void startWoehlke()
-