|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStaticImpl
public class SelfStaticImpl
Implementation of the static part of the GameBots2004 message SLF.
Complete message documentation: Synchronous message. Information about your bot's state.
Nested Class Summary | |
---|---|
static class |
SelfStaticImpl.SelfStaticUpdate
|
Field Summary | |
---|---|
protected UnrealId |
Id
Unique Id of this self message instance. |
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic |
---|
SimTime |
Constructor Summary | |
---|---|
SelfStaticImpl()
Parameter-less contructor for the message. |
|
SelfStaticImpl(Self original)
Cloning constructor from the full message. |
|
SelfStaticImpl(SelfStatic original)
Cloning constructor from the message part. |
|
SelfStaticImpl(SelfStaticImpl original)
Cloning constructor from the full message. |
|
SelfStaticImpl(UnrealId Id)
Creates new instance of the message Self. |
Method Summary | |
---|---|
SelfStaticImpl |
clone()
|
UnrealId |
getId()
Unique Id of this self message instance. |
boolean |
isDifferentFrom(IStaticWorldObject other)
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toString()
|
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic |
---|
getCompositeClass, getSimTime |
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
---|
toJsonLiteral |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected UnrealId Id
Constructor Detail |
---|
public SelfStaticImpl()
public SelfStaticImpl(UnrealId Id)
Id
- Unique Id of this self message instance.public SelfStaticImpl(Self original)
original
- public SelfStaticImpl(SelfStaticImpl original)
original
- public SelfStaticImpl(SelfStatic original)
original
- Method Detail |
---|
public void setSimTime(long SimTime)
SelfStatic
setSimTime
in class SelfStatic
public SelfStaticImpl clone()
clone
in class SelfStatic
public UnrealId getId()
getId
in interface IWorldObject
getId
in class SelfStatic
public boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom
in interface IStaticWorldObject
isDifferentFrom
in class SelfStatic
public String toString()
toString
in class SelfStatic
public String toHtmlString()
toHtmlString
in class SelfStatic
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |