Package repast.simphony.valueLayer
Class MinGridFunction
java.lang.Object
repast.simphony.valueLayer.AbstractGridFunction
repast.simphony.valueLayer.MinGridFunction
- All Implemented Interfaces:
 GridFunction
GridFunction that calculates the minimum value(s) from
 those passed in.
- Author:
 - Nick Collier
 
- 
Field Summary
Fields inherited from class repast.simphony.valueLayer.AbstractGridFunction
cells - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class repast.simphony.valueLayer.AbstractGridFunction
getResults, reset 
- 
Constructor Details
- 
MinGridFunction
public MinGridFunction() 
 - 
 - 
Method Details
- 
apply
public void apply(double gridValue, int... location) Description copied from interface:GridFunctionApplies this GridFunction to the value and location.- Parameters:
 gridValue- the grid value at the locationlocation- the value's location
 - 
doReset
protected void doReset()Description copied from class:AbstractGridFunctionPerforms any subclass specific resetting.- Specified by:
 doResetin classAbstractGridFunction
 
 -