Uses of Interface
simulator.model.ISimulatorView

Packages that use ISimulatorView
game.protocol Implementation of the SCORE protocol. 
simulator.model Interface to concrete simulator models, which represent the state of the SOCCER game and implements the physical simulation. 
simulator.model.debug A trivial implementation of the required simulator model interfaces for debugging purposes. 
simulator.view Base for simulator view. 
simulator.view.debug An implementation of the simulator view for debugging purposes. 
 

Uses of ISimulatorView in game.protocol
 

Constructors in game.protocol with parameters of type ISimulatorView
AllReply(ISimulatorView sim)
          A bit different in that this constructor will extract the required info from the given sim.
 

Uses of ISimulatorView in simulator.model
 

Subinterfaces of ISimulatorView in simulator.model
 interface ISimulatorNet
          The interface of a simulator as seen by the network layer
 

Uses of ISimulatorView in simulator.model.debug
 

Classes in simulator.model.debug that implement ISimulatorView
 class SMfacade
          A trivial implementation of the required simulator model interfaces for debugging purposes.
 

Uses of ISimulatorView in simulator.view
 

Methods in simulator.view with parameters of type ISimulatorView
abstract  void SVbase.setModel(ISimulatorView model)
          Set the model for this view.
 

Uses of ISimulatorView in simulator.view.debug
 

Methods in simulator.view.debug with parameters of type ISimulatorView
 void SVmain.setModel(ISimulatorView m)