Uses of Interface
cz.cuni.amis.pogamut.udk.bot.IUDKBotController

Packages that use IUDKBotController
cz.cuni.amis.pogamut.udk.agent.utils   
cz.cuni.amis.pogamut.udk.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.udk.bot.impl   
cz.cuni.amis.pogamut.udk.factory.guice.remoteagent   
cz.cuni.amis.pogamut.udk.utils Utility classes connected to the Unreal Engine. 
 

Uses of IUDKBotController in cz.cuni.amis.pogamut.udk.agent.utils
 

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

Uses of IUDKBotController in cz.cuni.amis.pogamut.udk.bot
 

Subinterfaces of IUDKBotController in cz.cuni.amis.pogamut.udk.bot
 interface IUDKBotLogicController<BOT extends UDKBot,LOGIC_MODULE extends LogicModule>
           
 

Uses of IUDKBotController in cz.cuni.amis.pogamut.udk.bot.impl
 

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

Classes in cz.cuni.amis.pogamut.udk.bot.impl that implement IUDKBotController
 class UDKBotController<BOT extends UDKBot>
           
 class UDKBotLogicController<BOT extends UDKBot>
           
 class UDKBotModuleController<BOT extends UDKBot>
          The most advanced controller that is available.
 

Constructors in cz.cuni.amis.pogamut.udk.bot.impl with parameters of type IUDKBotController
UDKBot(UDKAgentParameters parameters, IComponentBus eventBus, IAgentLogger logger, IWorldView worldView, IAct act, IUDKBotController init)
           
 

Uses of IUDKBotController in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent
 

Constructor parameters in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent with type arguments of type IUDKBotController
UDKBotModule(Class<? extends IUDKBotController> botControllerClass)
           
 

Uses of IUDKBotController in cz.cuni.amis.pogamut.udk.utils
 

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



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