Uses of Interface
repast.simphony.space.grid.CellAccessor
Package
Description
-
Uses of CellAccessor in repast.simphony.context.space.grid
ModifierConstructorDescriptionContextGrid
(String name, GridAdder<T> adder, GridPointTranslator translator, CellAccessor<T, Map<GridPoint, Object>> accessor, int... size) Constructs this space with the specified name, adder, translator, accessor and size.ContextGrid
(String name, GridAdder<T> adder, GridPointTranslator translator, CellAccessor<T, Map<GridPoint, Object>> accessor, int[] size, int[] origin) Constructs this space with the specified name, adder, translator, accessor, size, and origin. -
Uses of CellAccessor in repast.simphony.space.grid
Modifier and TypeClassDescriptionstatic final class
An acessor for this grid class.class
Coordinate accessor where a location can hold multiple individual objects.class
Coordinate accessor for a space where each location holds a single object.Modifier and TypeMethodDescriptionAbstractGrid.getCellAccessor()
Gets the cell accessor used to control access to individual grid cells.Grid.getCellAccessor()
Gets the cell accessor used to control access to individual grid cells.ModifierConstructorDescriptionAbstractGrid
(String name, GridAdder<T> adder, GridPointTranslator translator, CellAccessor<T, U> accessor, int... size) Constructs this space with the specified name, adder, translator, accessor and size.AbstractGrid
(String name, GridAdder<T> adder, GridPointTranslator translator, CellAccessor<T, U> accessor, int[] size, int[] origin) Constructs this space with the specified name, adder, translator, accessor and size.DefaultGrid
(String name, GridAdder<T> adder, GridPointTranslator translator, CellAccessor<T, Map<GridPoint, Object>> accessor, int... size) DefaultGrid
(String name, GridAdder<T> adder, GridPointTranslator translator, CellAccessor<T, Map<GridPoint, Object>> accessor, int[] size, int[] origin) -
Uses of CellAccessor in repast.simphony.visualization.editor.space
Modifier and TypeMethodDescriptionProjected3DGrid.getCellAccessor()
Gets the cell accessor used to control access to individual grid cells.