cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages
Class EmptyStaticImpl

Package class diagram package EmptyStaticImpl
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.EmptyStaticImpl
All Implemented Interfaces:
IWorldObject, IStaticWorldObject

public class EmptyStaticImpl
extends EmptyStatic

Implementation of the static part of the GameBotsUT3 message EMP.

Complete message documentation:


Nested Class Summary
static class EmptyStaticImpl.EmptyStaticUpdate
           
 
Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyStatic
EmptyId, SimTime
 
Constructor Summary
EmptyStaticImpl()
          Parameter-less contructor for the message.
EmptyStaticImpl(Empty original)
          Cloning constructor from the full message.
EmptyStaticImpl(EmptyStatic original)
          Cloning constructor from the message part.
EmptyStaticImpl(EmptyStaticImpl original)
          Cloning constructor from the full message.
 
Method Summary
 EmptyStaticImpl clone()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
           
 boolean isDifferentFrom(IStaticWorldObject other)
           
 void setSimTime(long SimTime)
          Used by Yylex to slip correct time of the object or programmatically.
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyStatic
getCompositeClass, getSimTime
 
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

EmptyStaticImpl

public EmptyStaticImpl()
Parameter-less contructor for the message.


EmptyStaticImpl

public EmptyStaticImpl(Empty original)
Cloning constructor from the full message.

Parameters:
original -

EmptyStaticImpl

public EmptyStaticImpl(EmptyStaticImpl original)
Cloning constructor from the full message.

Parameters:
original -

EmptyStaticImpl

public EmptyStaticImpl(EmptyStatic original)
Cloning constructor from the message part.

Parameters:
original -
Method Detail

getId

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

setSimTime

public void setSimTime(long SimTime)
Description copied from class: EmptyStatic
Used by Yylex to slip correct time of the object or programmatically.

Overrides:
setSimTime in class EmptyStatic

clone

public EmptyStaticImpl 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.