- getData() - Method in class Environment
-
Gets the data array.
- getDataValue(int, int) - Method in class Environment
-
Accessor method for a single data point.
- getHeight() - Method in class Environment
-
Gets the height, as one might expect.
- getNeighbourhood() - Method in class Animal
-
Gets the hexagonal neighbourhood around the current location.
- getNeighbourhood(int, int) - Method in class Animal
-
Gets a hexagonal neighbourhood around an arbitrary location.
- getWidth() - Method in class Environment
-
Gets the width, as one might expect.
- getX() - Method in interface Agent
-
Should return spatial location x coordinate.
- getX() - Method in class Animal
-
Gets the x coordinate.
- getY() - Method in interface Agent
-
Should return spatial location y coordinate.
- getY() - Method in class Animal
-
Gets the y coordinate.