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

A

AbstractTeam - Class in com.github.robocup_atan.atan.model
An abstract class to use for teams.
AbstractTeam(String) - Constructor for class com.github.robocup_atan.atan.model.AbstractTeam
Connect the team to the server using the default player settings.
AbstractTeam(String, int, String, boolean) - Constructor for class com.github.robocup_atan.atan.model.AbstractTeam
Connect the team to the server using specified player settings.
AbstractTeam(String, int, String, boolean, Properties) - Constructor for class com.github.robocup_atan.atan.model.AbstractTeam
Connect the team to the server using specified player settings.
AbstractUDPClient - Class in com.github.robocup_atan.atan.model
This is the class used to connect each player/trainer/coach to the server within their own threads.
AbstractUDPClient() - Constructor for class com.github.robocup_atan.atan.model.AbstractUDPClient
Constructs an AbstractUDPClient with default parameters.
AbstractUDPClient(int) - Constructor for class com.github.robocup_atan.atan.model.AbstractUDPClient
Constructs an AbstractUDPClient object given only the port number.
AbstractUDPClient(int, String) - Constructor for class com.github.robocup_atan.atan.model.AbstractUDPClient
Constructs an AbstractUDPClient object given the port number and hostname.
ActionsCoach - Interface in com.github.robocup_atan.atan.model
Interface for an abstract ActionsCoach.
ActionsPlayer - Interface in com.github.robocup_atan.atan.model
Interface for an abstract soccer player.
ActionsTrainer - Interface in com.github.robocup_atan.atan.model
Interface for an abstract ActionsTrainer.
addByeCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
This is used to disconnect a player/coach/trainer from the server.
addCatchCommand(int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Goalie special command.
addChangePlayerTypeCommand(String, int, int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addChangePlayerTypeCommand(int, Object) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Coach only command.
addChangePlayModeCommand(PlayMode) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addChangeViewCommand(ViewAngle, ViewQuality) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Changes the view parameters of the player.
addCheckBallCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addCoachInitCommand(String) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This is used to initialise the online coach.
addDashCommand(int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This command accelerates the player in the direction of its body.
addEarCommand(boolean) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addEscapes(String) - Static method in error com.github.robocup_atan.atan.parser.coach.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error com.github.robocup_atan.atan.parser.player.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error com.github.robocup_atan.atan.parser.trainer.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEyeCommand(boolean) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer command that can be used by online coach.
addKickCommand(int, int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This command accelerates the ball with the given power in the given direction.
addLookCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer command that can be used by online coach.
addMoveBallCommand(double, double) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addMoveCommand(int, int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This command can only be executed before kick off or after a goal.
addMovePlayerCommand(ActionsPlayer, double, double) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addPlayerInitCommand(String, boolean) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This is used to initialise a player.
addReconnectCommand(String, int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This is used to reconnect the player to the server.
addRecoverCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addSayCommand(String) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This command broadcasts the message throughout the field.
addStartCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer only command.
addTeamGraphicCommand(XPMImage) - Method in class com.github.robocup_atan.atan.model.CommandFactory
Coach only command.
addTeamNamesCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Trainer command that can be used by online coach.
addTrainerInitCommand() - Method in class com.github.robocup_atan.atan.model.CommandFactory
This is used to initialise a trainer.
addTurnCommand(int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This command will turn the players body in degrees relative to their current direction.
addTurnNeckCommand(int) - Method in class com.github.robocup_atan.atan.model.CommandFactory
This command can be sent (and will be executed) each cycle independently, along with other action commands.
adjustBeginLineColumn(int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ALLOW_MULT_DEFAULT_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
ALLOW_MULT_DEFAULT_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
ALLOW_MULT_DEFAULT_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ALREADY_HAVE_OFFLINE_COACH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
AUDIO_CUT_DIST - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
AUDIO_CUT_DIST - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
AUDIO_CUT_DIST - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
AUTO_MODE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
AUTO_MODE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
AUTO_MODE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

B

B - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
B - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
B - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BACK_DASH_RATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BACK_DASH_RATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BACK_DASH_RATE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BACK_PASSES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BACK_PASSES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BACK_PASSES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
backup(int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Backup a number of characters.
BALL_ACCEL_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_ACCEL_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_ACCEL_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BALL_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BALL_RAND - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_RAND - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_RAND - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BALL_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BALL_SPEED_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_SPEED_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_SPEED_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BALL_STUCK_AREA - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_STUCK_AREA - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_STUCK_AREA - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BALL_WEIGHT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BALL_WEIGHT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BALL_WEIGHT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
BEFORE_KICK_OFF - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
BEFORE_KICK_OFF - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
BEFORE_KICK_OFF - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
beginColumn - Variable in class com.github.robocup_atan.atan.parser.coach.Token
The column number of the first character of this Token.
beginColumn - Variable in class com.github.robocup_atan.atan.parser.player.Token
The column number of the first character of this Token.
beginColumn - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
The column number of the first character of this Token.
beginLine - Variable in class com.github.robocup_atan.atan.parser.coach.Token
The line number of the first character of this Token.
beginLine - Variable in class com.github.robocup_atan.atan.parser.player.Token
The line number of the first character of this Token.
beginLine - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
The line number of the first character of this Token.
BeginToken() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Start.
BeginToken() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Start.
BeginToken() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Start.
bufcolumn - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
bufcolumn - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
bufcolumn - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
buffer - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
buffer - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
buffer - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
bufline - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
bufline - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
bufline - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
bufpos - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Position in buffer.
bufpos - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Position in buffer.
bufpos - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Position in buffer.
bye() - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
This is used to disconnect a coach from the server.
bye() - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This is used to disconnect a player from the server.
bye() - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
This is used to disconnect a trainer from the server.
bye() - Method in class com.github.robocup_atan.atan.model.SServerCoach
This is used to disconnect a coach from the server.
bye() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This is used to disconnect a player from the server.
bye() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
This is used to disconnect a trainer from the server.
ByteBuffer - Class in com.github.robocup_atan.atan.model
A byte buffer class.
ByteBuffer(int) - Constructor for class com.github.robocup_atan.atan.model.ByteBuffer
The constructor for ByteBuffer, specifying the size, in bytes, of the byteBuffer.

C

C - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
C - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
C - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CANNOT_CHANGE_GOALIE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_CHANGE_GOALIE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CANNOT_CHANGE_GOALIE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CANNOT_CHANGE_GOALIE_WHILE_PENALTY_TAKEN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_CHANGE_GOALIE_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_RECONNECT_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CANNOT_SAY_FREEFORM_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_SAY_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_SUB_WHILE_PENALTY_SHOOTOUTS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_SUB_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CANNOT_SUB_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CANNOT_SUB_WHILE_PLAYON - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CATCH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CATCH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CATCH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CATCH_BAN_CYCLE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CATCH_BAN_CYCLE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CATCH_BAN_CYCLE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CATCH_PROBABILITY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CATCH_PROBABILITY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CATCH_PROBABILITY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CATCHABLE_AREA_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CATCHABLE_AREA_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CATCHABLE_AREA_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CATCHABLE_AREA_W - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CATCHABLE_AREA_W - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CATCHABLE_AREA_W - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
catchBall(double) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Goalie special command.
catchBall(double) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Goalie special command.
CB - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CB - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CB - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CHANGE_MODE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CHANGE_MODE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CHANGE_MODE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CHANGE_PLAYER_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CHANGE_PLAYER_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CHANGE_PLAYER_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CHANGE_VIEW - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CHANGE_VIEW - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CHANGE_VIEW - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
changePlayerType(int, int) - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
This command changes a specified players type.
changePlayerType(String, int, int) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
This command changes a specified players type.
changePlayerType(int, int) - Method in class com.github.robocup_atan.atan.model.SServerCoach
This command changes a specified players type.
changePlayerType(String, int, int) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
This command changes a specified players type.
changePlayerTypeCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the change player type command
changePlayMode(PlayMode) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Changes the play mode of the current game.
changePlayMode(PlayMode) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Changes the play mode of the current game.
changeViewMode(ViewQuality, ViewAngle) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Changes the view parameters of the player.
changeViewMode(ViewQuality, ViewAngle) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Changes the view parameters of the player.
CHAR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CHAR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CHECK_BALL - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CHECK_BALL - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CHECK_BALL - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
checkBall() - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Checks the current status of the ball.
checkBall() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Checks the current status of the ball.
CKICK_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CKICK_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CKICK_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_ADVICE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_ADVICE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_ADVICE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_DEFINE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_DEFINE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_DEFINE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_DEL_WIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_DEL_WIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_DEL_WIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_INFO_WIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_INFO_WIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_INFO_WIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_MESS_DELAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_MESS_DELAY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_MESS_DELAY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_MESS_PER_CYCLE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_MESS_PER_CYCLE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_MESS_PER_CYCLE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_META_WIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_META_WIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_META_WIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_RULE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_RULE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_RULE_WIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CLANG_WIN_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CLANG_WIN_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CLANG_WIN_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CmdParserCoach - Class in com.github.robocup_atan.atan.parser.coach
 
CmdParserCoach(InputStream) - Constructor for class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Constructor with InputStream.
CmdParserCoach(InputStream, String) - Constructor for class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Constructor with InputStream and supplied encoding
CmdParserCoach(Reader) - Constructor for class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Constructor.
CmdParserCoach(CmdParserCoachTokenManager) - Constructor for class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Constructor with generated Token Manager.
CmdParserCoachConstants - Interface in com.github.robocup_atan.atan.parser.coach
Token literal values and constants.
CmdParserCoachTokenManager - Class in com.github.robocup_atan.atan.parser.coach
Token Manager.
CmdParserCoachTokenManager(SimpleCharStream) - Constructor for class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Constructor.
CmdParserCoachTokenManager(SimpleCharStream, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Constructor.
CmdParserPlayer - Class in com.github.robocup_atan.atan.parser.player
 
CmdParserPlayer(InputStream) - Constructor for class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Constructor with InputStream.
CmdParserPlayer(InputStream, String) - Constructor for class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Constructor with InputStream and supplied encoding
CmdParserPlayer(Reader) - Constructor for class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Constructor.
CmdParserPlayer(CmdParserPlayerTokenManager) - Constructor for class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Constructor with generated Token Manager.
CmdParserPlayerConstants - Interface in com.github.robocup_atan.atan.parser.player
Token literal values and constants.
CmdParserPlayerTokenManager - Class in com.github.robocup_atan.atan.parser.player
Token Manager.
CmdParserPlayerTokenManager(SimpleCharStream) - Constructor for class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Constructor.
CmdParserPlayerTokenManager(SimpleCharStream, int) - Constructor for class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Constructor.
CmdParserTrainer - Class in com.github.robocup_atan.atan.parser.trainer
 
CmdParserTrainer(InputStream) - Constructor for class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Constructor with InputStream.
CmdParserTrainer(InputStream, String) - Constructor for class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Constructor with InputStream and supplied encoding
CmdParserTrainer(Reader) - Constructor for class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Constructor.
CmdParserTrainer(CmdParserTrainerTokenManager) - Constructor for class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Constructor with generated Token Manager.
CmdParserTrainerConstants - Interface in com.github.robocup_atan.atan.parser.trainer
Token literal values and constants.
CmdParserTrainerTokenManager - Class in com.github.robocup_atan.atan.parser.trainer
Token Manager.
CmdParserTrainerTokenManager(SimpleCharStream) - Constructor for class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Constructor.
CmdParserTrainerTokenManager(SimpleCharStream, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Constructor.
CNTRL_ESC - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CNTRL_ESC - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
COACH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
COACH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
COACH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
COACH_PORT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
COACH_PORT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
COACH_PORT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
COACH_W_REFEREE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
COACH_W_REFEREE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
COACH_W_REFEREE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
COLOUR_BLACK_TILE - Static variable in class com.github.robocup_atan.atan.model.XPMImage
Constant COLOUR_BLACK_TILE="\"8 8 1 1\" \"b c black\" \"bbbbbbbb\" "{trunked}
COLOUR_DEFAULT_PITCH_TILE - Static variable in class com.github.robocup_atan.atan.model.XPMImage
Constant COLOUR_DEFAULT_PITCH_TILE="\"8 8 1 1\" \" c None\" \" \" \"{trunked}
COLOUR_RED_TILE - Static variable in class com.github.robocup_atan.atan.model.XPMImage
Constant COLOUR_RED_TILE="\"8 8 1 1\" \"r c red\" \"rrrrrrrr\" \""{trunked}
COLOUR_WHITE_TILE - Static variable in class com.github.robocup_atan.atan.model.XPMImage
Constant COLOUR_WHITE_TILE="\"8 8 1 1\" \"w c white\" \"wwwwwwww\" "{trunked}
column - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
column - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
column - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
com.github.robocup_atan.atan.model - package com.github.robocup_atan.atan.model
Java interface to SServer that keeps you away from thinking about UDP-connections or parsing protocols.
com.github.robocup_atan.atan.model.enums - package com.github.robocup_atan.atan.model.enums
A package containing the enums used within Atan.
com.github.robocup_atan.atan.parser - package com.github.robocup_atan.atan.parser
A collection of classes that are used to parse information from SServer, and a standard interface ObjName to create objects to pass around Atan.
com.github.robocup_atan.atan.parser.coach - package com.github.robocup_atan.atan.parser.coach
 
com.github.robocup_atan.atan.parser.objects - package com.github.robocup_atan.atan.parser.objects
 
com.github.robocup_atan.atan.parser.player - package com.github.robocup_atan.atan.parser.player
 
com.github.robocup_atan.atan.parser.trainer - package com.github.robocup_atan.atan.parser.trainer
 
CommandFactory - Class in com.github.robocup_atan.atan.model
This class creates an easy interface between Java and the SServer.
CommandFactory() - Constructor for class com.github.robocup_atan.atan.model.CommandFactory
Constructs a blank command factory.
CommandFilter - Interface in com.github.robocup_atan.atan.parser
An interface that shall help to filter the different server commands (see, hear, error, ...).
COMPRESSION_UNSUPPORTED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
connect(int) - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Connect the selected player to the server.
connect() - Method in class com.github.robocup_atan.atan.model.SServerCoach
Connects to the server via AbstractUDPClient.
connect(boolean) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Connects to the server via AbstractUDPClient.
connect() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Connects to the server via AbstractUDPClient.
CONNECT_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CONNECT_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CONNECT_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
connectAll() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Connect all the players to the server.
CONNECTED_OFFLINE_COACH_WITHOUT_COACH_MODE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CONNECTION_FAILED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CONNECTION_FAILED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CONTROL_RADIUS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CONTROL_RADIUS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CONTROL_RADIUS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ControllerCoach - Interface in com.github.robocup_atan.atan.model
Interface that has to be implemented in order to play the role of a Coach.
ControllerPlayer - Interface in com.github.robocup_atan.atan.model
Interface that has to be implemented in order to control players.
ControllerTrainer - Interface in com.github.robocup_atan.atan.model
An interface that has to be implemented for a trainer.
CORNER_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CORNER_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CORNER_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
CORNER_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
CORNER_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
CORNER_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
COULD_NOT_PARSE_SAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
createNewCoach() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Create a new SServerCoach.
createNewPlayers() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Create 11 SServerPlayer's.
curChar - Variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
 
curChar - Variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
 
curChar - Variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
 
currentToken - Variable in exception com.github.robocup_atan.atan.parser.coach.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception com.github.robocup_atan.atan.parser.player.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception com.github.robocup_atan.atan.parser.trainer.ParseException
This is the last token that has been consumed successfully.

D

dash(int) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This command accelerates the player in the direction of its body.
dash(int) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This command accelerates the player in the direction of its body.
DASH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DASH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DASH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
DASH_ANGLE_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DASH_ANGLE_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DASH_ANGLE_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
DASH_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DASH_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DASH_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
DASH_POWER_RATE_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DASH_POWER_RATE_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DASH_POWER_RATE_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
DASH_POWER_RATE_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DASH_POWER_RATE_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DASH_POWER_RATE_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
debugStream - Variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Debug output.
debugStream - Variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Debug output.
debugStream - Variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Debug output.
DEFAULT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
Lexical state.
DEFAULT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
Lexical state.
DEFAULT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
Lexical state.
disable_tracing() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Disable tracing.
disable_tracing() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Disable tracing.
disable_tracing() - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Disable tracing.
Done() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reset buffer when finished.
Done() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reset buffer when finished.
Done() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reset buffer when finished.
DROP_BALL - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DROP_BALL - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DROP_BALL - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
DROP_BALL_TIME - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
DROP_BALL_TIME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
DROP_BALL_TIME - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

E

ear(boolean) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Turns on or off the sending of auditory information from the server.
ear(boolean) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Turns on or off the sending of auditory information from the server.
EAR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EAR_OFF - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EAR_ON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_DEC - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_DEC - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_DEC - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_DEC_THR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_DEC_THR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_DEC_THR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_INC - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_INC - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_INC - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_INC_THR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_INC_THR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_INC_THR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_INIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_INIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_INIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EFFORT_MIN_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EFFORT_MIN_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EFFORT_MIN_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
enable_tracing() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Enable tracing.
enable_tracing() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Enable tracing.
enable_tracing() - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Enable tracing.
endColumn - Variable in class com.github.robocup_atan.atan.parser.coach.Token
The column number of the last character of this Token.
endColumn - Variable in class com.github.robocup_atan.atan.parser.player.Token
The column number of the last character of this Token.
endColumn - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
The column number of the last character of this Token.
endLine - Variable in class com.github.robocup_atan.atan.parser.coach.Token
The line number of the last character of this Token.
endLine - Variable in class com.github.robocup_atan.atan.parser.player.Token
The line number of the last character of this Token.
endLine - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
The line number of the last character of this Token.
ENDQUOTE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
ENDQUOTE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EOF - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
End of File.
EOF - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
End of File.
EOF - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
End of File.
eol - Variable in exception com.github.robocup_atan.atan.parser.coach.ParseException
The end of line string for this machine.
eol - Variable in exception com.github.robocup_atan.atan.parser.player.ParseException
The end of line string for this machine.
eol - Variable in exception com.github.robocup_atan.atan.parser.trainer.ParseException
The end of line string for this machine.
error() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
error() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
errorCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the error command.
Errors - Enum in com.github.robocup_atan.atan.model.enums
An enum for errors.
ESC_STATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
Lexical state.
ESC_STATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
Lexical state.
ExpandBuff(boolean) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
ExpandBuff(boolean) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
ExpandBuff(boolean) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
expectedTokenSequences - Variable in exception com.github.robocup_atan.atan.parser.coach.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception com.github.robocup_atan.atan.parser.player.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception com.github.robocup_atan.atan.parser.trainer.ParseException
Each entry in this array is an array of integers.
EXTRA_HALF_TIME - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EXTRA_HALF_TIME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EXTRA_HALF_TIME - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EXTRA_STAMINA - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EXTRA_STAMINA - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EXTRA_STAMINA - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EXTRA_STAMINA_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EXTRA_STAMINA_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EXTRA_STAMINA_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EXTRA_STAMINA_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EXTRA_STAMINA_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
EXTRA_STAMINA_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
eye(boolean) - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
Turns on or off the sending of "(see_global ...)" information from the server.
eye(boolean) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Turns on or off the sending of "(see_global ...)" information from the server.
eye(boolean) - Method in class com.github.robocup_atan.atan.model.SServerCoach
Turns on or off the sending of "(see_global ...)" information from the server.
eye(boolean) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Turns on or off the sending of "(see_global ...)" information from the server.
EYE_OFF - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EYE_ON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
EYEOFF - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
EYEON - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

F

FillBuff() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
FillBuff() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
FillBuff() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
Filter - Class in com.github.robocup_atan.atan.parser
This class takes the input string from the SServer and determines which type of command it is.
Filter() - Constructor for class com.github.robocup_atan.atan.parser.Filter
 
Flag - Enum in com.github.robocup_atan.atan.model.enums
An Enum for Flags.
FLAG - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FLAG - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FLAG - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FORBID_KICK_OFF_OFFSIDE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FORBID_KICK_OFF_OFFSIDE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FORBID_KICK_OFF_OFFSIDE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FOUL_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FOUL_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FOUL_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FOUL_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FOUL_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FOUL_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREE_KICK_FAULT_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREE_KICK_FAULT_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREE_KICK_FAULT_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREE_KICK_FAULT_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREE_KICK_FAULT_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREE_KICK_FAULT_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREE_KICK_FAULTS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREE_KICK_FAULTS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREE_KICK_FAULTS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREE_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREE_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREE_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREE_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREE_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREE_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREEFORM_SEND_PERIOD - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREEFORM_SEND_PERIOD - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREEFORM_SEND_PERIOD - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FREEFORM_WAIT_PERIOD - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FREEFORM_WAIT_PERIOD - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FREEFORM_WAIT_PERIOD - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FULLSTATE_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FULLSTATE_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FULLSTATE_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
FULLSTATE_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
FULLSTATE_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
FULLSTATE_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

G

GAME_LOG_COMPRESSION - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOG_COMPRESSION - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOG_COMPRESSION - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_LOG_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOG_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOG_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GAME_OVER_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GAME_OVER_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GAME_OVER_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
generateParseException() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Generate ParseException.
generateParseException() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Generate ParseException.
generateParseException() - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Generate ParseException.
getArrayHeight() - Method in class com.github.robocup_atan.atan.model.XPMImage
Returns the array height as an array index.
getArrayWidth() - Method in class com.github.robocup_atan.atan.model.XPMImage
Returns the array width as an array index.
getBeginColumn() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Get token beginning line number.
getByteArray() - Method in class com.github.robocup_atan.atan.model.ByteBuffer
Returns the byte array.
getChar(StringBuilder) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
getChar(StringBuilder) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
getCoach() - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
Returns the current instance of ActionsCoach.
getColumn() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Deprecated.
getColumn() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Deprecated.
getColumn() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Deprecated.
getDescription() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Returns a description of this class.
getDescription() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Returns a description of this class.
getEndColumn() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Get token end column number.
getEndLine() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Get token end line number.
getEndLine() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Get token end line number.
getEndLine() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Get token end line number.
GetImage() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Get token literal value.
GetImage() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Get token literal value.
GetImage() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Get token literal value.
getInitMessage() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Returns the init message for this client.
getInitMessage() - Method in class com.github.robocup_atan.atan.model.SServerCoach
Returns the init message for this client.
getInitMessage() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Returns the init message for this client.
getInitMessage() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Returns the init message for this client.
getLine() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Deprecated.
getLine() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Deprecated.
getLine() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Deprecated.
getMessage() - Method in error com.github.robocup_atan.atan.parser.coach.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error com.github.robocup_atan.atan.parser.player.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error com.github.robocup_atan.atan.parser.trainer.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNewControllerCoach() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Gets a new ControllerCoach.
getNewControllerPlayer(int) - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Gets a new ControllerPlayer.
getNextToken() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Get the next Token.
getNextToken() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Get the next Token.
getNextToken() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Get the next Token.
getNextToken() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Get the next Token.
getNextToken() - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Get the next Token.
getNextToken() - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Get the next Token.
getNumber() - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Gets the players number.
getNumber() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Gets the players number.
getPlayer() - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
Returns the current instance of the ActionsPlayer.
getProperties() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Returns the additional properties.
getString() - Method in class com.github.robocup_atan.atan.model.ByteBuffer
Gets the buffer contents.
GetSuffix(int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
getTabSize(int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
getTabSize(int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
getTeamName() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Returns the team name.
getTeamName() - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
Returns the team name the coach is connected to.
getTeamName() - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Requests the name of the team the player features in.
getTeamName() - Method in class com.github.robocup_atan.atan.model.SServerCoach
Returns the team name the coach is connected to.
getTeamName() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Requests the name of the team the player features in.
getTeamNames() - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
This command provides information about the names of both teams and which side they are playing on.
getTeamNames() - Method in class com.github.robocup_atan.atan.model.SServerCoach
This command provides information about the names of both teams and which side they are playing on.
getTile(int, int) - Method in class com.github.robocup_atan.atan.model.XPMImage
Gets a tile of the XPM Image.
getTileHeight() - Method in class com.github.robocup_atan.atan.model.XPMImage
Returns the tile height.
getTileWidth() - Method in class com.github.robocup_atan.atan.model.XPMImage
Returns the tile width.
getToken(int) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Get the specific Token.
getToken(int) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Get the specific Token.
getToken(int) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Get the specific Token.
getType() - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
Get the players type, if set.
getValue() - Method in class com.github.robocup_atan.atan.parser.coach.Token
An optional attribute value of the Token.
getValue() - Method in class com.github.robocup_atan.atan.parser.player.Token
An optional attribute value of the Token.
getValue() - Method in class com.github.robocup_atan.atan.parser.trainer.Token
An optional attribute value of the Token.
getXPMHeight() - Method in class com.github.robocup_atan.atan.model.XPMImage
Returns the XPM image height.
getXPMWidth() - Method in class com.github.robocup_atan.atan.model.XPMImage
Returns the XPM image width.
GOAL - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOAL - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOAL - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOAL_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOAL_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOAL_KICK_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOAL_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOAL_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOAL_KICK_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOAL_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOAL_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOAL_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOAL_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOAL_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOAL_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOAL_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOAL_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOAL_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOALIE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOALIE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
GOALIE_ALREADY_EXISTS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOALIE_MAX_MOVES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
GOALIE_MAX_MOVES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
GOALIE_MAX_MOVES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

H

HALF_TIME - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
HALF_TIME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
HALF_TIME - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
handleError(String) - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
The method used to show errors.
handleError(String) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
The method used to show errors.
handleError(String) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
The method used to show errors.
handleError(String) - Method in class com.github.robocup_atan.atan.model.SServerCoach
The method used to show errors.
handleError(String) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
The method used to show errors.
handleError(String) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
The method used to show errors.
hasNext() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Checks if the stack is empty or not.
HEAD_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
HEAD_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
HEAD_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
HEAR_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
HEAR_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
HEAR_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
HEAR_INC - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
HEAR_INC - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
HEAR_INC - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
HEAR_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
HEAR_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
HEAR_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
hearCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the hear command.
hearReferee() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
hearReferee() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
HIGH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
HIGH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
HIGH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

I

ID - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
ID - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
ID - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ILLEGAL_CLIENT_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
ILLEGAL_CLIENT_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
ILLEGAL_COMMAND_FORM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
ILLEGAL_COMMAND_FORM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
ILLEGAL_COMMAND_FORM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ILLEGAL_MODE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
ILLEGAL_MODE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ILLEGAL_OBJECT_FORM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ILLEGAL_TEAMNAME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
ILLEGAL_TEAMNAME_OR_TOO_LONG_TEAMNAME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
image - Variable in class com.github.robocup_atan.atan.parser.coach.Token
The string image of the token.
image - Variable in class com.github.robocup_atan.atan.parser.player.Token
The string image of the token.
image - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
The string image of the token.
inBuf - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
inBuf - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
inBuf - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
INERTIA_MOMENT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
INERTIA_MOMENT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
INERTIA_MOMENT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
INERTIA_MOMENT_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
INERTIA_MOMENT_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
INERTIA_MOMENT_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
infoCPTOther(int) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when the change player type message is received.
infoCPTOther(int) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when the change player type message is received.
infoCPTOwn(int, int) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when the change player type message is received.
infoCPTOwn(int, int) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when the change player type message is received.
infoHearError(Errors) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The coach is informed when it hears an error message.
infoHearError(Errors) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The player is informed when it hears an error message.
infoHearError(Errors) - Method in interface com.github.robocup_atan.atan.model.ControllerTrainer
The trainer is informed when it hears an error message.
infoHearOk(Ok) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The coach is informed when it hears an OK message.
infoHearOk(Ok) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The player is informed when it hears an ok message.
infoHearOk(Ok) - Method in interface com.github.robocup_atan.atan.model.ControllerTrainer
The player is informed when it hears an ok message.
infoHearPlayer(double, String) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when it hears a message from another player.
infoHearPlayer(double, String) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when it hears a message from another player.
infoHearPlayer(double, String) - Method in interface com.github.robocup_atan.atan.model.ControllerTrainer
The controller is informed when it hears a message from another player.
infoHearPlayMode(PlayMode) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The observer is informed when a play mode message is broadcast.
infoHearPlayMode(PlayMode) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when a play mode message is broadcast.
infoHearPlayMode(PlayMode) - Method in interface com.github.robocup_atan.atan.model.ControllerTrainer
The controller is informed when a play mode message is broadcast.
infoHearReferee(RefereeMessage) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The observer is informed when a referee message is broadcast.
infoHearReferee(RefereeMessage) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when a referee message is broadcast.
infoHearReferee(RefereeMessage) - Method in interface com.github.robocup_atan.atan.model.ControllerTrainer
The controller is informed when a referee message is broadcast.
infoHearSelf(String) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when it hears a message from itself.
infoHearTeamNames(String, String) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed of the connected teams names.
infoHearWarning(Warning) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The coach is informed when it hears a warning.
infoHearWarning(Warning) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The player is informed when it hears a warning.
infoHearWarning(Warning) - Method in interface com.github.robocup_atan.atan.model.ControllerTrainer
The player is informed when it hears a warning.
infoPlayerParam(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The coach is informed when the player param message is received.
infoPlayerParam(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The player is informed when the player param message is received.
infoPlayerType(int, double, double, double, double, double, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The coach is informed when the player type message is received.
infoPlayerType(int, double, double, double, double, double, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The player is informed when the player type message is received.
infoSee(ControllerTrainer) - Method in interface com.github.robocup_atan.atan.parser.objects.ObjName
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameBall
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagBottom
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCenter
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerLeft
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerRight
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalEast
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalLeft
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalRight
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalWest
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagLeft
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyEast
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyWest
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagRight
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagTop
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameLine
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameNull
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerEast
The object viewed in the eyes of the trainer.
infoSee(ControllerTrainer) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerWest
The object viewed in the eyes of the trainer.
infoSeeBall(double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed that the Ball is in sight.
infoSeeBall(double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that the Ball is in sight.
infoSeeFlagCenter(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when one of the flags on the center line are in sight.
infoSeeFlagCornerOther(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of the other teams corner flags is in sight.
infoSeeFlagCornerOwn(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of our teams corner flags is in sight.
infoSeeFlagGoalOther(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of the other teams goal flags is in sight.
infoSeeFlagGoalOwn(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of our teams goal flags is in sight.
infoSeeFlagLeft(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when one of the flags along the left touchline is in sight.
infoSeeFlagOther(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when one of the flags behind the other teams goal is in sight.
infoSeeFlagOwn(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when one of the flags behind our teams goal is in sight.
infoSeeFlagPenaltyOther(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of the other teams penalty box flags is in sight.
infoSeeFlagPenaltyOwn(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of our teams penalty box flags is in sight.
infoSeeFlagRight(Flag, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when one of the flags along the right touchline is in sight.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.parser.objects.ObjName
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.parser.objects.ObjName
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameBall
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameBall
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagBottom
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagBottom
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCenter
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCenter
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerLeft
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerLeft
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerRight
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerRight
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalEast
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalEast
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalLeft
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalLeft
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalRight
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalRight
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalWest
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalWest
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagLeft
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagLeft
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyEast
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyEast
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyWest
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyWest
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagRight
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagRight
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagTop
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagTop
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameLine
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameLine
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameNull
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameNull
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerEast
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerEast
The object viewed from the east, in the eyes of the coach.
infoSeeFromEast(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerWest
The object viewed from the east, in the eyes of the player.
infoSeeFromEast(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerWest
The object viewed from the east, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.parser.objects.ObjName
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.parser.objects.ObjName
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameBall
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameBall
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagBottom
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagBottom
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCenter
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCenter
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerLeft
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerLeft
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerRight
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerRight
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalEast
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalEast
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalLeft
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalLeft
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalRight
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalRight
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalWest
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalWest
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagLeft
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagLeft
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyEast
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyEast
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyWest
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyWest
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagRight
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagRight
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagTop
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameFlagTop
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameLine
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameLine
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameNull
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNameNull
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerEast
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerEast
The object viewed from the west, in the eyes of the coach.
infoSeeFromWest(ControllerPlayer, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerWest
The object viewed from the west, in the eyes of the player.
infoSeeFromWest(ControllerCoach, double, double, double, double, double, double) - Method in class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerWest
The object viewed from the west, in the eyes of the coach.
infoSeeGoalOther(double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when an opposing goal is seen.
infoSeeGoalOwn(double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when its own goal is seen.
infoSeeLine(Line, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of the pitch lines are in sight.
infoSeePlayerOther(int, boolean, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when an opposing player is seen.
infoSeePlayerOther(int, boolean, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of the other teams players is in sight.
infoSeePlayerOwn(int, boolean, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when one of its own players is seen.
infoSeePlayerOwn(int, boolean, double, double, double, double, double, double) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed that one of it's own team is in sight.
infoSenseBody(ViewQuality, ViewAngle, double, double, double, double, double, double, int, int, int, int, int, int, int, int) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
infoSenseBody.
infoServerParam(HashMap<ServerParams, Object>) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
The controller is informed when the server param message is received.
infoServerParam(HashMap<ServerParams, Object>) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
The controller is informed when the server param message is received.
initCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the initialisation command.
input_stream - Variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
 
input_stream - Variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
 
input_stream - Variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
 
inputStream - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
inputStream - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
inputStream - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
INVALID_TILE_LOCATION - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
INVALID_TILE_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
INVALID_XPM_DATA - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
isLeftRight(Flag) - Static method in enum com.github.robocup_atan.atan.model.enums.Flag
Checks if the enum flag is LEFT or RIGHT.
isLeftRightCenter(Flag) - Static method in enum com.github.robocup_atan.atan.model.enums.Flag
Checks if the enum flag is LEFT RIGHT or CENTER.
isRunning() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Checks to see if the thread is running.
isTeamEast() - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
Is the coach with the east of west team?
isTeamEast() - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Checks if the team is east or west.
isTeamEast() - Method in class com.github.robocup_atan.atan.model.SServerCoach
Is the coach with the east of west team?
isTeamEast() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Checks if the team is east or west.

J

jj_nt - Variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Next token.
jj_nt - Variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Next token.
jj_nt - Variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Next token.
jjFillToken() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
 
jjFillToken() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
 
jjFillToken() - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
 
jjnewLexState - Static variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Lex State array.
jjnewLexState - Static variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Token literal values.

K

KEEPAWAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_LENGTH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_LENGTH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_LENGTH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_START - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_START - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_START - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KEEPAWAY_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KEEPAWAY_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KEEPAWAY_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
kick(int, double) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This command accelerates the ball with the given power in the given direction.
kick(int, double) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This command accelerates the ball with the given power in the given direction.
KICK - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_IN_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_IN_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_IN_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_IN_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_IN_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_IN_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_OFF_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_OFF_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_OFF_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_OFF_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_OFF_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_OFF_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_OFF_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_OFF_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_OFF_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_RAND - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_RAND - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_RAND - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_RAND_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_RAND_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_RAND_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_RAND_FACTOR_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_RAND_FACTOR_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_RAND_FACTOR_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICK_RAND_FACTOR_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICK_RAND_FACTOR_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICK_RAND_FACTOR_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICKABLE_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICKABLE_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICKABLE_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICKABLE_MARGIN_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICKABLE_MARGIN_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICKABLE_MARGIN_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
KICKABLE_MARGIN_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
KICKABLE_MARGIN_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
KICKABLE_MARGIN_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
killAll() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Kill all players and the coach (if connected).
kind - Variable in class com.github.robocup_atan.atan.parser.coach.Token
An integer that describes the kind of this token.
kind - Variable in class com.github.robocup_atan.atan.parser.player.Token
An integer that describes the kind of this token.
kind - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
An integer that describes the kind of this token.

L

L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
LANDMARK_FILE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
LANDMARK_FILE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
LANDMARK_FILE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
length() - Method in class com.github.robocup_atan.atan.model.ByteBuffer
Returns the length of the byte buffer.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.github.robocup_atan.atan.parser.coach.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.github.robocup_atan.atan.parser.player.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.github.robocup_atan.atan.parser.trainer.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Lexer state names.
lexStateNames - Static variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Lexer state names.
lexStateNames - Static variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Lexer state names.
Line - Enum in com.github.robocup_atan.atan.model.enums
An Enum for lines.
line - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
line - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
line - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
LOG_DATE_FORMAT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
LOG_DATE_FORMAT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
LOG_DATE_FORMAT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
LOG_TIMES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
LOG_TIMES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
LOG_TIMES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
look() - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
This command provides information about the positions of the following objects on the field.
look() - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
This command provides information about the positions of the following objects on the field.
look() - Method in class com.github.robocup_atan.atan.model.SServerCoach
This command provides information about the positions of the following objects on the field.
look() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
This command provides information about the positions of the following objects on the field.
LOOK - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
LOOK - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
LOOK - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
LOW - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
LOW - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
LOW - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

M

MAX_BACK_TACKLE_POWER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAX_BACK_TACKLE_POWER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAX_BACK_TACKLE_POWER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAX_DASH_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAX_DASH_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAX_DASH_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAX_DASH_POWER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAX_DASH_POWER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAX_DASH_POWER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAX_GOAL_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAX_GOAL_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAX_GOAL_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAX_OF_THAT_TYPE_ON_FIELD - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAX_OF_THAT_TYPE_ON_FIELD - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAX_OF_THAT_TYPE_ON_FIELD - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAX_TACKLE_POWER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAX_TACKLE_POWER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAX_TACKLE_POWER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAXMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAXMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAXMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAXNECKANG - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAXNECKANG - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAXNECKANG - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MAXNECKMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAXNECKMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAXNECKMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
maxNextCharInd - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
maxNextCharInd - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
maxNextCharInd - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
MAXPOWER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MAXPOWER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MAXPOWER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MESSAGE_NOT_NULL_TERMINATED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MIN_DASH_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MIN_DASH_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MIN_DASH_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MIN_DASH_POWER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MIN_DASH_POWER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MIN_DASH_POWER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MINMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MINMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MINMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MINNECKANG - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MINNECKANG - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MINNECKANG - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MINNECKMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MINNECKMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MINNECKMOMENT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
MINPOWER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MINPOWER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MINPOWER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
move(int, int) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This command can only be executed before kick off or after a goal.
move(int, int) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This command can only be executed before kick off or after a goal.
MOVE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
MOVE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
MOVE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
moveBall(double, double) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Moves the ball to the given coordinates.
moveBall(double, double) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Moves the ball to the given coordinates.
movePlayer(ActionsPlayer, double, double) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Moves the given player to the given location.
movePlayer(ActionsPlayer, double, double) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Moves the given player to the given location.

N

NAM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NAM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NAM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NARROW - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NARROW - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NARROW - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NEW_DASH_POWER_RATE_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NEW_DASH_POWER_RATE_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NEW_DASH_POWER_RATE_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NEW_DASH_POWER_RATE_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NEW_DASH_POWER_RATE_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NEW_DASH_POWER_RATE_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NEW_STAMINA_INC_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NEW_STAMINA_INC_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NEW_STAMINA_INC_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
newToken(int, String) - Static method in class com.github.robocup_atan.atan.parser.coach.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.github.robocup_atan.atan.parser.coach.Token
 
newToken(int, String) - Static method in class com.github.robocup_atan.atan.parser.player.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.github.robocup_atan.atan.parser.player.Token
 
newToken(int, String) - Static method in class com.github.robocup_atan.atan.parser.trainer.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.github.robocup_atan.atan.parser.trainer.Token
 
next() - Method in class com.github.robocup_atan.atan.model.CommandFactory
Gets the next command from the stack.
next - Variable in class com.github.robocup_atan.atan.parser.coach.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class com.github.robocup_atan.atan.parser.player.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
A reference to the next regular (non-special) token from the input stream.
NO_LEFT_OF_THAT_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NO_MORE_MONITOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_MORE_PLAYER_OR_GOALIE_OR_ILLEGAL_CLIENT_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_MORE_PLAYER_OR_GOALIE_OR_ILLEGAL_CLIENT_VERSION - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NO_MORE_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_MORE_TEAM_OR_PLAYER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NO_MORE_TEAM_OR_PLAYER_OR_GOALIE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NO_SUBS_LEFT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NO_SUBS_LEFT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_SUBS_LEFT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NO_SUCH_PLAYER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NO_SUCH_PLAYER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_SUCH_PLAYER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NO_SUCH_TEAM_OR_PLAYER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_TEAM_FOUND - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NO_TEAM_FOUND - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NO_TEAM_FOUND - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NORMAL - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NORMAL - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NORMAL - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NR_EXTRA_HALFS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NR_EXTRA_HALFS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NR_EXTRA_HALFS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NR_NORMAL_HALFS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NR_NORMAL_HALFS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NR_NORMAL_HALFS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
NUM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
NUM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
NUM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

O

OB - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OB - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OB - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
objInfo() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
objInfo() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
objName() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
ObjName - Interface in com.github.robocup_atan.atan.parser.objects
The interface for all objects on the pitch.
objName() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameBall - Class in com.github.robocup_atan.atan.parser.objects
The parser object for the Ball.
ObjNameBall() - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameBall
 
objNameFlag() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagBottom - Class in com.github.robocup_atan.atan.parser.objects
The parser object for the bottom flags.
ObjNameFlagBottom(char, int) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagBottom
A constructor for bottom flags.
objNameFlagBottom() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagCenter - Class in com.github.robocup_atan.atan.parser.objects
The parser object for center flags.
ObjNameFlagCenter(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCenter
A constructor for center flags.
objNameFlagCenter() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagCornerLeft - Class in com.github.robocup_atan.atan.parser.objects
The parser object for corner left flags.
ObjNameFlagCornerLeft(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerLeft
A constructor for corner left flags.
ObjNameFlagCornerRight - Class in com.github.robocup_atan.atan.parser.objects
The parser object for right corner flags.
ObjNameFlagCornerRight(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagCornerRight
A constructor for corner right.
objNameFlagGoal() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
objNameFlagGoal() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagGoalEast - Class in com.github.robocup_atan.atan.parser.objects
The parser object for goal east.
ObjNameFlagGoalEast(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalEast
A constructor for goal east.
ObjNameFlagGoalLeft - Class in com.github.robocup_atan.atan.parser.objects
The parser object for goal left.
ObjNameFlagGoalLeft(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalLeft
A constructor for goal left.
ObjNameFlagGoalRight - Class in com.github.robocup_atan.atan.parser.objects
The parser object for goal right.
ObjNameFlagGoalRight(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalRight
A constructor for goal right.
ObjNameFlagGoalWest - Class in com.github.robocup_atan.atan.parser.objects
The parser object for goal west.
ObjNameFlagGoalWest(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagGoalWest
A constructor for goal west.
ObjNameFlagLeft - Class in com.github.robocup_atan.atan.parser.objects
The parser object for flag left.
ObjNameFlagLeft(char, int) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagLeft
A constructor for left flags.
objNameFlagLeft() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
objNameFlagPenalty() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagPenaltyEast - Class in com.github.robocup_atan.atan.parser.objects
The parser object for east penatly flags.
ObjNameFlagPenaltyEast(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyEast
A constructor for east penatly flags.
objNameFlagPenaltyEast() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagPenaltyWest - Class in com.github.robocup_atan.atan.parser.objects
The parser object for west penatly flags.
ObjNameFlagPenaltyWest(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagPenaltyWest
A constructor for bottom flags.
objNameFlagPenaltyWest() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagRight - Class in com.github.robocup_atan.atan.parser.objects
The parser object for right flags.
ObjNameFlagRight(char, int) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagRight
A constructor for right flags.
objNameFlagRight() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameFlagTop - Class in com.github.robocup_atan.atan.parser.objects
The parser object for top flags.
ObjNameFlagTop(char, int) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameFlagTop
A constructor for top flags.
objNameFlagTop() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameLine - Class in com.github.robocup_atan.atan.parser.objects
ObjNameLine class.
ObjNameLine(char) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameLine
Constructor for ObjNameLine.
objNameLine() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNameNull - Class in com.github.robocup_atan.atan.parser.objects
A null parser object.
ObjNameNull() - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNameNull
 
objNamePlayer() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
objNamePlayer() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ObjNamePlayerEast - Class in com.github.robocup_atan.atan.parser.objects
The parser object for east players.
ObjNamePlayerEast(int, boolean) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerEast
Constructor for east players.
ObjNamePlayerWest - Class in com.github.robocup_atan.atan.parser.objects
The parser object for west players.
ObjNamePlayerWest(int, boolean) - Constructor for class com.github.robocup_atan.atan.parser.objects.ObjNamePlayerWest
Constructor for west players.
OFFSIDE_ACTIVE_AREA_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OFFSIDE_ACTIVE_AREA_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OFFSIDE_ACTIVE_AREA_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
OFFSIDE_KICK_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OFFSIDE_KICK_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OFFSIDE_KICK_MARGIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
OFFSIDE_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OFFSIDE_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OFFSIDE_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
OFFSIDE_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OFFSIDE_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OFFSIDE_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
Ok - Enum in com.github.robocup_atan.atan.model.enums
An enum for Ok messages.
ok() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
ok() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
okCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the OK command.
OLCOACH_PORT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OLCOACH_PORT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OLCOACH_PORT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
OLD_COACH_HEAR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OLD_COACH_HEAR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
OLD_COACH_HEAR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ONLY_BEFORE_KICK_OFF - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
OUT_OF_RANGE_PLAYER_TYPE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.

P

P - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
P - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
P - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
parseChangePlayerTypeCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseChangePlayerTypeCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseChangePlayerTypeCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseErrorCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseErrorCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseErrorCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
ParseException - Exception in com.github.robocup_atan.atan.parser.coach
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.github.robocup_atan.atan.parser.coach.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.github.robocup_atan.atan.parser.coach.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.github.robocup_atan.atan.parser.coach.ParseException
Constructor with message.
ParseException - Exception in com.github.robocup_atan.atan.parser.player
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.github.robocup_atan.atan.parser.player.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.github.robocup_atan.atan.parser.player.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.github.robocup_atan.atan.parser.player.ParseException
Constructor with message.
ParseException - Exception in com.github.robocup_atan.atan.parser.trainer
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.github.robocup_atan.atan.parser.trainer.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.github.robocup_atan.atan.parser.trainer.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.github.robocup_atan.atan.parser.trainer.ParseException
Constructor with message.
parseHearCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseHearCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseHearCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseInitCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseInitCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseInitCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseOkCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseOkCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseOkCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parsePlayerParamCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parsePlayerParamCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parsePlayerParamCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parsePlayerTypeCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parsePlayerTypeCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parsePlayerTypeCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseSeeCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseSeeCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseSeeCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseSenseBodyCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseSenseBodyCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseServerParamCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseServerParamCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseServerParamCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
parseWarningCommand(String, ControllerCoach, ActionsCoach) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
parseWarningCommand(String, ControllerPlayer, ActionsPlayer) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
parseWarningCommand(String, ControllerTrainer, ActionsTrainer) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
 
pauseMilliseconds(int) - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Pause the thread.
PEN_ALLOW_MULT_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_ALLOW_MULT_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_ALLOW_MULT_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_BEFORE_SETUP_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_BEFORE_SETUP_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_BEFORE_SETUP_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_COACH_MOVES_PLAYERS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_COACH_MOVES_PLAYERS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_COACH_MOVES_PLAYERS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_DIST_X - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_DIST_X - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_DIST_X - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_MAX_EXTRA_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_MAX_EXTRA_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_MAX_EXTRA_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_MAX_GOALIE_DIST_X - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_MAX_GOALIE_DIST_X - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_MAX_GOALIE_DIST_X - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_NR_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_NR_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_NR_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_RANDOM_WINNER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_RANDOM_WINNER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_RANDOM_WINNER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_READY_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_READY_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_READY_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_SETUP_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_SETUP_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_SETUP_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PEN_TAKEN_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PEN_TAKEN_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PEN_TAKEN_WAIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PENALTY_SHOOT_OUTS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PENALTY_SHOOT_OUTS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PENALTY_SHOOT_OUTS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAY_ON - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAY_ON - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAY_ON - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_ACCEL_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_ACCEL_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_ACCEL_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_DECAY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_DECAY_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_DECAY_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_DECAY_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_DECAY_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_DECAY_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_DECAY_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_RAND - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_RAND - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_RAND - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_SIZE_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_SIZE_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_SIZE_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_SPEED_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_SPEED_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_SPEED_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_SPEED_MAX_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_SPEED_MAX_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_SPEED_MAX_DELTA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_SPEED_MAX_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_SPEED_MAX_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_SPEED_MAX_DELTA_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_SPEED_MAX_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_SPEED_MAX_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_SPEED_MAX_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_TYPES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_TYPES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_TYPES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PLAYER_WEIGHT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PLAYER_WEIGHT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PLAYER_WEIGHT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
playerParamCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the player param command.
playerTypeCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the player type command.
PlayMode - Enum in com.github.robocup_atan.atan.model.enums
An enum for PlayMode
playMode() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
playMode() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
POINT_TO_BAN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
POINT_TO_BAN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
POINT_TO_BAN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
POINT_TO_DURATION - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
POINT_TO_DURATION - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
POINT_TO_DURATION - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PORT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PORT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PORT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
postInfo() - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
This is the method called one all the visual information has been processed.
PRAND_FACTOR_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PRAND_FACTOR_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PRAND_FACTOR_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PRAND_FACTOR_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PRAND_FACTOR_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PRAND_FACTOR_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
preInfo() - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
This is the method called before the controller receives all the new visual information.
prevCharIsCR - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
prevCharIsCR - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
prevCharIsCR - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
prevCharIsLF - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
prevCharIsLF - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
prevCharIsLF - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
PROFILE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PROFILE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PROFILE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PROPER_GOAL_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PROPER_GOAL_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PROPER_GOAL_KICKS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
PT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
PT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
PT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

Q

QUANTIZE_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
QUANTIZE_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
QUANTIZE_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
QUANTIZE_STEP_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
QUANTIZE_STEP_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
QUANTIZE_STEP_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
QUOTE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
QUOTE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.

R

R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RANDOM_SEED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RANDOM_SEED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RANDOM_SEED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
readChar() - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Read a character.
readChar() - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Read a character.
readChar() - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Read a character.
received(String) - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Received a message.
received(String) - Method in class com.github.robocup_atan.atan.model.SServerCoach
Received a message.
received(String) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Received a message.
received(String) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Received a message.
RECONNECT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RECORD_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECORD_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECORD_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
recover() - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Recovers the players stamina, recovery, effort and hear capacity to the values at the beginning of the game.
recover() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Recovers the players stamina, recovery, effort and hear capacity to the values at the beginning of the game.
RECOVER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECOVER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECOVER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RECOVER_DEC - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECOVER_DEC - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECOVER_DEC - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RECOVER_DEC_THR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECOVER_DEC_THR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECOVER_DEC_THR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RECOVER_INIT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECOVER_INIT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECOVER_INIT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RECOVER_MIN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECOVER_MIN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECOVER_MIN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RECV_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
RECV_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
RECV_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RED_CARDED_PLAYER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
REFEREE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
REFEREE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
REFEREE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
RefereeMessage - Enum in com.github.robocup_atan.atan.model.enums
An enum for referee messages.
refereeMessage() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
refereeMessage() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
ReInit(InputStream) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Reinitialise.
ReInit(Reader) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Reinitialise.
ReInit(CmdParserCoachTokenManager) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Reinitialise.
ReInit(Reader) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Reinitialise.
ReInit(CmdParserPlayerTokenManager) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Reinitialise.
ReInit(Reader) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Reinitialise.
ReInit(CmdParserTrainerTokenManager) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Reinitialise.
reset() - Method in class com.github.robocup_atan.atan.model.ByteBuffer
run() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Runs the thread.
run(String, CommandFilter) - Method in class com.github.robocup_atan.atan.parser.Filter
Works out what type of command has been put into the method.

S

SAID_TOO_MANY_ADVICE_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_DEFINE_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_DEL_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_FREEFORM_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_INFO_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SAID_TOO_MANY_META_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAID_TOO_MANY_RULE_MESSAGES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
say(String) - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
This command broadcasts the message throughout the field.
say(String) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This command broadcasts the message throughout the field.
say(String) - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
This command broadcasts the message throughout the field.
say(String) - Method in class com.github.robocup_atan.atan.model.SServerCoach
This command broadcasts the message throughout the field.
say(String) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This command broadcasts the message throughout the field.
say(String) - Method in class com.github.robocup_atan.atan.model.SServerTrainer
This command broadcasts the message throughout the field.
SAY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SAY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SAY_COACH_CNT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAY_COACH_CNT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SAY_COACH_CNT_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SAY_COACH_MSG_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAY_COACH_MSG_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SAY_COACH_MSG_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SAY_MSG_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SAY_MSG_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SAY_MSG_SIZE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
seeCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the see command.
SELF - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SELF - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SELF - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
send(String) - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Sends a message to SServer.
SEND_COMMS - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SEND_COMMS - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SEND_COMMS - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SEND_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SEND_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SEND_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SEND_VI_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SEND_VI_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SEND_VI_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SENSE_BODY_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SENSE_BODY_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SENSE_BODY_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
senseBodyCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the sense body command.
SEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
serverParamCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the server param command.
ServerParams - Enum in com.github.robocup_atan.atan.model.enums
An enum for Server Params.
setCoach(ActionsCoach) - Method in interface com.github.robocup_atan.atan.model.ControllerCoach
Sets the coach that the controller is controlling.
setDebugStream(PrintStream) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Set debug output.
setNumber(int) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Sets the players number.
setNumber(int) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Sets the players number.
setPlayer(ActionsPlayer) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
Sets the player that the controller is controlling.
setString(String) - Method in class com.github.robocup_atan.atan.model.ByteBuffer
Sets the buffer contents.
setTabSize(int) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
setTabSize(int) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
setTabSize(int) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
setTeamEast(boolean) - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
Sets the team as east or west.
setTeamEast(boolean) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
Sets the team as east or west.
setTeamEast(boolean) - Method in class com.github.robocup_atan.atan.model.SServerCoach
Sets the team as east or west.
setTeamEast(boolean) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Sets the team as east or west.
setTile(int, int, String) - Method in class com.github.robocup_atan.atan.model.XPMImage
Updates an 8*8 tile in the XPM Image.
setType(String) - Method in interface com.github.robocup_atan.atan.model.ControllerPlayer
Set the players type.
SIDE_DASH_RATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SIDE_DASH_RATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SIDE_DASH_RATE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SimpleCharStream - Class in com.github.robocup_atan.atan.parser.coach
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Constructor.
SimpleCharStream - Class in com.github.robocup_atan.atan.parser.player
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Constructor.
SimpleCharStream - Class in com.github.robocup_atan.atan.parser.trainer
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Constructor.
SIMULATOR_STEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SIMULATOR_STEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SIMULATOR_STEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
size() - Method in class com.github.robocup_atan.atan.model.AbstractTeam
Returns the size of the team.
SLOW_DOWN_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SLOW_DOWN_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SLOW_DOWN_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SLOWNESS_ON_TOP_FOR_LEFT_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SLOWNESS_ON_TOP_FOR_LEFT_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SLOWNESS_ON_TOP_FOR_LEFT_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SLOWNESS_ON_TOP_FOR_RIGHT_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SLOWNESS_ON_TOP_FOR_RIGHT_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SLOWNESS_ON_TOP_FOR_RIGHT_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SOCKET_OPEN_FAILED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SOCKET_OPEN_FAILED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
specialToken - Variable in class com.github.robocup_atan.atan.parser.coach.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.github.robocup_atan.atan.parser.player.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.github.robocup_atan.atan.parser.trainer.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPEED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SPEED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SPEED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SServerCoach - Class in com.github.robocup_atan.atan.model
A simple implementation of AbstractUDPClient for Coaches.
SServerCoach(String, ControllerCoach) - Constructor for class com.github.robocup_atan.atan.model.SServerCoach
A part constructor for SServerCoach (assumes localhost:6002)
SServerCoach(String, ControllerCoach, int, String) - Constructor for class com.github.robocup_atan.atan.model.SServerCoach
The full constructor for SServerCoach
SServerPlayer - Class in com.github.robocup_atan.atan.model
A simple implementation of AbstractUDPClient for Players.
SServerPlayer(String, ControllerPlayer) - Constructor for class com.github.robocup_atan.atan.model.SServerPlayer
A part constructor for SServerPlayer (assumes localhost:6000)
SServerPlayer(String, ControllerPlayer, int, String) - Constructor for class com.github.robocup_atan.atan.model.SServerPlayer
The full constructor for SServerPlayer.
SServerTrainer - Class in com.github.robocup_atan.atan.model
A simple implementation of AbstractUDPClient for Trainers.
SServerTrainer(String, ControllerTrainer) - Constructor for class com.github.robocup_atan.atan.model.SServerTrainer
A part constructor for SServerTrainer (assumes localhost:6001)
SServerTrainer(String, ControllerTrainer, int, String) - Constructor for class com.github.robocup_atan.atan.model.SServerTrainer
The full constructor for SServerTrainer
STAMINA - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
STAMINA - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
STAMINA - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
STAMINA_CAPACITY - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
STAMINA_CAPACITY - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
STAMINA_CAPACITY - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
STAMINA_INC_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
STAMINA_INC_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
STAMINA_INC_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
STAMINA_INC_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
STAMINA_INC_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
STAMINA_INC_MAX_DELTA_FACTOR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
STAMINA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
STAMINA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
STAMINA_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
start() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Start the thread.
start() - Method in class com.github.robocup_atan.atan.model.SServerCoach
Start the thread.
start() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Start the thread.
START - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
START - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
START - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
START_GOAL_L - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
START_GOAL_L - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
START_GOAL_L - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
START_GOAL_R - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
START_GOAL_R - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
START_GOAL_R - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
startCPTCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startCPTCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startErrorCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startErrorCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startGame() - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
Starts the game.
startGame() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
Starts the game.
startHearCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startHearCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startInitCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startInitCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startOkCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startOkCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startPlayerParamCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startPlayerParamCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startPlayerTypeCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startPlayerTypeCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startSeeCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startSeeCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startSenseBodyCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startServerParamCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startServerParamCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
startTeamNamesCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startWarningCommand() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
startWarningCommand() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
staticFlag - Static variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
Whether parser is static.
STOPPED_BALL_VEL - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
STOPPED_BALL_VEL - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
STOPPED_BALL_VEL - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
stopRunning() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Stops the thread running.
string() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
string() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
STRING_STATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
Lexical state.
STRING_STATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
Lexical state.
SUBS_MAX - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SUBS_MAX - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SUBS_MAX - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SwitchTo(int) - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoachTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayerTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerTokenManager
Switch to specified lex state.
SYNCH_MICRO_SLEEP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SYNCH_MICRO_SLEEP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SYNCH_MICRO_SLEEP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SYNCH_MODE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SYNCH_MODE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SYNCH_MODE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SYNCH_OFFSET - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SYNCH_OFFSET - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SYNCH_OFFSET - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
SYNCH_SEE_OFFSET - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
SYNCH_SEE_OFFSET - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
SYNCH_SEE_OFFSET - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

T

T - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
T - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
T - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
tabSize - Variable in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
tabSize - Variable in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
tabSize - Variable in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
TACKLE_BACK_DIST - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TACKLE_BACK_DIST - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TACKLE_BACK_DIST - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TACKLE_CYCLES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TACKLE_CYCLES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TACKLE_CYCLES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TACKLE_DIST - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TACKLE_DIST - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TACKLE_DIST - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TACKLE_EXPONENT - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TACKLE_EXPONENT - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TACKLE_EXPONENT - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TACKLE_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TACKLE_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TACKLE_POWER_RATE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TACKLE_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TACKLE_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TACKLE_WIDTH - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEAM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEAM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEAM_ACTUATOR_NOISE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEAM_ACTUATOR_NOISE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEAM_ACTUATOR_NOISE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEAM_GRAPHIC - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEAM_GRAPHIC - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEAM_GRAPHIC - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEAM_L_START - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEAM_L_START - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEAM_L_START - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEAM_NAMES - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEAM_NAMES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEAM_NAMES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEAM_R_START - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEAM_R_START - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEAM_R_START - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
teamGraphic(XPMImage) - Method in interface com.github.robocup_atan.atan.model.ActionsCoach
This command sends a team graphic to the SServer.
teamGraphic(XPMImage) - Method in class com.github.robocup_atan.atan.model.SServerCoach
This command sends a team graphic to the SServer.
teamNames() - Method in interface com.github.robocup_atan.atan.model.ActionsTrainer
This command provides information about the names of both teams and which side they are playing on.
teamNames() - Method in class com.github.robocup_atan.atan.model.SServerTrainer
This command provides information about the names of both teams and which side they are playing on.
TEXT_LOG_COMPRESSION - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEXT_LOG_COMPRESSION - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEXT_LOG_COMPRESSION - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEXT_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEXT_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEXT_LOG_DATED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEXT_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEXT_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEXT_LOG_DIR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEXT_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEXT_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEXT_LOG_FIXED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEXT_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEXT_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEXT_LOG_FIXED_NAME - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TEXT_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TEXT_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TEXT_LOGGING - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TIME_EXTENDED - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TIME_EXTENDED - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TIME_EXTENDED - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TIME_OVER - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TIME_OVER - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TIME_OVER - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TIME_UP - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TIME_UP - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TIME_UP - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TIME_UP_WITHOUT_A_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TIME_UP_WITHOUT_A_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TIME_UP_WITHOUT_A_TEAM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
token - Variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Current token.
Token - Class in com.github.robocup_atan.atan.parser.coach
Describes the input token stream.
Token() - Constructor for class com.github.robocup_atan.atan.parser.coach.Token
No-argument constructor
Token(int) - Constructor for class com.github.robocup_atan.atan.parser.coach.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.github.robocup_atan.atan.parser.coach.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Current token.
Token - Class in com.github.robocup_atan.atan.parser.player
Describes the input token stream.
Token() - Constructor for class com.github.robocup_atan.atan.parser.player.Token
No-argument constructor
Token(int) - Constructor for class com.github.robocup_atan.atan.parser.player.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.github.robocup_atan.atan.parser.player.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Current token.
Token - Class in com.github.robocup_atan.atan.parser.trainer
Describes the input token stream.
Token() - Constructor for class com.github.robocup_atan.atan.parser.trainer.Token
No-argument constructor
Token(int) - Constructor for class com.github.robocup_atan.atan.parser.trainer.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.github.robocup_atan.atan.parser.trainer.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
Generated Token Manager.
token_source - Variable in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
Generated Token Manager.
token_source - Variable in class com.github.robocup_atan.atan.parser.trainer.CmdParserTrainer
Generated Token Manager.
tokenImage - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
Literal token values.
tokenImage - Variable in exception com.github.robocup_atan.atan.parser.coach.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
Literal token values.
tokenImage - Variable in exception com.github.robocup_atan.atan.parser.player.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
Literal token values.
tokenImage - Variable in exception com.github.robocup_atan.atan.parser.trainer.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in com.github.robocup_atan.atan.parser.coach
Token Manager Error.
TokenMgrError() - Constructor for error com.github.robocup_atan.atan.parser.coach.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.github.robocup_atan.atan.parser.coach.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.github.robocup_atan.atan.parser.coach.TokenMgrError
Full Constructor.
TokenMgrError - Error in com.github.robocup_atan.atan.parser.player
Token Manager Error.
TokenMgrError() - Constructor for error com.github.robocup_atan.atan.parser.player.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.github.robocup_atan.atan.parser.player.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.github.robocup_atan.atan.parser.player.TokenMgrError
Full Constructor.
TokenMgrError - Error in com.github.robocup_atan.atan.parser.trainer
Token Manager Error.
TokenMgrError() - Constructor for error com.github.robocup_atan.atan.parser.trainer.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.github.robocup_atan.atan.parser.trainer.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.github.robocup_atan.atan.parser.trainer.TokenMgrError
Full Constructor.
toListString() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Create a list string.
TOO_MANY_MOVES - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TOO_MANY_MOVES - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
toStateString() - Method in class com.github.robocup_atan.atan.model.AbstractUDPClient
Returns a string containing the connection details.
toStateString() - Method in class com.github.robocup_atan.atan.model.SServerPlayer
Returns a string containing the connection details.
toString() - Method in class com.github.robocup_atan.atan.parser.coach.Token
Returns the image.
toString() - Method in class com.github.robocup_atan.atan.parser.player.Token
Returns the image.
toString() - Method in class com.github.robocup_atan.atan.parser.trainer.Token
Returns the image.
turn(double) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This command will turn the players body in degrees relative to their current direction.
turn(double) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This command will turn the players body in degrees relative to their current direction.
TURN - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TURN - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TURN - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
TURN_NECK - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
TURN_NECK - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
TURN_NECK - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
turnNeck(double) - Method in interface com.github.robocup_atan.atan.model.ActionsPlayer
This command can be sent (and will be executed) each cycle independently, along with other action commands.
turnNeck(double) - Method in class com.github.robocup_atan.atan.model.SServerPlayer
This command can be sent (and will be executed) each cycle independently, along with other action commands.

U

UNKNOWN_COMMAND - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
UNKNOWN_COMMAND - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
UNKNOWN_COMMAND - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
UpdateLineColumn(char) - Method in class com.github.robocup_atan.atan.parser.coach.SimpleCharStream
 
UpdateLineColumn(char) - Method in class com.github.robocup_atan.atan.parser.player.SimpleCharStream
 
UpdateLineColumn(char) - Method in class com.github.robocup_atan.atan.parser.trainer.SimpleCharStream
 
USE_OFFSIDE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
USE_OFFSIDE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
USE_OFFSIDE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

V

valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.Errors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.Line
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.Ok
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.PlayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.RefereeMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.ServerParams
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.ViewAngle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.ViewQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.robocup_atan.atan.model.enums.Warning
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.Errors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.Line
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.Ok
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.PlayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.RefereeMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.ServerParams
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.ViewAngle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.ViewQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.robocup_atan.atan.model.enums.Warning
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
VERBOSE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
VERBOSE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
VIEW_MODE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
VIEW_MODE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
VIEW_MODE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
ViewAngle - Enum in com.github.robocup_atan.atan.model.enums
An enum for view angle.
ViewQuality - Enum in com.github.robocup_atan.atan.model.enums
An enum for view quality.
VISIBLE_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
VISIBLE_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
VISIBLE_ANGLE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
VISIBLE_DISTANCE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
VISIBLE_DISTANCE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
VISIBLE_DISTANCE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

W

Warning - Enum in com.github.robocup_atan.atan.model.enums
An enum for warnings.
warning() - Method in class com.github.robocup_atan.atan.parser.coach.CmdParserCoach
 
warning() - Method in class com.github.robocup_atan.atan.parser.player.CmdParserPlayer
 
warningCommand(String) - Method in interface com.github.robocup_atan.atan.parser.CommandFilter
Filter for the warning command.
WIDE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIDE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIDE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
WIND_ANG - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIND_ANG - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIND_ANG - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
WIND_DIR - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIND_DIR - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIND_DIR - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
WIND_FORCE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIND_FORCE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIND_FORCE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
WIND_NONE - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIND_NONE - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIND_NONE - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
WIND_RAND - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIND_RAND - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIND_RAND - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.
WIND_RANDOM - Static variable in interface com.github.robocup_atan.atan.parser.coach.CmdParserCoachConstants
RegularExpression Id.
WIND_RANDOM - Static variable in interface com.github.robocup_atan.atan.parser.player.CmdParserPlayerConstants
RegularExpression Id.
WIND_RANDOM - Static variable in interface com.github.robocup_atan.atan.parser.trainer.CmdParserTrainerConstants
RegularExpression Id.

X

XPMImage - Class in com.github.robocup_atan.atan.model
A class used to create an XPM image, suitable for sending to SServer.
XPMImage() - Constructor for class com.github.robocup_atan.atan.model.XPMImage
Creates an XPM Image the default colour of the pitch.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2003–2015 Atan. All rights reserved.