Uses of Interface
cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController

Packages that use IUT2004BotController
cz.cuni.amis.pogamut.ut2004.agent.utils   
cz.cuni.amis.pogamut.ut2004.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
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.bot.impl   
cz.cuni.amis.pogamut.ut2004multi.factory.guice.remoteagent   
 

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

Method parameters in cz.cuni.amis.pogamut.ut2004.agent.utils with type arguments of type IUT2004BotController
 UT2004BotDescriptor<PARAMS> UT2004BotDescriptor.setController(Class<? extends IUT2004BotController> controllerClass)
           
 

Uses of IUT2004BotController in cz.cuni.amis.pogamut.ut2004.bot
 

Subinterfaces of IUT2004BotController in cz.cuni.amis.pogamut.ut2004.bot
 interface IUT2004BotLogicController<BOT extends UT2004Bot,LOGIC_MODULE extends LogicModule>
           
 

Uses of IUT2004BotController in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Classes in cz.cuni.amis.pogamut.ut2004.bot.impl with type parameters of type IUT2004BotController
 class UT2004Bot<WORLD_VIEW extends IVisionWorldView,ACT extends IAct,CONTROLLER extends IUT2004BotController>
          Ancestor of all UT2004 bots.
 

Classes in cz.cuni.amis.pogamut.ut2004.bot.impl that implement IUT2004BotController
 class UT2004BotController<BOT extends UT2004Bot>
           
 class UT2004BotLogicController<BOT extends UT2004Bot>
           
 class UT2004BotModuleController<BOT extends UT2004Bot>
          The most advanced controller that is available.
 

Constructors in cz.cuni.amis.pogamut.ut2004.bot.impl with parameters of type IUT2004BotController
UT2004Bot(UT2004BotParameters parameters, IComponentBus eventBus, IAgentLogger logger, IWorldView worldView, IAct act, IUT2004BotController init)
           
 

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

Constructor parameters in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent with type arguments of type IUT2004BotController
UT2004BotModule(Class<? extends IUT2004BotController> botControllerClass)
           
 

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

Constructor parameters in cz.cuni.amis.pogamut.ut2004.utils with type arguments of type IUT2004BotController
UT2004BotRunner(Class<? extends IUT2004BotController> botControllerClass)
          Construct the runner without specifying anything as default.
UT2004BotRunner(Class<? extends IUT2004BotController> botControllerClass, String name)
          Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
UT2004BotRunner(Class<? extends IUT2004BotController> botControllerClass, String name, String host, int port)
          Construct the runner + specify all defaults.
 

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

Classes in cz.cuni.amis.pogamut.ut2004multi.bot.impl that implement IUT2004BotController
 class UT2004BotMultiController
           
 

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

Constructor parameters in cz.cuni.amis.pogamut.ut2004multi.factory.guice.remoteagent with type arguments of type IUT2004BotController
UT2004MultiBotModule(Class<? extends IUT2004BotController> botControllerClass)
           
 



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