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

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

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

Subinterfaces of ILocalWorldView in cz.cuni.amis.pogamut.multi.communication.worldview
 interface IVisionLocalWorldView
          Interface that adds functionality related to visible objects to the worldView.
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview with parameters of type ILocalWorldView
 void ISharedWorldView.registerLocalWorldView(ILocalWorldView localWV, ILifecycleBus bus)
          This method is called when a new localWorldView is created and wants to use this sharedWorldView, the method registers the LocalWorldView with the sharedWorldView's sharedComponentBus and also internally stores the information about which WorldViews are registered to it.
 

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

Classes in cz.cuni.amis.pogamut.multi.communication.worldview.impl that implement ILocalWorldView
 class AbstractLocalWorldView
          WorldView responsible for single agent.
 class BatchAwareLocalWorldView
          Implements the batch logic into the worldView.
 class EventDrivenLocalWorldView
           
 class VisionLocalWorldView
          VisionLocalWorldView manages information about all objects currently in the bot's FOV (field-of-view) by implementing methods from IVisionLocalWorldView interface.
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type ILocalWorldView
protected  HashMap<TeamedAgentId,ILocalWorldView> AbstractSharedWorldView.localWorldViews
          LocalWorldViews registered with this sharedWorldView
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ILocalWorldView
 void AbstractSharedWorldView.registerLocalWorldView(ILocalWorldView localWV, ILifecycleBus bus)
          This method is called when a new localWorldView is created and wants to use this sharedWorldView, the method registers the LocalWorldView with the sharedWorldView's sharedComponentBus and also internally stores the information about which WorldViews are registered to it.
 



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