Uses of Class
cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotModule

Packages that use UT2004BotModule
cz.cuni.amis.pogamut.ut2004.agent.utils   
cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent   
cz.cuni.amis.pogamut.ut2004.utils Utility classes connected to the Unreal Engine. 
cz.cuni.amis.pogamut.ut2004multi.factory.guice.remoteagent   
 

Uses of UT2004BotModule in cz.cuni.amis.pogamut.ut2004.agent.utils
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.utils with parameters of type UT2004BotModule
 UT2004BotDescriptor<PARAMS> UT2004BotDescriptor.setAgentModule(UT2004BotModule module)
           
 

Uses of UT2004BotModule in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
 

Methods in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent that return UT2004BotModule
protected  UT2004BotModule<PARAMS> UT2004BotFactory.getAgentModule()
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent with parameters of type UT2004BotModule
UT2004BotFactory(UT2004BotModule<PARAMS> agentModule)
           
 

Uses of UT2004BotModule in cz.cuni.amis.pogamut.ut2004.utils
 

Classes in cz.cuni.amis.pogamut.ut2004.utils with type parameters of type UT2004BotModule
 class MultipleUT2004BotRunner<BOT extends UT2004Bot,PARAMS extends UT2004BotParameters,MODULE extends UT2004BotModule>
          This class has only one purpose - execute ONE OR MORE BOTS inside 'main' method.
 

Constructors in cz.cuni.amis.pogamut.ut2004.utils with parameters of type UT2004BotModule
UT2004BotRunner(UT2004BotModule module)
          Construct the runner without specifying anything as default.
UT2004BotRunner(UT2004BotModule module, String name)
          Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004BotRunner(UT2004BotModule module, String name, String host, int port)
          Construct the runner + specify all defaults.
 

Uses of UT2004BotModule in cz.cuni.amis.pogamut.ut2004multi.factory.guice.remoteagent
 

Subclasses of UT2004BotModule in cz.cuni.amis.pogamut.ut2004multi.factory.guice.remoteagent
 class UT2004MultiBotModule<PARAMS extends UT2004BotParameters>
          Implements a bot module using shared WorldView
 



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