|
||||||||||
| 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.ut2004.communication.messages.gbinfomessages.SelfStatic
public abstract class SelfStatic
Abstract definition of the static part of the GameBots2004 message SLF.
Complete message documentation: Synchronous message. Information about your bot's state.
| Field Summary | |
|---|---|
protected long |
SimTime
|
| Constructor Summary | |
|---|---|
SelfStatic()
Parameter-less contructor for the message. |
|
| Method Summary | |
|---|---|
abstract SelfStatic |
clone()
|
Class |
getCompositeClass()
|
abstract cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getId()
Unique Id of this self message instance. |
long |
getSimTime()
Simulation time in MILLI SECONDS !!! |
boolean |
isDifferentFrom(cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject other)
|
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long SimTime
| Constructor Detail |
|---|
public SelfStatic()
| Method Detail |
|---|
public long getSimTime()
getSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectprotected void setSimTime(long SimTime)
public abstract SelfStatic clone()
clone in class Objectpublic Class getCompositeClass()
getCompositeClass in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObjectpublic abstract cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
getId in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectpublic boolean isDifferentFrom(cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject other)
isDifferentFrom in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObjectpublic 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 | |||||||||