Uses of Class
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.HSGameState

Packages that use HSGameState
cz.cuni.amis.pogamut.ut2004.hideandseek.bot   
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol   
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages   
cz.cuni.amis.pogamut.ut2004.hideandseek.server   
 

Uses of HSGameState in cz.cuni.amis.pogamut.ut2004.hideandseek.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.bot that return HSGameState
 HSGameState HSBotModule.getGameState()
          Current detailed state of the game, see HSGameState.
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.bot that return types with arguments of type HSGameState
 cz.cuni.amis.utils.flag.ImmutableFlag<HSGameState> HSBotModule.getGameStateFlag()
          Current detailed state of the game, see HSGameState.
 

Uses of HSGameState in cz.cuni.amis.pogamut.ut2004.hideandseek.protocol
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.protocol that return HSGameState
static HSGameState HSGameState.getGameState(int stateNumber)
           
static HSGameState HSGameState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HSGameState[] HSGameState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HSGameState in cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages that return HSGameState
 HSGameState HSRoundState.getGameStateEnum()
           
 

Uses of HSGameState in cz.cuni.amis.pogamut.ut2004.hideandseek.server
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.server that return types with arguments of type HSGameState
 cz.cuni.amis.utils.flag.Flag<HSGameState> UT2004HSServer.getGameState()
           
 



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