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 Details

    • CyclicCellularAutomatonLattice

      public CyclicCellularAutomatonLattice​(ObjectRegistry ctx)
  • 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()