Uses of Class
cz.cuni.amis.pogamut.ut2004.hideandseek.server.HSBotRecord

Packages that use HSBotRecord
cz.cuni.amis.pogamut.ut2004.hideandseek.bot   
cz.cuni.amis.pogamut.ut2004.hideandseek.server   
cz.cuni.amis.pogamut.ut2004.hideandseek.tournament   
 

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

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.bot that return types with arguments of type HSBotRecord
 List<HSBotRecord<Player>> HSBotModule.getBotRecords(HSBotState botWhoAreInThisState)
          Returns list of known bots playing hide-and-seek in state 'botWhoAreInThisState'.
 List<HSBotRecord<Player>> HSBotModule.getSpottedRunnerRecords()
          Returns list of bot records who are in the HSBotState.RUNNER_SPOTTED.
 

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

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.server that return types with arguments of type HSBotRecord
 Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,HSBotRecord<PlayerMessage>> UT2004HSServer.getBotRecords()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.server with parameters of type HSBotRecord
 void UT2004HSServer.observerFailedToStart(HSBotRecord botToObserve, Exception e)
           
 

Uses of HSBotRecord in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament that return types with arguments of type HSBotRecord
 Map<cz.cuni.amis.utils.token.IToken,HSBotRecord<PlayerMessage>> UT2004HideAndSeekResult.getScoreDetails()
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament with type arguments of type HSBotRecord
protected  UT2004HideAndSeekResult UT2004HideAndSeek.processResults(UCCWrapper ucc, UT2004Server server, UT2004Analyzer analyzer, UT2004Match.Bots bots, List<cz.cuni.amis.utils.token.IToken> winners, Map<cz.cuni.amis.utils.token.IToken,HSBotRecord<PlayerMessage>> botRecords)
           
 void UT2004HideAndSeekResult.setScoreDetails(Map<cz.cuni.amis.utils.token.IToken,HSBotRecord<PlayerMessage>> scoreDetails)
           
 



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