Uses of Package
simulator.model

Packages that use simulator.model
game.net Network interface abstraction layer. 
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. 
team Top level for running teams. 
team.debug A simple implementation of the team for debugging purposes. 
 

Classes in simulator.model used by game.net
CartesianVect
          Interface of a structure encapsulating Cartesian (x,y) coordinate vector.
ISimulatorNet
          The interface of a simulator as seen by the network layer
ISimulatorTeam
          The interface of a simulator as seen by a Team.
 

Classes in simulator.model used by game.protocol
CartesianVect
          Interface of a structure encapsulating Cartesian (x,y) coordinate vector.
ISimulatorNet
          The interface of a simulator as seen by the network layer
ISimulatorView
          An interface used to represent the game state to the simulator view object(s).
PolarVect
          Interface of a structure encapsulating polar coordinate vector
 

Classes in simulator.model used by simulator.model
CartesianVect
          Interface of a structure encapsulating Cartesian (x,y) coordinate vector.
ISimulatorNet
          The interface of a simulator as seen by the network layer
ISimulatorView
          An interface used to represent the game state to the simulator view object(s).
PolarVect
          Interface of a structure encapsulating polar coordinate vector
SMVector
          Vector manipulation class that implements both PolarVect and CartesianVect interfaces.
 

Classes in simulator.model used by simulator.model.debug
CartesianVect
          Interface of a structure encapsulating Cartesian (x,y) coordinate vector.
ISimulatorNet
          The interface of a simulator as seen by the network layer
ISimulatorView
          An interface used to represent the game state to the simulator view object(s).
PolarVect
          Interface of a structure encapsulating polar coordinate vector
 

Classes in simulator.model used by simulator.view
ISimulatorView
          An interface used to represent the game state to the simulator view object(s).
 

Classes in simulator.model used by simulator.view.debug
ISimulatorView
          An interface used to represent the game state to the simulator view object(s).
 

Classes in simulator.model used by team
ISimulatorTeam
          The interface of a simulator as seen by a Team.
 

Classes in simulator.model used by team.debug
ISimulatorTeam
          The interface of a simulator as seen by a Team.