cz.cuni.amis.pogamut.multi.params
Interface ITeamAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView>

Package class diagram package ITeamAgentParameters
Type Parameters:
SHARED_WORLDVIEW -
All Known Subinterfaces:
ITeamRemoteAgentParameters<SHARED_WORLDVIEW>
All Known Implementing Classes:
TeamRemoteAgentParameters

public interface ITeamAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView>

These parameters declares getter for ISharedWorldView instance that should be used by the particular agent.

Such shared world view instance has to be picked by the agent during its instantiation preferable via Guice IOC mechanis,.

Author:
Jimmy

Method Summary
 SHARED_WORLDVIEW getSharedWorldView()
           
 

Method Detail

getSharedWorldView

SHARED_WORLDVIEW getSharedWorldView()


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