Package repast.simphony.valueLayer
Interface IGridValueLayer
- All Superinterfaces:
ValueLayer
- All Known Implementing Classes:
BufferedGridValueLayer
,GridValueLayer
Interface for grid style value layers.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(double value, int... coordinate) Sets the specified cell to the specified value.Methods inherited from interface repast.simphony.valueLayer.ValueLayer
get, getDimensions, getName
-
Method Details
-
set
void set(double value, int... coordinate) Sets the specified cell to the specified value.- Parameters:
value
- the new value of the cellcoordinate
- the coordinate of the cell whose value we want to set
-