cz.cuni.amis.pogamut.multi.agent
Interface ITeamedAgentId

Package class diagram package ITeamedAgentId
All Superinterfaces:
IAgentId, cz.cuni.amis.utils.token.IToken, Serializable
All Known Implementing Classes:
TeamedAgentId

public interface ITeamedAgentId
extends IAgentId

Interface for agentId with a team.

Author:
srlok

Method Summary
 ITeamId getTeamId()
          Returns the teamId associated with this agentId.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IAgentId
getName, getToken
 
Methods inherited from interface cz.cuni.amis.utils.token.IToken
getIds
 

Method Detail

getTeamId

ITeamId getTeamId()
Returns the teamId associated with this agentId.

Returns:


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