Uses of Interface
repast.simphony.space.grid.CellAccessor
Packages that use CellAccessor
Package
Description
-
Uses of CellAccessor in repast.simphony.context.space.grid
Constructors in repast.simphony.context.space.grid with parameters of type CellAccessorModifierConstructorDescriptionContextGrid(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
Classes in repast.simphony.space.grid that implement CellAccessorModifier and TypeClassDescriptionstatic final classAn acessor for this grid class.classCoordinate accessor where a location can hold multiple individual objects.classCoordinate accessor for a space where each location holds a single object.Fields in repast.simphony.space.grid declared as CellAccessorMethods in repast.simphony.space.grid that return CellAccessorModifier 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.Constructors in repast.simphony.space.grid with parameters of type CellAccessorModifierConstructorDescriptionAbstractGrid(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
Methods in repast.simphony.visualization.editor.space that return CellAccessorModifier and TypeMethodDescriptionProjected3DGrid.getCellAccessor()Gets the cell accessor used to control access to individual grid cells.