cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class IncomingProjectileMessage.IncomingProjectileSharedMessage

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileSharedMessage
All Implemented Interfaces:
IWorldObject, ISharedWorldObject, java.lang.Cloneable
Enclosing class:
IncomingProjectileMessage

public class IncomingProjectileMessage.IncomingProjectileSharedMessage
extends IncomingProjectileShared

Implementation of the shared part of the GameBots2004 message PRJ, used to facade PRJMessage.

Complete message documentation: Both asynchronous and synchronous message. Incoming projectile that we can see.


Field Summary
protected  java.util.HashMap<PropertyId,ISharedProperty> propertyMap
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
SharedPropertyTokens, SimTime
 
Constructor Summary
IncomingProjectileMessage.IncomingProjectileSharedMessage()
           
 
Method Summary
 IncomingProjectileMessage.IncomingProjectileSharedMessage clone()
           
 UnrealId getId()
          Unique Id of the projectile.
 java.util.Map<PropertyId,ISharedProperty> getProperties()
           
 ISharedProperty getProperty(PropertyId id)
           
 java.lang.String toHtmlString()
           
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileShared
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyMap

protected java.util.HashMap<PropertyId,ISharedProperty> propertyMap
Constructor Detail

IncomingProjectileMessage.IncomingProjectileSharedMessage

public IncomingProjectileMessage.IncomingProjectileSharedMessage()
Method Detail

clone

public IncomingProjectileMessage.IncomingProjectileSharedMessage clone()
Specified by:
clone in interface ISharedWorldObject
Specified by:
clone in class IncomingProjectileShared

getProperty

public ISharedProperty getProperty(PropertyId id)

getProperties

public java.util.Map<PropertyId,ISharedProperty> getProperties()

getId

public UnrealId getId()
Unique Id of the projectile.

Specified by:
getId in interface IWorldObject
Specified by:
getId in class IncomingProjectileShared
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class IncomingProjectileShared

toHtmlString

public java.lang.String toHtmlString()
Overrides:
toHtmlString in class IncomingProjectileShared