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