swarm.space
Class Discrete2dCImpl

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

public class Discrete2dCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, Discrete2dS

Root class of all 2d discrete spaces.. A Discrete2d is basically a 2d array of ids. Subclasses add particular space semantics onto this. Currently Discrete2d grids are accessed by integer pairs of X and Y coordinates.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
Discrete2dCImpl()
           
Discrete2dCImpl(Discrete2dImpl nextPhase)
           
 
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

Discrete2dCImpl

public Discrete2dCImpl(Discrete2dImpl nextPhase)

Discrete2dCImpl

public Discrete2dCImpl()