- scatter() - Method in class Community
-
The program scatter randomly mixes up all of the individuals, without changing
the actual population.
- scatter2() - Method in class Community
-
The program scatter randomly mixes up all of the individuals, without changing
the actual population.
- setAADispersalRadius(int) - Method in class Community
-
Sets a new AADispersalRadius.
- setDispersalRadius(int) - Method in class Community
-
Sets a new dispersalRadius.
- setGrid(int[][]) - Method in class Community
-
Replaces the old environment grid with the grid parameter.
- seTimeStep(int) - Method in class Community
-
Sets the time step counter.
- setKAAProduced(double) - Method in class Community
-
Set a new KAAProduced.
- setSeed(int) - Method in class Community
-
Setting the seed allows simulations to be repeatable.
- setToStep1() - Method in class Community
-
Tells the simulation to use the time stepping function where amino acid availibility directly affects recruitment.
- setToStep2() - Method in class Community
-
Tells the simulations to use the time stepping function where amino acid availibility directly affects fecunditiy, i.e.
- step() - Method in class Community
-
Calls either step1 or step2.
- step(int) - Method in class Community
-
Calls either step1 or step2.
- step1() - Method in class Community
-
Execute one time step where amino acid availibility affects recruitment.
- step2() - Method in class Community
-