Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.FlagInfo

Packages that use FlagInfo
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

Uses of FlagInfo in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor declared as FlagInfo
protected  FlagInfo CTF.enemyFlag
           
protected  FlagInfo CTF.ourFlag
           
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return FlagInfo
 FlagInfo Game.getCTFFlag(int team)
          Retrieves FlagInfo object representing the Flag for input team in BotCTFGame.
 FlagInfo CTF.getEnemyFlag()
          Returns ENEMY flag.
 FlagInfo Game.getEnemyFlag()
          Returns FlagInfo that describes ENEMY-team flag.
 FlagInfo Game.getFlag(int team)
          Returns flag (if known) for the 'team'.
 FlagInfo Game.getMyFlag()
          Returns FlagInfo that describes MY-team flag.
 FlagInfo CTF.getOurFlag()
          Returns OUR flag.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return types with arguments of type FlagInfo
 Map<Integer,FlagInfo> Game.getAllCTFFlags()
          Returns a map indexed by team numbers, holding all flags in the game.
 Collection<FlagInfo> Game.getAllCTFFlagsCollection()
          Returns a collection of all the flags in the game.
 Collection<FlagInfo> Game.getCTFFlags()
          Retrieves all FlagInfo objects in the game (by default two) in BotCTFGame.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type FlagInfo
 void CTF.flagAppeared(FlagInfo flag)
           
protected  void AgentStats.flagInfo(FlagInfo event)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with type arguments of type FlagInfo
 void CTF.FlagUpdatedListener.notify(WorldObjectUpdatedEvent<FlagInfo> event)
           
 

Uses of FlagInfo in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Subclasses of FlagInfo in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 class FlagInfoCompositeImpl
          Composite implementation of the FLG abstract message.
 class FlagInfoMessage
          Implementation of the GameBots2004 message FLG contains also its Local/Shared/Static subpart class definitions..
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return FlagInfo
 FlagInfo UT2004CompositeObjectCreator.FlagInfoCreator.create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type FlagInfo
FlagInfo.FlagInfoUpdate(FlagInfo source, long eventTime, ITeamId teamId)
           
FlagInfo.ObjectDisappeared(FlagInfo obj, long time)
           
FlagInfoLocalImpl(FlagInfo original)
          Cloning constructor from the full message.
FlagInfoStaticImpl(FlagInfo original)
          Cloning constructor from the full message.
 



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