Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters

Packages that use UT2004AgentParameters
cz.cuni.amis.pogamut.ut2004.agent.params   
cz.cuni.amis.pogamut.ut2004.analyzer   
cz.cuni.amis.pogamut.ut2004.bot.params   
cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent   
cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent   
cz.cuni.amis.pogamut.ut2004.observer.impl   
cz.cuni.amis.pogamut.ut2004.server.impl   
cz.cuni.amis.pogamut.ut2004.utils Utility classes connected to the Unreal Engine. 
 

Uses of UT2004AgentParameters in cz.cuni.amis.pogamut.ut2004.agent.params
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.params that return UT2004AgentParameters
 UT2004AgentParameters UT2004AgentParameters.setAgentId(IAgentId agentId)
           
 UT2004AgentParameters UT2004AgentParameters.setWorldAddress(IWorldConnectionAddress address)
           
 

Uses of UT2004AgentParameters in cz.cuni.amis.pogamut.ut2004.analyzer
 

Subclasses of UT2004AgentParameters in cz.cuni.amis.pogamut.ut2004.analyzer
 class UT2004AnalyzerFullObserverParameters
           
 class UT2004AnalyzerObserverParameters
          Deprecated. 
 class UT2004AnalyzerParameters
           
 

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

Subclasses of UT2004AgentParameters in cz.cuni.amis.pogamut.ut2004.bot.params
 class UT2004BotParameters
           
 

Uses of UT2004AgentParameters in cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent
 

Classes in cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent with type parameters of type UT2004AgentParameters
 class UT2004ObserverFactory<PARAMS extends UT2004AgentParameters>
          Factory that uses direct instantiation (plain old Java style) of the UT2004Observer class.
 class UT2004ServerFactory<PARAMS extends UT2004AgentParameters>
          Factory that uses direct instantiation (plain old Java style) of the UT2004Server class.
 

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

Classes in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent with type parameters of type UT2004AgentParameters
 class UT2004AnalyzerFactory<ANALYZER extends IUT2004Analyzer,PARAMS extends UT2004AgentParameters>
          Guice-base IUT2004Server factory.
 class UT2004CommunicationModule<PARAMS extends UT2004AgentParameters>
          Module extending RemoteGuiceAgentModule for the purpose of UT2004 communication specification.
 class UT2004ObserverFactory<SERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters>
          Guice-based IUT2004Observer factory.
 class UT2004ObserverModule<PARAMS extends UT2004AgentParameters>
          Module extending UT2004CommunicationModule for the purpose of UT2004Observer instantiation.
 class UT2004ServerFactory<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters>
          Guice-base IUT2004Server factory.
 class UT2004ServerModule<PARAMS extends UT2004AgentParameters>
          Module extending UT2004CommunicationModule for the purpose of UT2004Server instantiation.
 

Uses of UT2004AgentParameters in cz.cuni.amis.pogamut.ut2004.observer.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.observer.impl that return UT2004AgentParameters
 UT2004AgentParameters UT2004Observer.getParams()
          Returns parameters that were passed into the agent during the construction.
 

Constructors in cz.cuni.amis.pogamut.ut2004.observer.impl with parameters of type UT2004AgentParameters
UT2004Observer(UT2004AgentParameters params, IComponentBus bus, IAgentLogger agentLogger, UT2004WorldView worldView, IAct act)
           
 

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

Methods in cz.cuni.amis.pogamut.ut2004.server.impl that return UT2004AgentParameters
 UT2004AgentParameters UT2004Server.getParams()
          Returns parameters that were passed into the agent during the construction.
 

Constructors in cz.cuni.amis.pogamut.ut2004.server.impl with parameters of type UT2004AgentParameters
UT2004Server(UT2004AgentParameters params, IAgentLogger agentLogger, IComponentBus bus, SocketConnection connection, UT2004WorldView worldView, IAct act)
           
 

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

Classes in cz.cuni.amis.pogamut.ut2004.utils with type parameters of type UT2004AgentParameters
 class UT2004ObserverRunner<OBSERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters>
          Class used for creating, connecting and starting observers with default settings that are taken from the properties.
 class UT2004ServerRunner<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters>
          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 UT2004AgentParameters
 List<SERVER> UT2004ServerRunner.startAgents(PARAMS... agentParameters)
           
 List<OBSERVER> UT2004ObserverRunner.startAgents(PARAMS... agentParameters)
           
 



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