Uses of Interface
sim.MatrixView

Packages that use MatrixView
Default Package   
sim This package defines the interfaces and classes that make up the CSE 142 MatrixModel simulations. 
 

Uses of MatrixView in
 

Classes in Default Package that implement MatrixView
 class BugWorldView
          This class creates and manages a display view of a MatrixModel.
 

Uses of MatrixView in sim
 

Methods in sim with parameters of type MatrixView
 void MatrixModel.addView(MatrixView view)
          Add a MatrixView to the current list of views that are looking at this model and want to hear about changes.
 void BasicMatrixModel.addView(MatrixView view)