Uses of Class
cz.cuni.amis.pogamut.ut2004multi.communication.module.SharedKnowledgeDatabase

Packages that use SharedKnowledgeDatabase
cz.cuni.amis.pogamut.ut2004multi.bot.impl   
cz.cuni.amis.pogamut.ut2004multi.communication.module   
 

Uses of SharedKnowledgeDatabase in cz.cuni.amis.pogamut.ut2004multi.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004multi.bot.impl declared as SharedKnowledgeDatabase
protected  SharedKnowledgeDatabase UT2004BotMultiController.shared
           
 

Methods in cz.cuni.amis.pogamut.ut2004multi.bot.impl that return SharedKnowledgeDatabase
 SharedKnowledgeDatabase UT2004BotMultiController.getShared()
          Returns team-shared knowledge database.
 

Uses of SharedKnowledgeDatabase in cz.cuni.amis.pogamut.ut2004multi.communication.module
 

Fields in cz.cuni.amis.pogamut.ut2004multi.communication.module with type parameters of type SharedKnowledgeDatabase
protected static Map<Integer,SharedKnowledgeDatabase> SharedKnowledgeDatabase.instances
          Team number to instance.
 

Methods in cz.cuni.amis.pogamut.ut2004multi.communication.module that return SharedKnowledgeDatabase
static SharedKnowledgeDatabase SharedKnowledgeDatabase.get(int team)
          Returns the only instance of SharedKnowledgeDatabase for the specified team.
 



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