Uses of Class
cz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId

Packages that use PropertyId
cz.cuni.amis.pogamut.multi.communication.translator.event   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
cz.cuni.amis.pogamut.multi.communication.worldview.object   
cz.cuni.amis.pogamut.multi.communication.worldview.property   
 

Uses of PropertyId in cz.cuni.amis.pogamut.multi.communication.translator.event
 

Methods in cz.cuni.amis.pogamut.multi.communication.translator.event that return PropertyId
 PropertyId ISharedPropertyUpdatedEvent.getPropertyId()
           
 

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

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type PropertyId
protected  cz.cuni.amis.utils.maps.HashTriMap<ITeamId,WorldObjectId,PropertyId,ISharedProperty> AbstractSharedWorldView.currentSharedProperties
          SharedProperties currently considered most-recent.
protected  cz.cuni.amis.utils.maps.WeakHashQuadMap<TimeKey,ITeamId,WorldObjectId,PropertyId,ISharedProperty> AbstractSharedWorldView.sharedProperties
          Holds all sharedProperties in the world weakly-referenced by timeKey, this map is used for storing shadowCopies of properties.
protected  Map<ITeamId,Map<WorldObjectId,Map<PropertyId,ISharedProperty>>> AbstractSharedWorldView.syncCurrentSharedProperties
          Synchronized version of currentSharedProperties.
protected  Map<TimeKey,Map<ITeamId,Map<WorldObjectId,Map<PropertyId,ISharedProperty>>>> AbstractSharedWorldView.syncSharedProperties
          Synchronized version of sharedProperties.
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type PropertyId
protected  ISharedProperty AbstractSharedWorldView.getSharedProperty(PropertyId id, ITeamId teamId, TimeKey time)
          Returns exactly the requested property
 

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

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object that return PropertyId
 PropertyId ISharedProperty.getPropertyId()
          Unique Id of this property.
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object that return types with arguments of type PropertyId
 Map<PropertyId,ISharedProperty> ISharedWorldObject.getProperties()
           
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object with parameters of type PropertyId
 ISharedProperty ISharedWorldObject.getProperty(PropertyId id)
           
 

Uses of PropertyId in cz.cuni.amis.pogamut.multi.communication.worldview.property
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.property declared as PropertyId
protected  PropertyId AbstractSharedProperty.propertyId
           
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.property that return PropertyId
static PropertyId PropertyId.get(WorldObjectId objectId, long id)
          Returns a new PropertyId object.
static PropertyId PropertyId.get(WorldObjectId objectId, String name)
          Returns a new PropertyId object.
 PropertyId AbstractSharedProperty.getPropertyId()
           
 PropertyId AbstractSharedProperty.GenericPropertyUpdate.getPropertyId()
           
 



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