swarm.space
Class ConwayLife2dCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.space.ConwayLife2dCImpl

public class ConwayLife2dCImpl
extends PhaseCImpl
implements Ca2dS, Ca2dC, ConwayLife2dS, ConwayLife2dC

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ConwayLife2dCImpl()
           
ConwayLife2dCImpl(ConwayLife2d nextPhase)
           
 
Methods implemented by this class for interface swarm.space.Ca2dC
createEnd, initializeLattice, setNumStates
 
Methods implemented by this class for interface swarm.space.ConwayLife2dC
createBegin, initializeLattice
 
Methods implemented by this class for interface swarm.space.DblBuffer2dC
create$setSizeX$Y, createEnd
 
Methods implemented by this class for interface swarm.space.Discrete2dC
create$setSizeX$Y, createEnd, makeOffsets, setSizeX$Y
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConwayLife2dCImpl

public ConwayLife2dCImpl(ConwayLife2d nextPhase)

ConwayLife2dCImpl

public ConwayLife2dCImpl()