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

Package class diagram package 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.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectileStatic
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
 

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

isDifferentFrom

public boolean isDifferentFrom(IStaticWorldObject other)
Specified by:
isDifferentFrom in interface IStaticWorldObject
Overrides:
isDifferentFrom in class IncomingProjectileStatic

toString

public String toString()
Overrides:
toString in class IncomingProjectileStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class IncomingProjectileStatic


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