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

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

public class EmptyMessage.EmptyStaticMessage
extends EmptyStatic

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

Complete message documentation:


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyStatic
EmptyId, SimTime
 
Constructor Summary
EmptyMessage.EmptyStaticMessage()
           
 
Method Summary
 EmptyMessage.EmptyStaticMessage clone()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
           
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyStatic
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

EmptyMessage.EmptyStaticMessage

public EmptyMessage.EmptyStaticMessage()
Method Detail

getId

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

clone

public EmptyMessage.EmptyStaticMessage clone()
Specified by:
clone in class EmptyStatic

isDifferentFrom

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

toString

public String toString()
Overrides:
toString in class EmptyStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class EmptyStatic


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