Interface | Description |
---|---|
Agent |
Basic interface for spatial agents.
|
Class | Description |
---|---|
Animal |
Implements basic spatial elements of an agent.
|
Environment |
Holds environmental data as a raster for the model.
|
Model |
Main class for an agent-based model.
|
Nibbler |
Nibbler agent demonstrates how to implement behaviour, check and alter an environment, and communicate with other agents using method calls.
|