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

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

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

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

Uses of IUT2004Bot in cz.cuni.amis.pogamut.ut2004.bot.jmx
 

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

Classes in cz.cuni.amis.pogamut.ut2004.bot.jmx that implement IUT2004Bot
 class BotJMXProxy
           
 

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

Classes in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent with type parameters of type IUT2004Bot
 class UT2004BotFactory<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
          Guice-base IUT2004Bot factory.
 

Uses of IUT2004Bot in cz.cuni.amis.pogamut.ut2004.server.impl
 

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

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

Classes in cz.cuni.amis.pogamut.ut2004.utils with type parameters of type IUT2004Bot
 class UT2004BotRunner<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
          Class used for creating, connecting and starting servers with default settings that are taken from the properties.
 class UTBotRunner<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
          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.