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

Package class diagram package EmptyLocalImpl
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.EmptyLocalImpl
All Implemented Interfaces:
IWorldObject, ILocalWorldObject, Cloneable

public class EmptyLocalImpl
extends EmptyLocal

Implementation of the local part of the GameBotsUT3 message EMP.

Complete message documentation:


Nested Class Summary
static class EmptyLocalImpl.EmptyLocalUpdate
           
 
Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyLocal
EmptyId, SimTime
 
Constructor Summary
EmptyLocalImpl()
          Parameter-less contructor for the message.
EmptyLocalImpl(Empty original)
          Cloning constructor from the full message.
EmptyLocalImpl(EmptyLocal original)
          Cloning constructor from the message part.
EmptyLocalImpl(EmptyLocalImpl original)
          Cloning constructor from the full message.
 
Method Summary
 EmptyLocalImpl clone()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
           
 EmptyLocalImpl getLocal()
           
 ISharedWorldObject getShared()
           
 IStaticWorldObject getStatic()
           
 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.EmptyLocal
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

EmptyLocalImpl

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


EmptyLocalImpl

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

Parameters:
original -

EmptyLocalImpl

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

Parameters:
original -

EmptyLocalImpl

public EmptyLocalImpl(EmptyLocal 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 EmptyLocal

setSimTime

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

Overrides:
setSimTime in class EmptyLocal

clone

public EmptyLocalImpl clone()
Specified by:
clone in interface ILocalWorldObject
Specified by:
clone in class EmptyLocal

getLocal

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