Uses of Class
microsim.space.AbstractSpace
-
Packages that use AbstractSpace Package Description microsim.space -
-
Uses of AbstractSpace in microsim.space
Subclasses of AbstractSpace in microsim.space Modifier and Type Class Description classDenseObjectSpaceA bidimensional grid containing one object per cell.classDoubleDiffuseSpaceDiscrete 2nd order approximation of 2d diffusion with evaporation.classDoubleSpaceA bidimensional grid containing double values.classIntSpaceA bidimensional grid containing integer values.classMultiObjectSpaceA bidimensional grid capable of containing many objects into each cell.classSparseObjectSpaceA sparse bidimensional grid containing one object per cell.Constructors in microsim.space with parameters of type AbstractSpace Constructor Description DenseObjectSpace(AbstractSpace<java.lang.Object> grid)Create a copy of the given grid.MultiObjectSpace(AbstractSpace<java.lang.Object> grid)Create a copy of the given grid with a default intial capacity.MultiObjectSpace(AbstractSpace<java.lang.Object> grid, int cellCapacity)Create a copy of the given grid with a given intial capacity.SparseObjectSpace(AbstractSpace<java.lang.Object> grid)Create a copy of the given grid.
-