Uses of Interface
game.net.INetSimulator

Packages that use INetSimulator
game.net Network interface abstraction layer. 
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. 
 

Uses of INetSimulator in game.net
 

Classes in game.net that implement INetSimulator
 class SCORESimulator
          Run simulator side of SCORE protocol.
 

Uses of INetSimulator in simulator.model
 

Methods in simulator.model with parameters of type INetSimulator
 void ISimulatorNet.setNet(INetSimulator n)
          Set the network layer.
 

Uses of INetSimulator in simulator.model.debug
 

Methods in simulator.model.debug with parameters of type INetSimulator
 void SMfacade.setNet(INetSimulator n)