Package repast.simphony.valueLayer
Class GridCell
java.lang.Object
repast.simphony.valueLayer.GridCell
Encapsulates a grid location and value.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GridCell
public GridCell(double value, int... location)
-
-
Method Details
-
getValue
public double getValue()- Returns:
- the value
-
getLocation
- Returns:
- the location
-