Uses of Package
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages

Packages that use cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric   
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility   
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.model   
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.agent.navigation.astar   
cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall   
cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator   
cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector   
cz.cuni.amis.pogamut.ut2004.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.ut2004.bot.command Utility classes wrapping various command messages. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
cz.cuni.amis.pogamut.ut2004.communication.messages Java wrappers for the message objects send by the GameBots2004 and GameBotsUE2. 
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
cz.cuni.amis.pogamut.ut2004.communication.translator   
cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor   
cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events   
cz.cuni.amis.pogamut.ut2004.communication.worldview.map   
cz.cuni.amis.pogamut.ut2004.server   
cz.cuni.amis.pogamut.ut2004.server.impl   
cz.cuni.amis.pogamut.ut2004.storyworld.place   
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
AddInventoryMsg
          Definition of the event AIN.
AutoTraceRay
          Abstract definition of the GameBots2004 message ATR.
ConfigChange
          Abstract definition of the GameBots2004 message CONFCH.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.module.sensor
BotDamaged
          Definition of the event DAM.
BotKilled
          Definition of the event DIE.
ConfigChange
          Abstract definition of the GameBots2004 message CONFCH.
EndMessage
          Definition of the event END.
FlagInfo
          Abstract definition of the GameBots2004 message FLG.
GameInfo
          Abstract definition of the GameBots2004 message NFO.
GameRestarted
          Definition of the event GAMERESTART.
IncomingProjectile
          Abstract definition of the GameBots2004 message PRJ.
Item
          Abstract definition of the GameBots2004 message INV.
ItemPickedUp
          Definition of the event IPK.
Mutator
          Definition of the event MUT.
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
Player
          Abstract definition of the GameBots2004 message PLR.
PlayerDamaged
          Definition of the event HIT.
PlayerKilled
          Definition of the event KIL.
PlayerScore
          Definition of the event PLS.
Self
          Abstract definition of the GameBots2004 message SLF.
TeamScore
          Abstract definition of the GameBots2004 message TES.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility
NavPoint
          Abstract definition of the GameBots2004 message NAV.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.model
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.navigation
BotKilled
          Definition of the event DIE.
EndMessage
          Definition of the event END.
Item
          Abstract definition of the GameBots2004 message INV.
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
Player
          Abstract definition of the GameBots2004 message PLR.
Self
          Abstract definition of the GameBots2004 message SLF.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.navigation.astar
NavPoint
          Abstract definition of the GameBots2004 message NAV.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall
Item
          Abstract definition of the GameBots2004 message INV.
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
WallCollision
          Definition of the event WAL.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector
Self
          Abstract definition of the GameBots2004 message SLF.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.bot
BotKilled
          Definition of the event DIE.
ConfigChange
          Abstract definition of the GameBots2004 message CONFCH.
GameInfo
          Abstract definition of the GameBots2004 message NFO.
InitedMessage
          Abstract definition of the GameBots2004 message INITED.
Self
          Abstract definition of the GameBots2004 message SLF.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.bot.command
Item
          Abstract definition of the GameBots2004 message INV.
Player
          Abstract definition of the GameBots2004 message PLR.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.bot.impl
BotKilled
          Definition of the event DIE.
ConfigChange
          Abstract definition of the GameBots2004 message CONFCH.
GameInfo
          Abstract definition of the GameBots2004 message NFO.
InitedMessage
          Abstract definition of the GameBots2004 message INITED.
Player
          Abstract definition of the GameBots2004 message PLR.
Self
          Abstract definition of the GameBots2004 message SLF.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.messages
NavPointNeighbourLink
          Definition of the event INGP.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
ConfigChange
          Abstract definition of the GameBots2004 message CONFCH.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
AddInventoryMsg
          Definition of the event AIN.
AdrenalineGained
          Definition of the event ADG.
AliveMessage
          Abstract definition of the GameBots2004 message ALIVE.
AliveMessageCompositeImpl
          Composite implementation of the ALIVE abstract message.
AliveMessageLocal
          Abstract definition of the local part of the GameBots2004 message ALIVE.
AliveMessageLocalImpl
          Implementation of the local part of the GameBots2004 message ALIVE.
AliveMessageMessage
          Implementation of the GameBots2004 message ALIVE contains also its Local/Shared/Static subpart class definitions..
AliveMessageMessage.AliveMessageLocalMessage
          Implementation of the local part of the GameBots2004 message ALIVE, used to facade ALIVEMessage.
AliveMessageMessage.AliveMessageSharedMessage
          Implementation of the shared part of the GameBots2004 message ALIVE, used to facade ALIVEMessage.
AliveMessageMessage.AliveMessageStaticMessage
          Implementation of the static part of the GameBots2004 message ALIVE, used to facade ALIVEMessage.
AliveMessageShared
          Abstract definition of the shared part of the GameBots2004 message ALIVE.
AliveMessageSharedImpl
          Implementation of the shared part of the GameBots2004 message ALIVE.
AliveMessageStatic
          Abstract definition of the static part of the GameBots2004 message ALIVE.
AliveMessageStaticImpl
          Implementation of the static part of the GameBots2004 message ALIVE.
AnimationBotID
          Definition of the event ANIMATIONBOTID.
AnimationChange
          Definition of the event CHANGEANIM.
AnimationPort
          Definition of the event ANIMPORT.
AnimationStop
          Definition of the event ANIMATIONSTOPPED.
AutoTraceRay
          Abstract definition of the GameBots2004 message ATR.
AutoTraceRayCompositeImpl
          Composite implementation of the ATR abstract message.
AutoTraceRayLocal
          Abstract definition of the local part of the GameBots2004 message ATR.
AutoTraceRayLocalImpl
          Implementation of the local part of the GameBots2004 message ATR.
AutoTraceRayMessage
          Implementation of the GameBots2004 message ATR contains also its Local/Shared/Static subpart class definitions..
AutoTraceRayMessage.AutoTraceRayLocalMessage
          Implementation of the local part of the GameBots2004 message ATR, used to facade ATRMessage.
AutoTraceRayMessage.AutoTraceRaySharedMessage
          Implementation of the shared part of the GameBots2004 message ATR, used to facade ATRMessage.
AutoTraceRayMessage.AutoTraceRayStaticMessage
          Implementation of the static part of the GameBots2004 message ATR, used to facade ATRMessage.
AutoTraceRayShared
          Abstract definition of the shared part of the GameBots2004 message ATR.
AutoTraceRaySharedImpl
          Implementation of the shared part of the GameBots2004 message ATR.
AutoTraceRayStatic
          Abstract definition of the static part of the GameBots2004 message ATR.
AutoTraceRayStaticImpl
          Implementation of the static part of the GameBots2004 message ATR.
BeginMessage
          Definition of the event BEG.
BombInfo
          Abstract definition of the GameBots2004 message BOM.
BombInfoCompositeImpl
          Composite implementation of the BOM abstract message.
BombInfoLocal
          Abstract definition of the local part of the GameBots2004 message BOM.
BombInfoLocalImpl
          Implementation of the local part of the GameBots2004 message BOM.
BombInfoMessage
          Implementation of the GameBots2004 message BOM contains also its Local/Shared/Static subpart class definitions..
BombInfoMessage.BombInfoLocalMessage
          Implementation of the local part of the GameBots2004 message BOM, used to facade BOMMessage.
BombInfoMessage.BombInfoSharedMessage
          Implementation of the shared part of the GameBots2004 message BOM, used to facade BOMMessage.
BombInfoMessage.BombInfoStaticMessage
          Implementation of the static part of the GameBots2004 message BOM, used to facade BOMMessage.
BombInfoShared
          Abstract definition of the shared part of the GameBots2004 message BOM.
BombInfoSharedImpl
          Implementation of the shared part of the GameBots2004 message BOM.
BombInfoStatic
          Abstract definition of the static part of the GameBots2004 message BOM.
BombInfoStaticImpl
          Implementation of the static part of the GameBots2004 message BOM.
BotDamaged
          Definition of the event DAM.
BotKilled
          Definition of the event DIE.
Bumped
          Definition of the event BMP.
ChangedWeapon
          Definition of the event CWP.
ComboStarted
          Definition of the event COMBO.
ConfigChange
          Abstract definition of the GameBots2004 message CONFCH.
ConfigChangeCompositeImpl
          Composite implementation of the CONFCH abstract message.
ConfigChangeLocal
          Abstract definition of the local part of the GameBots2004 message CONFCH.
ConfigChangeLocalImpl
          Implementation of the local part of the GameBots2004 message CONFCH.
ConfigChangeMessage
          Implementation of the GameBots2004 message CONFCH contains also its Local/Shared/Static subpart class definitions..
ConfigChangeMessage.ConfigChangeLocalMessage
          Implementation of the local part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.
ConfigChangeMessage.ConfigChangeSharedMessage
          Implementation of the shared part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.
ConfigChangeMessage.ConfigChangeStaticMessage
          Implementation of the static part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.
ConfigChangeShared
          Abstract definition of the shared part of the GameBots2004 message CONFCH.
ConfigChangeSharedImpl
          Implementation of the shared part of the GameBots2004 message CONFCH.
ConfigChangeStatic
          Abstract definition of the static part of the GameBots2004 message CONFCH.
ConfigChangeStaticImpl
          Implementation of the static part of the GameBots2004 message CONFCH.
DialogCommand
          Definition of the event DLGCMD.
DialogFailed
          Definition of the event DFAIL.
DialogOk
          Definition of the event DOK.
EndMessage
          Definition of the event END.
EnteredVehicle
          Definition of the event ENTERED.
FactoryUsed
          Definition of the event USED.
FallEdge
          Definition of the event FAL.
FastTraceResponse
          Definition of the event FTR.
FlagInfo
          Abstract definition of the GameBots2004 message FLG.
FlagInfoCompositeImpl
          Composite implementation of the FLG abstract message.
FlagInfoLocal
          Abstract definition of the local part of the GameBots2004 message FLG.
FlagInfoLocalImpl
          Implementation of the local part of the GameBots2004 message FLG.
FlagInfoMessage
          Implementation of the GameBots2004 message FLG contains also its Local/Shared/Static subpart class definitions..
FlagInfoMessage.FlagInfoLocalMessage
          Implementation of the local part of the GameBots2004 message FLG, used to facade FLGMessage.
FlagInfoMessage.FlagInfoSharedMessage
          Implementation of the shared part of the GameBots2004 message FLG, used to facade FLGMessage.
FlagInfoMessage.FlagInfoStaticMessage
          Implementation of the static part of the GameBots2004 message FLG, used to facade FLGMessage.
FlagInfoShared
          Abstract definition of the shared part of the GameBots2004 message FLG.
FlagInfoSharedImpl
          Implementation of the shared part of the GameBots2004 message FLG.
FlagInfoStatic
          Abstract definition of the static part of the GameBots2004 message FLG.
FlagInfoStaticImpl
          Implementation of the static part of the GameBots2004 message FLG.
GameInfo
          Abstract definition of the GameBots2004 message NFO.
GameInfoCompositeImpl
          Composite implementation of the NFO abstract message.
GameInfoLocal
          Abstract definition of the local part of the GameBots2004 message NFO.
GameInfoLocalImpl
          Implementation of the local part of the GameBots2004 message NFO.
GameInfoMessage
          Implementation of the GameBots2004 message NFO contains also its Local/Shared/Static subpart class definitions..
GameInfoMessage.GameInfoLocalMessage
          Implementation of the local part of the GameBots2004 message NFO, used to facade NFOMessage.
GameInfoMessage.GameInfoSharedMessage
          Implementation of the shared part of the GameBots2004 message NFO, used to facade NFOMessage.
GameInfoMessage.GameInfoStaticMessage
          Implementation of the static part of the GameBots2004 message NFO, used to facade NFOMessage.
GameInfoShared
          Abstract definition of the shared part of the GameBots2004 message NFO.
GameInfoSharedImpl
          Implementation of the shared part of the GameBots2004 message NFO.
GameInfoStatic
          Abstract definition of the static part of the GameBots2004 message NFO.
GameInfoStaticImpl
          Implementation of the static part of the GameBots2004 message NFO.
GamePaused
          Definition of the event PAUSED.
GameRestarted
          Definition of the event GAMERESTART.
GameResumed
          Definition of the event RESUMED.
GiveItemResult
          Definition of the event GIVERES.
GlobalChat
          Definition of the event VMS.
HandShakeEnd
          Definition of the event EHS.
HandShakeStart
          Definition of the event SHS.
HearNoise
          Definition of the event HRN.
HearPickup
          Definition of the event HRP.
HelloBotHandshake
          Definition of the event HELLO_BOT.
HelloControlServerHandshake
          Definition of the event HELLO_CONTROL_SERVER.
HelloObserverHandshake
          Definition of the event HELLO_OBSERVER.
IncomingProjectile
          Abstract definition of the GameBots2004 message PRJ.
IncomingProjectileCompositeImpl
          Composite implementation of the PRJ abstract message.
IncomingProjectileLocal
          Abstract definition of the local part of the GameBots2004 message PRJ.
IncomingProjectileLocalImpl
          Implementation of the local part of the GameBots2004 message PRJ.
IncomingProjectileMessage
          Implementation of the GameBots2004 message PRJ contains also its Local/Shared/Static subpart class definitions..
IncomingProjectileMessage.IncomingProjectileLocalMessage
          Implementation of the local part of the GameBots2004 message PRJ, used to facade PRJMessage.
IncomingProjectileMessage.IncomingProjectileSharedMessage
          Implementation of the shared part of the GameBots2004 message PRJ, used to facade PRJMessage.
IncomingProjectileMessage.IncomingProjectileStaticMessage
          Implementation of the static part of the GameBots2004 message PRJ, used to facade PRJMessage.
IncomingProjectileShared
          Abstract definition of the shared part of the GameBots2004 message PRJ.
IncomingProjectileSharedImpl
          Implementation of the shared part of the GameBots2004 message PRJ.
IncomingProjectileStatic
          Abstract definition of the static part of the GameBots2004 message PRJ.
IncomingProjectileStaticImpl
          Implementation of the static part of the GameBots2004 message PRJ.
InitedMessage
          Abstract definition of the GameBots2004 message INITED.
InitedMessageCompositeImpl
          Composite implementation of the INITED abstract message.
InitedMessageLocal
          Abstract definition of the local part of the GameBots2004 message INITED.
InitedMessageLocalImpl
          Implementation of the local part of the GameBots2004 message INITED.
InitedMessageMessage
          Implementation of the GameBots2004 message INITED contains also its Local/Shared/Static subpart class definitions..
InitedMessageMessage.InitedMessageLocalMessage
          Implementation of the local part of the GameBots2004 message INITED, used to facade INITEDMessage.
InitedMessageMessage.InitedMessageSharedMessage
          Implementation of the shared part of the GameBots2004 message INITED, used to facade INITEDMessage.
InitedMessageMessage.InitedMessageStaticMessage
          Implementation of the static part of the GameBots2004 message INITED, used to facade INITEDMessage.
InitedMessageShared
          Abstract definition of the shared part of the GameBots2004 message INITED.
InitedMessageSharedImpl
          Implementation of the shared part of the GameBots2004 message INITED.
InitedMessageStatic
          Abstract definition of the static part of the GameBots2004 message INITED.
InitedMessageStaticImpl
          Implementation of the static part of the GameBots2004 message INITED.
Item
          Abstract definition of the GameBots2004 message INV.
ItemCategory
          Definition of the event ITC.
ItemCategoryEnd
          Definition of the event EITC.
ItemCategoryStart
          Definition of the event SITC.
ItemCompositeImpl
          Composite implementation of the INV abstract message.
ItemListEnd
          Definition of the event EINV.
ItemListStart
          Definition of the event SINV.
ItemLocal
          Abstract definition of the local part of the GameBots2004 message INV.
ItemLocalImpl
          Implementation of the local part of the GameBots2004 message INV.
ItemMessage
          Implementation of the GameBots2004 message INV contains also its Local/Shared/Static subpart class definitions..
ItemMessage.ItemLocalMessage
          Implementation of the local part of the GameBots2004 message INV, used to facade INVMessage.
ItemMessage.ItemSharedMessage
          Implementation of the shared part of the GameBots2004 message INV, used to facade INVMessage.
ItemMessage.ItemStaticMessage
          Implementation of the static part of the GameBots2004 message INV, used to facade INVMessage.
ItemPickedUp
          Definition of the event IPK.
ItemReceived
          Definition of the event IRC.
ItemShared
          Abstract definition of the shared part of the GameBots2004 message INV.
ItemSharedImpl
          Implementation of the shared part of the GameBots2004 message INV.
ItemStatic
          Abstract definition of the static part of the GameBots2004 message INV.
ItemStaticImpl
          Implementation of the static part of the GameBots2004 message INV.
JumpPerformed
          Definition of the event JUMP.
KeyEvent
          Definition of the event KEYEVENT.
Landed
          Definition of the event LAND.
LockedVehicle
          Definition of the event LOCKED.
LostChild
          Definition of the event LOSTCHILD.
LostInventory
          Definition of the event LIN.
MapChange
          Definition of the event MAPCHANGE.
MapFinished
          Definition of the event FIN.
MapList
          Definition of the event IMAP.
MapListEnd
          Definition of the event EMAP.
MapListStart
          Definition of the event SMAP.
Mover
          Abstract definition of the GameBots2004 message MOV.
MoverCompositeImpl
          Composite implementation of the MOV abstract message.
MoverListEnd
          Definition of the event EMOV.
MoverListStart
          Definition of the event SMOV.
MoverLocal
          Abstract definition of the local part of the GameBots2004 message MOV.
MoverLocalImpl
          Implementation of the local part of the GameBots2004 message MOV.
MoverMessage
          Implementation of the GameBots2004 message MOV contains also its Local/Shared/Static subpart class definitions..
MoverMessage.MoverLocalMessage
          Implementation of the local part of the GameBots2004 message MOV, used to facade MOVMessage.
MoverMessage.MoverSharedMessage
          Implementation of the shared part of the GameBots2004 message MOV, used to facade MOVMessage.
MoverMessage.MoverStaticMessage
          Implementation of the static part of the GameBots2004 message MOV, used to facade MOVMessage.
MoverShared
          Abstract definition of the shared part of the GameBots2004 message MOV.
MoverSharedImpl
          Implementation of the shared part of the GameBots2004 message MOV.
MoverStatic
          Abstract definition of the static part of the GameBots2004 message MOV.
MoverStaticImpl
          Implementation of the static part of the GameBots2004 message MOV.
Mutator
          Definition of the event MUT.
MutatorListEnd
          Definition of the event EMUT.
MutatorListStart
          Definition of the event SMUT.
MyInventory
          Abstract definition of the GameBots2004 message MYINV.
MyInventoryCompositeImpl
          Composite implementation of the MYINV abstract message.
MyInventoryEnd
          Definition of the event EMYINV.
MyInventoryLocal
          Abstract definition of the local part of the GameBots2004 message MYINV.
MyInventoryLocalImpl
          Implementation of the local part of the GameBots2004 message MYINV.
MyInventoryMessage
          Implementation of the GameBots2004 message MYINV contains also its Local/Shared/Static subpart class definitions..
MyInventoryMessage.MyInventoryLocalMessage
          Implementation of the local part of the GameBots2004 message MYINV, used to facade MYINVMessage.
MyInventoryMessage.MyInventorySharedMessage
          Implementation of the shared part of the GameBots2004 message MYINV, used to facade MYINVMessage.
MyInventoryMessage.MyInventoryStaticMessage
          Implementation of the static part of the GameBots2004 message MYINV, used to facade MYINVMessage.
MyInventoryShared
          Abstract definition of the shared part of the GameBots2004 message MYINV.
MyInventorySharedImpl
          Implementation of the shared part of the GameBots2004 message MYINV.
MyInventoryStart
          Definition of the event SMYINV.
MyInventoryStatic
          Abstract definition of the static part of the GameBots2004 message MYINV.
MyInventoryStaticImpl
          Implementation of the static part of the GameBots2004 message MYINV.
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointCompositeImpl
          Composite implementation of the NAV abstract message.
NavPointListEnd
          Definition of the event ENAV.
NavPointListStart
          Definition of the event SNAV.
NavPointLocal
          Abstract definition of the local part of the GameBots2004 message NAV.
NavPointLocalImpl
          Implementation of the local part of the GameBots2004 message NAV.
NavPointMessage
          Implementation of the GameBots2004 message NAV contains also its Local/Shared/Static subpart class definitions..
NavPointMessage.NavPointLocalMessage
          Implementation of the local part of the GameBots2004 message NAV, used to facade NAVMessage.
NavPointMessage.NavPointSharedMessage
          Implementation of the shared part of the GameBots2004 message NAV, used to facade NAVMessage.
NavPointMessage.NavPointStaticMessage
          Implementation of the static part of the GameBots2004 message NAV, used to facade NAVMessage.
NavPointNeighbourLink
          Definition of the event INGP.
NavPointNeighbourLinkEnd
          Definition of the event ENGP.
NavPointNeighbourLinkStart
          Definition of the event SNGP.
NavPointShared
          Abstract definition of the shared part of the GameBots2004 message NAV.
NavPointSharedImpl
          Implementation of the shared part of the GameBots2004 message NAV.
NavPointStatic
          Abstract definition of the static part of the GameBots2004 message NAV.
NavPointStaticImpl
          Implementation of the static part of the GameBots2004 message NAV.
ObjectSelected
          Definition of the event SEL.
PasswdOk
          Definition of the event PASSWDOK.
PasswdWrong
          Definition of the event PASSWDWRONG.
Password
          Definition of the event PASSWORD.
PathList
          Definition of the event IPTH.
PathListEnd
          Definition of the event EPTH.
PathListStart
          Definition of the event SPTH.
Player
          Abstract definition of the GameBots2004 message PLR.
PlayerCompositeImpl
          Composite implementation of the PLR abstract message.
PlayerDamaged
          Definition of the event HIT.
PlayerInput
          Definition of the event PLI.
PlayerJoinsGame
          Definition of the event JOIN.
PlayerKilled
          Definition of the event KIL.
PlayerLeft
          Definition of the event LEFT.
PlayerListEnd
          Definition of the event EPLR.
PlayerListStart
          Definition of the event SPLR.
PlayerLocal
          Abstract definition of the local part of the GameBots2004 message PLR.
PlayerLocalImpl
          Implementation of the local part of the GameBots2004 message PLR.
PlayerMessage
          Implementation of the GameBots2004 message PLR contains also its Local/Shared/Static subpart class definitions..
PlayerMessage.PlayerLocalMessage
          Implementation of the local part of the GameBots2004 message PLR, used to facade PLRMessage.
PlayerMessage.PlayerSharedMessage
          Implementation of the shared part of the GameBots2004 message PLR, used to facade PLRMessage.
PlayerMessage.PlayerStaticMessage
          Implementation of the static part of the GameBots2004 message PLR, used to facade PLRMessage.
PlayerScore
          Definition of the event PLS.
PlayerShared
          Abstract definition of the shared part of the GameBots2004 message PLR.
PlayerSharedImpl
          Implementation of the shared part of the GameBots2004 message PLR.
PlayerStatic
          Abstract definition of the static part of the GameBots2004 message PLR.
PlayerStaticImpl
          Implementation of the static part of the GameBots2004 message PLR.
Pong
          Definition of the event PONG.
Reachable
          Definition of the event RCH.
RecordingEnded
          Definition of the event RECEND.
RecordingStarted
          Definition of the event RECSTART.
Self
          Abstract definition of the GameBots2004 message SLF.
SelfCompositeImpl
          Composite implementation of the SLF abstract message.
SelfLocal
          Abstract definition of the local part of the GameBots2004 message SLF.
SelfLocalImpl
          Implementation of the local part of the GameBots2004 message SLF.
SelfMessage
          Implementation of the GameBots2004 message SLF contains also its Local/Shared/Static subpart class definitions..
SelfMessage.SelfLocalMessage
          Implementation of the local part of the GameBots2004 message SLF, used to facade SLFMessage.
SelfMessage.SelfSharedMessage
          Implementation of the shared part of the GameBots2004 message SLF, used to facade SLFMessage.
SelfMessage.SelfStaticMessage
          Implementation of the static part of the GameBots2004 message SLF, used to facade SLFMessage.
SelfShared
          Abstract definition of the shared part of the GameBots2004 message SLF.
SelfSharedImpl
          Implementation of the shared part of the GameBots2004 message SLF.
SelfStatic
          Abstract definition of the static part of the GameBots2004 message SLF.
SelfStaticImpl
          Implementation of the static part of the GameBots2004 message SLF.
ShootingStarted
          Definition of the event SHOOT.
ShootingStopped
          Definition of the event STOPSHOOT.
Spawn
          Definition of the event SPW.
TeamChanged
          Definition of the event TEAMCHANGE.
TeamChat
          Definition of the event VMT.
TeamScore
          Abstract definition of the GameBots2004 message TES.
TeamScoreCompositeImpl
          Composite implementation of the TES abstract message.
TeamScoreLocal
          Abstract definition of the local part of the GameBots2004 message TES.
TeamScoreLocalImpl
          Implementation of the local part of the GameBots2004 message TES.
TeamScoreMessage
          Implementation of the GameBots2004 message TES contains also its Local/Shared/Static subpart class definitions..
TeamScoreMessage.TeamScoreLocalMessage
          Implementation of the local part of the GameBots2004 message TES, used to facade TESMessage.
TeamScoreMessage.TeamScoreSharedMessage
          Implementation of the shared part of the GameBots2004 message TES, used to facade TESMessage.
TeamScoreMessage.TeamScoreStaticMessage
          Implementation of the static part of the GameBots2004 message TES, used to facade TESMessage.
TeamScoreShared
          Abstract definition of the shared part of the GameBots2004 message TES.
TeamScoreSharedImpl
          Implementation of the shared part of the GameBots2004 message TES.
TeamScoreStatic
          Abstract definition of the static part of the GameBots2004 message TES.
TeamScoreStaticImpl
          Implementation of the static part of the GameBots2004 message TES.
Thrown
          Definition of the event THROWN.
TraceResponse
          Definition of the event TRC.
Trigger
          Definition of the event TRG.
UT2004CompositeObjectCreator.ICompositeWorldObjectCreator
           
UT2004SharedObjectCreator.ISharedObjectCreator
           
Vehicle
          Abstract definition of the GameBots2004 message VEH.
VehicleCompositeImpl
          Composite implementation of the VEH abstract message.
VehicleLocal
          Abstract definition of the local part of the GameBots2004 message VEH.
VehicleLocalImpl
          Implementation of the local part of the GameBots2004 message VEH.
VehicleMessage
          Implementation of the GameBots2004 message VEH contains also its Local/Shared/Static subpart class definitions..
VehicleMessage.VehicleLocalMessage
          Implementation of the local part of the GameBots2004 message VEH, used to facade VEHMessage.
VehicleMessage.VehicleSharedMessage
          Implementation of the shared part of the GameBots2004 message VEH, used to facade VEHMessage.
VehicleMessage.VehicleStaticMessage
          Implementation of the static part of the GameBots2004 message VEH, used to facade VEHMessage.
VehicleShared
          Abstract definition of the shared part of the GameBots2004 message VEH.
VehicleSharedImpl
          Implementation of the shared part of the GameBots2004 message VEH.
VehicleStatic
          Abstract definition of the static part of the GameBots2004 message VEH.
VehicleStaticImpl
          Implementation of the static part of the GameBots2004 message VEH.
VolumeChanged
          Definition of the event VCH.
WallCollision
          Definition of the event WAL.
WeaponUpdate
          Definition of the event WUP.
ZoneChangedBot
          Definition of the event ZCB.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.translator
Item
          Abstract definition of the GameBots2004 message INV.
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
ItemCategory
          Definition of the event ITC.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Item
          Abstract definition of the GameBots2004 message INV.
MapList
          Definition of the event IMAP.
Mover
          Abstract definition of the GameBots2004 message MOV.
Mutator
          Definition of the event MUT.
NavPoint
          Abstract definition of the GameBots2004 message NAV.
PathList
          Definition of the event IPTH.
Player
          Abstract definition of the GameBots2004 message PLR.
Spawn
          Definition of the event SPW.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.communication.worldview.map
NavPoint
          Abstract definition of the GameBots2004 message NAV.
NavPointNeighbourLink
          Definition of the event INGP.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.server
MapList
          Definition of the event IMAP.
Mutator
          Definition of the event MUT.
Player
          Abstract definition of the GameBots2004 message PLR.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.server.impl
GameInfo
          Abstract definition of the GameBots2004 message NFO.
MapList
          Definition of the event IMAP.
Mutator
          Definition of the event MUT.
Player
          Abstract definition of the GameBots2004 message PLR.
PlayerJoinsGame
          Definition of the event JOIN.
 

Classes in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages used by cz.cuni.amis.pogamut.ut2004.storyworld.place
NavPoint
          Abstract definition of the GameBots2004 message NAV.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.