Class | Description |
---|---|
Animal |
This is the superclass of all animal classes.
|
Carnivore |
This class simulates a carnivore.
|
Genome |
A genome holds a number of variables ("genes") that determine an animals characteristics.
|
Herbivore |
This class simulates a herbivore.
|
MapField |
This is a representation of a discrete area (tile) on the map.
|
Simulator |
The Simulator class is the main class of the model package.
|
Enum | Description |
---|---|
Direction |
A list of directions and common methods related to them
is often needed by animals.
|