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

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

public class EmptyMessage.EmptyLocalMessage
extends EmptyLocal

Implementation of the local 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.EmptyLocal
EmptyId, SimTime
 
Constructor Summary
EmptyMessage.EmptyLocalMessage()
           
 
Method Summary
 EmptyMessage.EmptyLocalMessage clone()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
           
 EmptyMessage.EmptyLocalMessage getLocal()
           
 ISharedWorldObject getShared()
           
 IStaticWorldObject getStatic()
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyLocal
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.EmptyLocalMessage

public EmptyMessage.EmptyLocalMessage()
Method Detail

getId

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

clone

public EmptyMessage.EmptyLocalMessage clone()
Specified by:
clone in interface ILocalWorldObject
Specified by:
clone in class EmptyLocal

getLocal

public EmptyMessage.EmptyLocalMessage getLocal()
Overrides:
getLocal in class EmptyLocal

getShared

public ISharedWorldObject getShared()
Overrides:
getShared in class EmptyLocal

getStatic

public IStaticWorldObject getStatic()
Overrides:
getStatic in class EmptyLocal

toString

public String toString()
Overrides:
toString in class EmptyLocal

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class EmptyLocal


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