Package sim

This package defines the interfaces and classes that make up the CSE 142 MatrixModel simulations.

See:
          Description

Interface Summary
Critter This interface describes the methods that a MatrixModel creature must implement.
CritterFace This interface defines the methods that a Critter class must implement in order to be managed by the CSE 142 MatrixView project code.
CritterInfo This interface provides access to information about a particular Critter.
MatrixController This interface is implemented by any class that coordinates a MatrixModel and one or more MatrixViewers.
MatrixModel This interface is implemented by any class that is a MatrixModel.
MatrixView This interface is implemented by any class that wishes to provide a view of a MatrixModel.
 

Class Summary
BasicMatrixModel This class creates and manages a simple 2D population model.
 

Package sim Description

This package defines the interfaces and classes that make up the CSE 142 MatrixModel simulations.

Related Documentation