Package HAL.GridsAndAgents
Class PopulationGrid1DLong
- java.lang.Object
-
- HAL.GridsAndAgents.PopulationGridLongBase
-
- HAL.GridsAndAgents.PopulationGrid1DLong
-
- All Implemented Interfaces:
Grid1D
,java.lang.Iterable<java.lang.Integer>
public class PopulationGrid1DLong extends PopulationGridLongBase implements Grid1D
-
-
Field Summary
-
Fields inherited from class HAL.GridsAndAgents.PopulationGridLongBase
usingSparseIndices
-
-
Constructor Summary
Constructors Constructor Description PopulationGrid1DLong(int xDim)
PopulationGrid1DLong(int xDim, boolean wrapX)
-
Method Summary
Modifier and Type Method Description void
Diffusion(double diffRate, MultinomialCalcLong mn)
boolean
IsWrapX()
int
Length()
int
Xdim()
-
Methods inherited from class HAL.GridsAndAgents.PopulationGridLongBase
Add, AddTo, AddTo, ApplyOccupied, CopyTo, CopyTo, Get, iterator, OccupiedArea, Pop, Set, SetAll, SetupSparseIndices, Update, UpdateCt
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface HAL.Interfaces.Grid1D
ApplyHood, ApplyHoodMapped, ApplyRectangle, ContainsValidI, DispX, Dist, DistSquared, GetHoodI, In, In, InWrap, InWrap, MapHood, MapHood, MapXpt, MapXsq, RandomHoodI, WrapI
-
-