swarm.space
Class ConwayLife2dCImpl

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

public class ConwayLife2dCImpl
extends PhaseCImpl
implements Ca2dS, Ca2dC, ConwayLife2dS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ConwayLife2dCImpl()
           
ConwayLife2dCImpl(ConwayLife2dImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.space.Ca2dC
createEnd, initializeLattice, setNumStates
 
Methods implemented by this class for interface swarm.space.DblBuffer2dC
createEnd
 
Methods implemented by this class for interface swarm.space.Discrete2dC
createEnd, makeOffsets, setSizeX$Y
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
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(ConwayLife2dImpl nextPhase)

ConwayLife2dCImpl

public ConwayLife2dCImpl()