Uses of Class
microsim.space.AbstractSpace
Packages that use AbstractSpace
-
Uses of AbstractSpace in microsim.space
Subclasses of AbstractSpace in microsim.spaceModifier and TypeClassDescriptionclassA bidimensional grid containing one object per cell.classDiscrete 2nd order approximation of 2d diffusion with evaporation.classA bidimensional grid containing double values.classA bidimensional grid containing integer values.classA bidimensional grid capable of containing many objects into each cell.classA sparse bidimensional grid containing one object per cell.Constructors in microsim.space with parameters of type AbstractSpaceModifierConstructorDescriptionDenseObjectSpace(AbstractSpace<Object> grid) Create a copy of the given grid.MultiObjectSpace(AbstractSpace<Object> grid) Create a copy of the given grid with a default intial capacity.MultiObjectSpace(AbstractSpace<Object> grid, int cellCapacity) Create a copy of the given grid with a given intial capacity.SparseObjectSpace(AbstractSpace<Object> grid) Create a copy of the given grid.