Uses of Package
game.protocol

Packages that use game.protocol
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. 
 

Classes in game.protocol used by game.net
ControlRequest
           
ParseException
          Error in parsing message.
Reply
          Abstraction of all replies that might come from the simulator.
 

Classes in game.protocol used by game.protocol
ControlRequest
           
ParseException
          Error in parsing message.
Reply
          Abstraction of all replies that might come from the simulator.
Reply.ReplyType
           
Request
          Abstraction of all requests that might come from a team.
Request.RequestType
           
SCOREException
          Exception for violation of SCORE protocol.
 

Classes in game.protocol used by simulator.model
ParseException
          Error in parsing message.
Reply
          Abstraction of all replies that might come from the simulator.