cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages
Class EmptySharedImpl
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyShared
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptySharedImpl
- All Implemented Interfaces:
- IWorldObject, ISharedWorldObject, Cloneable
public class EmptySharedImpl
- extends EmptyShared
Implementation of the shared part of the GameBotsUT3 message EMP.
Complete message documentation:
propertyMap
protected HashMap<PropertyId,ISharedProperty> propertyMap
EmptySharedImpl
public EmptySharedImpl(EmptySharedImpl source)
EmptySharedImpl
public EmptySharedImpl(WorldObjectId objectId,
Collection<ISharedProperty> properties)
getId
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
- Specified by:
getId in interface IWorldObject- Overrides:
getId in class EmptyShared
setSimTime
public void setSimTime(long SimTime)
- Description copied from class:
EmptyShared
- Used by Yylex to slip correct time of the object or programmatically.
- Overrides:
setSimTime in class EmptyShared
clone
public EmptySharedImpl clone()
- Specified by:
clone in interface ISharedWorldObject- Specified by:
clone in class EmptyShared
getProperty
public ISharedProperty getProperty(PropertyId id)
getProperties
public Map<PropertyId,ISharedProperty> getProperties()
toString
public String toString()
- Overrides:
toString in class EmptyShared
toHtmlString
public String toHtmlString()
- Overrides:
toHtmlString in class EmptyShared
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.