public class HelloBotHandshake extends GBEvent implements IWorldEvent, IWorldChangeEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected boolean |
ServerFull
If it is true, connection will be terminated afterwards.
|
| Constructor and Description |
|---|
HelloBotHandshake()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
HelloBotHandshake(boolean ServerFull)
Creates new instance of command HelloBotHandshake.
|
HelloBotHandshake(HelloBotHandshake original)
Cloning constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getSimTime() |
boolean |
isServerFull()
If it is true, connection will be terminated afterwards.
|
String |
toHtmlString() |
String |
toString() |
getWorldEventtoJsonLiteralpublic static final String PROTOTYPE
protected boolean ServerFull
public HelloBotHandshake(boolean ServerFull)
ServerFull - If it is true, connection will be terminated afterwards.public HelloBotHandshake(HelloBotHandshake original)
public HelloBotHandshake()
public boolean isServerFull()
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.