- getAbundances(boolean) - Method in class Community
-
gets the abundance for each species.
- getEnvironment() - Method in class Community
-
Gets the environment, which consists of a grid and that grid's length.
- getGrid() - Method in class Community
-
Gets the environment grid.
- getGridWithNames() - Method in class Community
-
Returns a grid where the location of an individual is denoted with its species name as opposed to its grid proxy.
- getSpeciesList() - Method in class Community
-
- gridFinal(int) - Method in class Community
-
Gets the environment grid after exacting a specified number of time steps.
- gridTimeSeries(int, int) - Method in class Community
-
Gives a time series of environment grids.
- gridTimeSeries(int, int, int) - Method in class Community
-
Gives a time series of environment grids.
- gridTimeSeriesScatter(int, int) - Method in class Community
-
GetGridScatter is identical to getGridTimeSeries, except that it scatters the populations
after every time step.
- gridTimeSeriesScatter(int, int, int) - Method in class Community
-
getGridScatter is identical to getGridTimeSeries, except that it scatters the populations
after every time step.