public class PathListStart extends InfoMessage implements IWorldEvent, IWorldChangeEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
MessageId
An Id matching the one sent by client.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
| Constructor and Description |
|---|
PathListStart()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
PathListStart(PathListStart original)
Cloning constructor.
|
PathListStart(String MessageId)
Creates new instance of command PathListStart.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageId()
An Id matching the one sent by client.
|
long |
getSimTime() |
String |
toHtmlString() |
String |
toString() |
toJsonLiteralpublic static final String PROTOTYPE
protected String MessageId
public PathListStart(String MessageId)
MessageId - An Id matching the one sent by client. Allows bot to match
answer with right query.public PathListStart(PathListStart original)
public PathListStart()
public String getMessageId()
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventpublic 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.