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

Packages that use IUDKBot
cz.cuni.amis.pogamut.udk.bot.impl   
cz.cuni.amis.pogamut.udk.bot.jmx JMX interfaces for remote management of the bots. 
cz.cuni.amis.pogamut.udk.factory.guice.remoteagent   
cz.cuni.amis.pogamut.udk.server.impl   
cz.cuni.amis.pogamut.udk.utils Utility classes connected to the Unreal Engine. 
 

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

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

Uses of IUDKBot in cz.cuni.amis.pogamut.udk.bot.jmx
 

Classes in cz.cuni.amis.pogamut.udk.bot.jmx with type parameters of type IUDKBot
 class BotJMXMBeanAdapter<T extends IUDKBot>
          This is the other side (the agent side) of BotJMXProxy (th eplugin side).
 

Classes in cz.cuni.amis.pogamut.udk.bot.jmx that implement IUDKBot
 class BotJMXProxy
           
 

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

Classes in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent with type parameters of type IUDKBot
 class UDKBotFactory<BOT extends IUDKBot,PARAMS extends UDKAgentParameters>
          Guice-base IUDKBot factory.
 

Uses of IUDKBot in cz.cuni.amis.pogamut.udk.server.impl
 

Methods in cz.cuni.amis.pogamut.udk.server.impl that return types with arguments of type IUDKBot
 cz.cuni.amis.utils.collections.ObservableCollection<IUDKBot> AbstractUDKServer.getAgents()
           
 

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

Classes in cz.cuni.amis.pogamut.udk.utils with type parameters of type IUDKBot
 class UDKBotRunner<BOT extends IUDKBot,PARAMS extends UDKAgentParameters>
          Class used for creating, connecting and starting servers with default settings that are taken from the properties.
 



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