swarm.space
Interface ConwayLife2d

All Known Implementing Classes:
ConwayLife2dImpl

public interface ConwayLife2d
extends Ca2d, Ca2dS

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


Method Summary
 java.lang.Object stepRule()
          Run Conway's Life rule (simpleminded version).
 
Methods inherited from interface swarm.space.DblBuffer2d
putObject$atX$Y, putValue$atX$Y, updateLattice
 
Methods inherited from interface swarm.space.Discrete2d
copyDiscrete2d$toDiscrete2d, fastFillWithObject, fastFillWithValue, fillWithObject, fillWithValue, setDiscrete2d$toFile
 
Methods inherited from interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods inherited from interface swarm.space.GridData
getObjectAtX$Y, getSizeX, getSizeY, getValueAtX$Y
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

stepRule

public java.lang.Object stepRule()
Run Conway's Life rule (simpleminded version).
Specified by:
stepRule in interface Ca2d