cz.cuni.amis.pogamut.base.agent.params
Interface IRemoteAgentParameters

Type Parameters:
ADDRESS -
All Superinterfaces:
IAgentParameters
All Known Subinterfaces:
ITeamRemoteAgentParameters<SHARED_WORLDVIEW>
All Known Implementing Classes:
RemoteAgentParameters, TeamRemoteAgentParameters, UT2004AgentParameters, UT2004AnalyzerObserverParameters, UT2004AnalyzerParameters

public interface IRemoteAgentParameters
extends IAgentParameters

Remote agent parameters are additionally providing an address of the remote environment which the agent has to connect into.


Method Summary
 IWorldConnectionAddress getWorldAddress()
          Address of the environment the newly created agent has to connect into.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters
assignDefaults, getAgentId
 

Method Detail

getWorldAddress

IWorldConnectionAddress getWorldAddress()
Address of the environment the newly created agent has to connect into.

Returns:
environment address