Uses of Class
org.intranet.sim.Model

Packages that use Model
org.intranet.elevator   
org.intranet.elevator.model.operate   
org.intranet.sim   
org.intranet.sim.ui.realtime   
 

Uses of Model in org.intranet.elevator
 

Methods in org.intranet.elevator that return Model
 Model UpToFourThenDownSimulator.getModel()
           
 Model ThreePersonTwoElevatorSimulator.getModel()
           
 Model ThreePersonElevatorSimulator.getModel()
           
 Model ThreePersonBugSimulator.getModel()
           
 Model RandomElevatorSimulator.getModel()
           
 Model NoIdleElevatorCarSimulator.getModel()
           
 Model MorningTrafficElevatorSimulator.getModel()
           
 Model EveningTrafficElevatorSimulator.getModel()
           
 

Methods in org.intranet.elevator with parameters of type Model
 javax.swing.JComponent ElevatorSimulationApplication.createView(Model m)
           
 

Uses of Model in org.intranet.elevator.model.operate
 

Subclasses of Model in org.intranet.elevator.model.operate
 class Building
          The building is a factory for other domain objects that also links up CarRequests with the RequestIndicators for each Floor.
 

Uses of Model in org.intranet.sim
 

Methods in org.intranet.sim that return Model
abstract  Model Simulator.getModel()
           
 

Methods in org.intranet.sim with parameters of type Model
 javax.swing.JComponent SimulationApplication.createView(Model m)
           
 

Uses of Model in org.intranet.sim.ui.realtime
 

Fields in org.intranet.sim.ui.realtime declared as Model
private  Model Statistics.model
           
 

Methods in org.intranet.sim.ui.realtime with parameters of type Model
(package private)  void Statistics.setModel(Model mdl)