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

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileMessage.IncomingProjectileStaticMessage
All Implemented Interfaces:
IWorldObject, IStaticWorldObject
Enclosing class:
IncomingProjectileMessage

public class IncomingProjectileMessage.IncomingProjectileStaticMessage
extends IncomingProjectileStatic

Implementation of the static 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
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
SimTime
 
Constructor Summary
IncomingProjectileMessage.IncomingProjectileStaticMessage()
           
 
Method Summary
 IncomingProjectileMessage.IncomingProjectileStaticMessage clone()
           
 UnrealId getId()
          Unique Id of the projectile.
 java.lang.String toHtmlString()
           
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingProjectileMessage.IncomingProjectileStaticMessage

public IncomingProjectileMessage.IncomingProjectileStaticMessage()
Method Detail

clone

public IncomingProjectileMessage.IncomingProjectileStaticMessage clone()
Specified by:
clone in class IncomingProjectileStatic

getId

public UnrealId getId()
Unique Id of the projectile.

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

toString

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

toHtmlString

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