Uses of Interface
cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject

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

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

Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return ISharedWorldObject
 ISharedWorldObject ISharedWorldView.getShared(ITeamId teamId, WorldObjectId objectId, TimeKey time)
          Returns the shared part of a requested object.
 

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

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type ISharedWorldObject
protected  cz.cuni.amis.utils.maps.WeakHashTriMap<TimeKey,ITeamId,WorldObjectId,ISharedWorldObject> AbstractSharedWorldView.sharedWorldObjects
          Cached sharedWorldObjects.
protected  Map<TimeKey,Map<ITeamId,Map<WorldObjectId,ISharedWorldObject>>> AbstractSharedWorldView.syncSharedWorldObjects
          Synchronized version of cached sharedWorldObjects.
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return ISharedWorldObject
protected abstract  ISharedWorldObject AbstractSharedWorldView.createSharedObject(Class msgClass, WorldObjectId id, ITeamId teamId, TimeKey time)
          Creates a sharedWorldObject of the specified id.
 ISharedWorldObject AbstractSharedWorldView.getShared(ITeamId teamId, WorldObjectId objectId, TimeKey time)
           
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ISharedWorldObject
protected  void AbstractSharedWorldView.addSharedWorldObject(ISharedWorldObject object)
          adds all shared properties from this object for all teams
protected abstract  ICompositeWorldObject AbstractLocalWorldView.createCompositeObject(ILocalWorldObject localObject, ISharedWorldObject sharedObject, IStaticWorldObject staticObject)
          Method used for returning the appropriate CompositeObject type made from the three provided object parts.
protected  void EventDrivenSharedWorldView.objectCreated(ISharedWorldObject obj, long time)
          Must be called whenever an object was created, raises correct events.
 

Uses of ISharedWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.object
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object that return ISharedWorldObject
 ISharedWorldObject ISharedWorldObject.clone()
           
 ISharedWorldObject ICompositeWorldObject.getShared()
           
 



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