Class GridCell

java.lang.Object
repast.simphony.valueLayer.GridCell

public class GridCell extends Object
Encapsulates a grid location and value.
Author:
Nick Collier
  • Constructor Details

    • GridCell

      public GridCell(double value, int... location)
  • Method Details

    • getValue

      public double getValue()
      Returns:
      the value
    • getLocation

      public GridPoint getLocation()
      Returns:
      the location