Uses of Class
simulation_MVC_Basic.Model

Uses of Model in simulation_MVC_Basic
 

Constructors in simulation_MVC_Basic with parameters of type Model
Controller(View gameCanvas, Model gameWorld)
          Instantiates a controller that is installed on the passed View and will, in response to user events, mutate the passed Model.
View(Model theModel)
          Construct a view of the world, using the passed Model as the source of information about the world.