cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages
Class EmptyMessage.EmptySharedMessage

Package class diagram package EmptyMessage.EmptySharedMessage
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyShared
          extended by cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyMessage.EmptySharedMessage
All Implemented Interfaces:
IWorldObject, ISharedWorldObject, Cloneable
Enclosing class:
EmptyMessage

public class EmptyMessage.EmptySharedMessage
extends EmptyShared

Implementation of the shared part of the GameBotsUT3 message EMP, used to facade EMPMessage.

Complete message documentation:


Field Summary
protected  HashMap<PropertyId,ISharedProperty> propertyMap
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyShared
EmptyId, SharedPropertyTokens, SimTime
 
Constructor Summary
EmptyMessage.EmptySharedMessage()
           
 
Method Summary
 EmptyMessage.EmptySharedMessage clone()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
           
 Map<PropertyId,ISharedProperty> getProperties()
           
 ISharedProperty getProperty(PropertyId id)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyShared
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyMap

protected HashMap<PropertyId,ISharedProperty> propertyMap
Constructor Detail

EmptyMessage.EmptySharedMessage

public EmptyMessage.EmptySharedMessage()
Method Detail

getId

public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
Specified by:
getId in interface IWorldObject
Overrides:
getId in class EmptyShared

clone

public EmptyMessage.EmptySharedMessage 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.