cz.cuni.amis.pogamut.multi.agent.impl
Class AgentTeamedId

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.impl.AgentId
      extended by cz.cuni.amis.pogamut.multi.agent.impl.AgentTeamedId
All Implemented Interfaces:
IAgentId, IToken, java.io.Serializable

public class AgentTeamedId
extends AgentId

See Also:
Serialized Form

Field Summary
protected  ITeamId teamId
           
 
Fields inherited from class cz.cuni.amis.pogamut.base.agent.impl.AgentId
AGENT_NAME_DEPENDENCY, NO_NAME, random
 
Constructor Summary
AgentTeamedId()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.impl.AgentId
equals, getIds, getName, getToken, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

teamId

protected ITeamId teamId
Constructor Detail

AgentTeamedId

public AgentTeamedId()