A B C D E F G H I K L M N O P Q R S T U V W

G

game - package game
Contains parts of the soccer game that are shared between teams and simulators.
game.net - package game.net
Network interface abstraction layer.
game.protocol - package game.protocol
Implementation of the SCORE protocol.
gameOver(Side) - Method in interface game.net.INetSimulator
Inform teams that the game is over and who won.
gameOver(Side) - Method in class game.net.SCORESimulator
 
gameReset() - Method in interface game.net.INetSimulator
Inform teams that a game reset has occured.
gameReset() - Method in class game.net.SCORESimulator
 
gentleStop(boolean, long) - Method in class game.net.StoppableThread
Stop this thread gracefully.
get_line(StringBuffer) - Method in interface game.net.Client_network_interface
Attempt to read one line from the server.
get_line(StringBuffer) - Method in class game.net.Client_network_layer
Attempt to read one line from the server.
get_line(int, StringBuffer) - Method in interface game.net.Server_network_interface
Attempt to read one line from either client.
get_line(int, StringBuffer) - Method in class game.net.Server_network_layer
Attempt to read one line from a subset of the clients.
getAlpha() - Method in class game.protocol.KickRequest
 
getAngle() - Method in class game.protocol.PolarCoord
 
getAngle() - Method in interface simulator.model.PolarVect
 
getAngle() - Method in class simulator.model.SMVector
 
getAngularVelocity() - Method in class game.protocol.SpinRequest
 
getBallPosition() - Method in class game.protocol.AllReply
 
getBallPosition() - Method in class simulator.model.debug.SMfacade
 
getBallPosition() - Method in interface simulator.model.ISimulatorView
 
getBallVelocity() - Method in class game.protocol.AllReply
 
getBallVelocity() - Method in class simulator.model.debug.SMfacade
 
getBallVelocity() - Method in interface simulator.model.ISimulatorView
 
getFieldName() - Method in class simulator.model.debug.SMfacade
 
getFieldName() - Method in interface simulator.model.ISimulatorView
Which simulator is the host.
getGameData() - Method in class game.net.SCORETeam
 
getGameData() - Method in interface simulator.model.ISimulatorTeam
Send all feedback request.
getHasHandshaked() - Method in class game.net.Team
 
getHasPickedSide() - Method in class game.net.Team
 
getHasSeenEnd() - Method in class game.net.Team
 
getHasSeenGoal() - Method in class game.net.Team
 
getHasSeenReset() - Method in class game.net.Team
 
getISimulatorNet() - Method in class simulator.model.debug.SMfacade
 
getISimulatorNet() - Method in interface simulator.model.ISimulatorView
Get the object that implements the ISimulatorNet interface.
getLocation() - Method in class game.protocol.PlaceBallRequest
 
getLocation() - Method in class game.protocol.PlacePlayerRequest
 
getMagnitude() - Method in class game.protocol.PolarCoord
 
getMagnitude() - Method in interface simulator.model.PolarVect
 
getMagnitude() - Method in class simulator.model.SMVector
 
getOffset() - Method in exception game.protocol.ParseException
 
getPlayer() - Method in class game.protocol.KickRequest
 
getPlayer() - Method in class game.protocol.PlacePlayerRequest
 
getPlayer() - Method in class game.protocol.SpinRequest
 
getPlayerPosition(Side, int) - Method in class game.protocol.AllReply
 
getPlayerPosition(Side, int) - Method in class simulator.model.debug.SMfacade
 
getPlayerPosition(Side, int) - Method in interface simulator.model.ISimulatorView
The position of a particular player.
getPlayerVelocity(Side, int) - Method in class game.protocol.AllReply
 
getPlayerVelocity(Side, int) - Method in class simulator.model.debug.SMfacade
 
getPlayerVelocity(Side, int) - Method in interface simulator.model.ISimulatorView
The orientation of a particular player.
getPort() - Method in enum game.Student
 
getResult() - Method in class game.protocol.EndRequest
 
getScore() - Method in class game.net.Team
 
getScore(Side) - Method in class game.protocol.GoalReply
Get the new score for a team
getSeenQuit() - Method in class game.net.Team
 
getSetTime() - Method in class game.protocol.SetTimeRequest
 
getSide() - Method in class game.net.Team
 
getSide() - Method in class game.protocol.ControlRequest
 
getSide() - Method in class game.protocol.OnSideReply
Which side is assigned to this team
getSide() - Method in class game.protocol.WantSideRequest
 
getStatus() - Method in class team.debug.TeamMain
 
getStatus() - Method in interface team.ITeam
Get the current Team status.
getStatusMessage() - Method in class simulator.model.debug.SMfacade
 
getStatusMessage() - Method in interface simulator.model.ISimulatorView
The last status message.
getStudent() - Method in class game.net.Team
 
getStudent() - Method in class game.protocol.SOCCER2008Request
 
getTeam() - Method in class team.debug.TeamMain
 
getTeam() - Method in interface team.ITeam
Identify the creator of this team.
getTeamName(Side) - Method in class simulator.model.debug.SMfacade
 
getTeamName(Side) - Method in interface simulator.model.ISimulatorView
The name of each team.
getTeamScore(Side) - Method in class simulator.model.debug.SMfacade
 
getTeamScore(Side) - Method in interface simulator.model.ISimulatorView
The number of goals scored by each team.
getText() - Method in exception game.protocol.ParseException
 
getTime() - Method in class game.protocol.AllReply
 
getTime() - Method in class game.protocol.ControlReply
 
getTime() - Method in class game.protocol.ControlRequest
 
getTime() - Method in class simulator.model.debug.SMfacade
 
getTime() - Method in interface simulator.model.ISimulatorView
The number of milliseconds played.
getType() - Method in class game.protocol.Reply
Get the type of this reply.
getType() - Method in class game.protocol.Request
Get the type of this request.
getVelocity() - Method in class game.protocol.KickRequest
 
getWinner() - Method in class game.protocol.EndReply
 
getX() - Method in class game.protocol.CartesianCoord
 
getX() - Method in interface simulator.model.CartesianVect
Get the x coordinate.
getX() - Method in class simulator.model.SMVector
 
getY() - Method in class game.protocol.CartesianCoord
 
getY() - Method in interface simulator.model.CartesianVect
Get the y coordinate.
getY() - Method in class simulator.model.SMVector
 
GOAL_WIDTH - Static variable in interface simulator.model.ISimulatorView
The width of the goal.
GoalReply - Class in game.protocol
The first reply after a goal has been scored.
GoalReply(String) - Constructor for class game.protocol.GoalReply
 
GoalReply(int, int) - Constructor for class game.protocol.GoalReply
 
goalScored(int, int) - Method in interface game.net.INetSimulator
Inform teams that a goal has been scored.
goalScored(int, int) - Method in class game.net.SCORESimulator
 

A B C D E F G H I K L M N O P Q R S T U V W