Uses of Class
microsim.space.AbstractSpace
Packages that use AbstractSpace
-
Uses of AbstractSpace in microsim.space
Subclasses of AbstractSpace in microsim.spaceModifier and TypeClassDescriptionclass
A bi-dimensional grid containing one object per cell only.class
Discrete 2nd order approximation of 2d diffusion with evaporation.class
A bi-dimensional grid containing double values.class
A bi-dimensional grid containing integer values.class
A bi-dimensional grid capable of containing many objects into each cell.class
A 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.