swarm.space
Interface ConwayLife2dC

All Known Implementing Classes:
ConwayLife2dCImpl

public interface ConwayLife2dC
extends Ca2dC, Ca2dS

Classic 2d Conway's Life CA.. Classic 2d Conway's Life CA.


Method Summary
 java.lang.Object initializeLattice()
          Initialize lattice to random 1/3 in state 1.
 
Methods inherited from interface swarm.space.Ca2dC
setNumStates
 
Methods inherited from interface swarm.space.Discrete2dC
create$setSizeX$Y, makeOffsets, setSizeX$Y
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

initializeLattice

public java.lang.Object initializeLattice()
Initialize lattice to random 1/3 in state 1.
Specified by:
initializeLattice in interface Ca2dC