Uses of Class
cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters

Packages that use UT2004BotParameters
cz.cuni.amis.pogamut.ut2004.bot.impl   
cz.cuni.amis.pogamut.ut2004.bot.params   
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 UT2004BotParameters in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return UT2004BotParameters
 UT2004BotParameters UT2004Bot.getParams()
          Returns parameters that were passed into the agent during the construction.
 

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

Uses of UT2004BotParameters in cz.cuni.amis.pogamut.ut2004.bot.params
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.params that return UT2004BotParameters
 UT2004BotParameters UT2004BotParameters.setAgentId(IAgentId agentId)
           
 UT2004BotParameters UT2004BotParameters.setInitialLocation(Location location)
           
 UT2004BotParameters UT2004BotParameters.setInitialRotation(Rotation rotation)
           
 UT2004BotParameters UT2004BotParameters.setTeam(Integer team)
          Preferred team.
 UT2004BotParameters UT2004BotParameters.setWorldAddress(IWorldConnectionAddress address)
           
 

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

Classes in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent with type parameters of type UT2004BotParameters
 class UT2004BotFactory<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
          Guice-base IUT2004Bot factory.
 class UT2004BotModule<PARAMS extends UT2004BotParameters>
          Module extending UT2004CommunicationModule for the purpose of UT2004Bot instantiation.
 

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

Classes in cz.cuni.amis.pogamut.ut2004.utils with type parameters of type UT2004BotParameters
 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.
 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.
 

Methods in cz.cuni.amis.pogamut.ut2004.utils with parameters of type UT2004BotParameters
 List<BOT> UT2004BotRunner.startAgents(PARAMS... agentParameters)
           
 

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

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



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