cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages
Class Empty
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.Empty
- All Implemented Interfaces:
- IWorldChangeEvent, IWorldEvent, IWorldObject, ICompositeWorldObject, cz.cuni.amis.utils.listener.Event
- Direct Known Subclasses:
- EmptyCompositeImpl, EmptyMessage
public abstract class Empty
- extends InfoMessage
- implements IWorldEvent, IWorldChangeEvent, ICompositeWorldObject
Abstract definition of the GameBotsUT3 message EMP.
Complete message documentation:
Field Summary |
static cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
EmptyId
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected long |
SimTime
|
Constructor Summary |
Empty()
Parameter-less contructor for the message. |
PROTOTYPE
public static final String PROTOTYPE
- Example how the message looks like - used during parser tests.
- See Also:
- Constant Field Values
EmptyId
public static final cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId EmptyId
SimTime
protected long SimTime
Empty
public Empty()
- Parameter-less contructor for the message.
getId
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
- Specified by:
getId
in interface IWorldObject
getSimTime
public long getSimTime()
- Simulation time in MILLI SECONDS !!!
- Specified by:
getSimTime
in interface IWorldChangeEvent
- Specified by:
getSimTime
in interface IWorldEvent
- Specified by:
getSimTime
in interface IWorldObject
setSimTime
protected void setSimTime(long SimTime)
- Used by Yylex to slip correct time of the object or programmatically.
toString
public String toString()
- Overrides:
toString
in class InfoMessage
toHtmlString
public String toHtmlString()
toJsonLiteral
public String toJsonLiteral()
- Overrides:
toJsonLiteral
in class InfoMessage
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.