Package game.protocol

Implementation of the SCORE protocol.

See:
          Description

Class Summary
AccelerateRequest  
AllReply Normal reply from simulator to "all?" request.
AllRequest  
CartesianCoord  
ControlReply Normal response from a control request.
ControlRequest  
EndReply Reply indicating that the game is over.
EndRequest  
GoalReply The first reply after a goal has been scored.
KickRequest  
OnSideReply Informs team which side it is playing on.
PlaceBallRequest  
PlacePlayerRequest  
PolarCoord  
QuitReply Indicates that the game is shutting down.
QuitRequest  
Reply Abstraction of all replies that might come from the simulator.
Request Abstraction of all requests that might come from a team.
ResetReply First reply after a game reset.
SetTimeRequest  
SOCCER2008Reply  
SOCCER2008Request  
SpinRequest  
WantSideRequest  
 

Enum Summary
Reply.ReplyType  
Request.RequestType  
 

Exception Summary
ParseException Error in parsing message.
SCOREException Exception for violation of SCORE protocol.
 

Package game.protocol Description

Implementation of the SCORE protocol.