Uses of Interface
repast.simphony.valueLayer.IGridValueLayer
Packages that use IGridValueLayer
-
Uses of IGridValueLayer in repast.simphony.valueLayer
Classes in repast.simphony.valueLayer that implement IGridValueLayerModifier and TypeClassDescriptionclass
Implements a grid value layer with read and write buffers.class
A grid value layer.Fields in repast.simphony.valueLayer declared as IGridValueLayerMethods in repast.simphony.valueLayer with parameters of type IGridValueLayerModifier and TypeMethodDescriptionvoid
ValueLayerDiffuser.setValueLayer
(IGridValueLayer valueLayer) Constructors in repast.simphony.valueLayer with parameters of type IGridValueLayerModifierConstructorDescriptionValueLayerDiffuser
(IGridValueLayer valueLayer, double evaporationConst, double diffusionConst) Constructs this with the specified evaporation and diffusion constants.ValueLayerDiffuser
(IGridValueLayer valueLayer, double evaporationConst, double diffusionConst, boolean toroidal) Constructs this with the specified evaporation constant, diffusion constant, and toroidal'ness.