Uses of Interface
repast.simphony.valueLayer.IGridValueLayer
-
Uses of IGridValueLayer in repast.simphony.valueLayer
Modifier and TypeClassDescriptionclass
Implements a grid value layer with read and write buffers.class
A grid value layer.Modifier and TypeMethodDescriptionvoid
ValueLayerDiffuser.setValueLayer
(IGridValueLayer valueLayer) ModifierConstructorDescriptionValueLayerDiffuser
(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.