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

Packages that use ITeamedAgentId
cz.cuni.amis.pogamut.multi.agent.impl   
cz.cuni.amis.pogamut.multi.communication.worldview   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of ITeamedAgentId in cz.cuni.amis.pogamut.multi.agent.impl
 

Classes in cz.cuni.amis.pogamut.multi.agent.impl that implement ITeamedAgentId
 class TeamedAgentId
           
 

Uses of ITeamedAgentId in cz.cuni.amis.pogamut.multi.communication.worldview
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return ITeamedAgentId
 ITeamedAgentId ILocalWorldView.getAgentId()
           
 

Uses of ITeamedAgentId in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl declared as ITeamedAgentId
protected  ITeamedAgentId AbstractLocalWorldView.agentId
           
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return ITeamedAgentId
 ITeamedAgentId AbstractLocalWorldView.getAgentId()
          Returns agentId of the agent associated with this WorldView.
 

Constructors in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ITeamedAgentId
AbstractLocalWorldView(ComponentDependencies dependencies, ILifecycleBus bus, IAgentLogger logger, ISharedWorldView sharedWV, ITeamedAgentId agentId)
           
BatchAwareLocalWorldView(ComponentDependencies dependencies, ILifecycleBus bus, IAgentLogger logger, ISharedWorldView parentWorldView, ITeamedAgentId agentId)
           
EventDrivenLocalWorldView(ComponentDependencies dependencies, ILifecycleBus bus, IAgentLogger logger, ISharedWorldView sharedWV, ITeamedAgentId agentId)
           
VisionLocalWorldView(ComponentDependencies dependencies, ILifecycleBus bus, IAgentLogger logger, ISharedWorldView parentWorldView, ITeamedAgentId agentId)
           
 



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