|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.PhaseCImpl | +--swarm.space.Grid2dCImpl
A 2d container class for agents.. Grid2d is a generic container class to represent agent position on a 2d lattice. It gets most of its behaviour from Discrete2d, adding extra code to check that you don't overwrite things by accident. Grid2d is pretty primitive: only one object can be stored at a site, no boundary conditions are implied, etc.
Fields inherited from class swarm.PhaseCImpl |
nextPhase |
Constructor Summary | |
Grid2dCImpl()
|
|
Grid2dCImpl(Grid2dImpl nextPhase)
|
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 |
public Grid2dCImpl(Grid2dImpl nextPhase)
public Grid2dCImpl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |