|
||||||||||
| 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.FastTraceResponse
public class FastTraceResponse
Asynchronous message. Response of the FASTTRACE command. Note that trace commands are computationally expensive. Corresponding GameBots message is FTR.
| Field Summary | |
|---|---|
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
From
Location from which the ray is emitted. |
protected String |
Id
An Id matching the one sent by client. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected boolean |
Result
True if it hit something, false if not. |
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
To
Location to which the ray is sent. |
| Constructor Summary | |
|---|---|
FastTraceResponse()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
FastTraceResponse(FastTraceResponse original)
Cloning constructor. |
|
FastTraceResponse(String Id,
cz.cuni.amis.pogamut.base3d.worldview.object.Location From,
cz.cuni.amis.pogamut.base3d.worldview.object.Location To,
boolean Result)
Creates new instance of command FastTraceResponse. |
|
| Method Summary | |
|---|---|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getFrom()
Location from which the ray is emitted. |
String |
getId()
An Id matching the one sent by client. |
long |
getSimTime()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getTo()
Location to which the ray is sent. |
boolean |
isResult()
True if it hit something, false if not. |
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 String Id
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location From
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location To
protected boolean Result
| Constructor Detail |
|---|
public FastTraceResponse(String Id,
cz.cuni.amis.pogamut.base3d.worldview.object.Location From,
cz.cuni.amis.pogamut.base3d.worldview.object.Location To,
boolean Result)
Id - An Id matching the one sent by client. Allows bot to match
answer with right query.From - Location from which the ray is emitted.To - Location to which the ray is sent.Result - True if it hit something, false if not.public FastTraceResponse(FastTraceResponse original)
public FastTraceResponse()
| Method Detail |
|---|
public String getId()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getFrom()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getTo()
public boolean isResult()
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 | |||||||||