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

Package class diagram package IRemoteAgentParameters
Type Parameters:
ADDRESS -
All Superinterfaces:
IAgentParameters
All Known Subinterfaces:
ITeamRemoteAgentParameters<SHARED_WORLDVIEW>
All Known Implementing Classes:
RemoteAgentParameters, TeamRemoteAgentParameters

public interface IRemoteAgentParameters
extends IAgentParameters

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

Author:
Jimmy

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


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