Uses of Interface
cz.cuni.amis.pogamut.multi.communication.worldview.ISharedWorldView

Packages that use ISharedWorldView
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
cz.cuni.amis.pogamut.multi.factory.guice   
cz.cuni.amis.pogamut.multi.params   
cz.cuni.amis.pogamut.multi.params.impl   
 

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

Classes in cz.cuni.amis.pogamut.multi.communication.worldview.impl that implement ISharedWorldView
 class AbstractSharedWorldView
           
 class BatchAwareSharedWorldView
          SharedWorldView with batch-driven implementation.
 class EventDrivenSharedWorldView
          SharedWorldView implementing basic event management (notyfying listeners --- not yet fully functional) and updating shared objects using the events.
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl declared as ISharedWorldView
protected  ISharedWorldView AbstractLocalWorldView.sharedWorldView
           
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type ISharedWorldView
protected  ISharedComponentController<ISharedWorldView> AbstractSharedWorldView.controller
           
 

Constructors in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ISharedWorldView
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)
           
 

Uses of ISharedWorldView in cz.cuni.amis.pogamut.multi.factory.guice
 

Methods in cz.cuni.amis.pogamut.multi.factory.guice that return types with arguments of type ISharedWorldView
 AdaptableProvider<ISharedWorldView> GuiceTeamRemoteAgentModule.getSharedWorldViewProvider()
           
 

Uses of ISharedWorldView in cz.cuni.amis.pogamut.multi.params
 

Classes in cz.cuni.amis.pogamut.multi.params with type parameters of type ISharedWorldView
 interface ITeamAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView>
          These parameters declares getter for ISharedWorldView instance that should be used by the particular agent.
 interface ITeamRemoteAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView>
          Combines ITeamAgentParameters and IRemoteAgentParameters.
 

Uses of ISharedWorldView in cz.cuni.amis.pogamut.multi.params.impl
 

Classes in cz.cuni.amis.pogamut.multi.params.impl with type parameters of type ISharedWorldView
 class TeamRemoteAgentParameters<SHARED_WORLDVIEW extends ISharedWorldView>
           
 

Fields in cz.cuni.amis.pogamut.multi.params.impl declared as ISharedWorldView
protected  SHARED_WORLDVIEW TeamRemoteAgentParameters.sharedWorldView
           
 



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