A B C G M S

A

ants - package ants
 
AntWorld - Class in ants
The model for the ant simulation
Contains the field (2-D array) in which Ants and DoodleBugs live

Class Invariant: Nr of rows and columns in the gird are positive and do not change once initialized
AntWorld(int, int) - Constructor for class ants.AntWorld
Construct an AntWorld with a size x size 2-D array containing nrAnts and nrBugs.

A B C G M S