Package WatorWorld

Interface Summary
Grid<E> Grid provides an interface for a two-dimensional, grid-like environment containing arbitrary objects.
 

Class Summary
AbstractGrid<E> AbstractGrid contains the methods that are common to grid implementations.
Actor An Actor is an entity with a color and direction that can act.
BoundedGrid<E> A BoundedGrid is a rectangular grid with a finite number of rows and columns.
Fish A class to model a Fish in the Wator simulation.
Location A Location object represents the row and column of a location in a two-dimensional grid.
Shark A class to model a Shark in the Wator simulation.
WatorWorld Provides a simulation of a Wat-or World as described by A.K.
WrappedBoundedGrid<E>