Uses of Class
cz.cuni.amis.pogamut.usar2004.agent.params.USAR2004AgentParameters

Packages that use USAR2004AgentParameters
cz.cuni.amis.pogamut.usar2004.agent   
cz.cuni.amis.pogamut.usar2004.agent.params   
cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent   
cz.cuni.amis.pogamut.usar2004.utils   
 

Uses of USAR2004AgentParameters in cz.cuni.amis.pogamut.usar2004.agent
 

Constructors in cz.cuni.amis.pogamut.usar2004.agent with parameters of type USAR2004AgentParameters
USAR2004Bot(USAR2004AgentParameters parameters, cz.cuni.amis.pogamut.base.component.bus.IComponentBus eventBus, cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger logger, cz.cuni.amis.pogamut.base.communication.worldview.IWorldView worldView, cz.cuni.amis.pogamut.base.communication.command.IAct act, IUSAR2004BotController init)
           
 

Uses of USAR2004AgentParameters in cz.cuni.amis.pogamut.usar2004.agent.params
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.params that return USAR2004AgentParameters
 USAR2004AgentParameters USAR2004AgentParameters.setAgentId(cz.cuni.amis.pogamut.base.agent.IAgentId agentId)
           
 USAR2004AgentParameters USAR2004AgentParameters.setWorldAddress(cz.cuni.amis.pogamut.base.communication.connection.IWorldConnectionAddress address)
           
 

Uses of USAR2004AgentParameters in cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent
 

Classes in cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent with type parameters of type USAR2004AgentParameters
 class USAR2004BotFactory<BOT extends USAR2004Bot,PARAMS extends USAR2004AgentParameters>
          Guice-base IUT2004Bot factory.
 class USAR2004BotModule<PARAMS extends USAR2004AgentParameters>
          Module extending UT2004CommunicationModule for the purpose of UT2004Bot instantiation.
 class USAR2004CommunicationModule<PARAMS extends USAR2004AgentParameters>
          Module extending RemoteGuiceAgentModule for the purpose of UT2004 communication specification.
 

Uses of USAR2004AgentParameters in cz.cuni.amis.pogamut.usar2004.utils
 

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

Methods in cz.cuni.amis.pogamut.usar2004.utils with parameters of type USAR2004AgentParameters
 List<BOT> USAR2004BotRunner.startAgents(PARAMS... agentParameters)
           
 



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