|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.udk.communication.messages.GBEvent
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.EndMessage
public class EndMessage
Synchronous message. This message signalizes end of synchronous batch. Corresponding GameBots message is END.
| Field Summary | |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected double |
Time
Time, when the message was sent - intern UT time. |
| Constructor Summary | |
|---|---|
EndMessage()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
EndMessage(double Time)
Creates new instance of command EndMessage. |
|
EndMessage(EndMessage original)
Cloning constructor. |
|
| Method Summary | |
|---|---|
long |
getSimTime()
|
double |
getTime()
Time, when the message was sent - intern UT time. |
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.udk.communication.messages.GBEvent |
|---|
getWorldEvent |
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
|---|
toJsonLiteral |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOTYPE
protected double Time
| Constructor Detail |
|---|
public EndMessage(double Time)
Time - Time, when the message was sent - intern UT time.public EndMessage(EndMessage original)
public EndMessage()
| Method Detail |
|---|
public double getTime()
public long getSimTime()
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEventgetSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessagepublic String toHtmlString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||