Uses of Interface
simulator.model.ISimulatorTeam

Packages that use ISimulatorTeam
game.net Network interface abstraction layer. 
team Top level for running teams. 
team.debug A simple implementation of the team for debugging purposes. 
 

Uses of ISimulatorTeam in game.net
 

Classes in game.net that implement ISimulatorTeam
 class SCORETeam
           
 

Uses of ISimulatorTeam in team
 

Methods in team with parameters of type ISimulatorTeam
 void ITeam.setSimulator(ISimulatorTeam t)
          Set the interface to the simulator.
 

Uses of ISimulatorTeam in team.debug
 

Methods in team.debug with parameters of type ISimulatorTeam
 void TeamControllerUI.setSimuator(ISimulatorTeam sim)
           
 void TeamMain.setSimulator(ISimulatorTeam t)