|
|||||||||
| 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.SelfLocal
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl
public class SelfLocalImpl

Implementation of the local part of the GameBots2004 message SLF.
Complete message documentation: Synchronous message. Information about your bot's state.
| Nested Class Summary | |
|---|---|
static class |
SelfLocalImpl.SelfLocalUpdate
|
| Field Summary | |
|---|---|
protected UnrealId |
Id
Unique Id of the bot. |
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal |
|---|
SimTime |
| Constructor Summary | |
|---|---|
SelfLocalImpl()
Parameter-less contructor for the message. |
|
SelfLocalImpl(Self original)
Cloning constructor from the full message. |
|
SelfLocalImpl(SelfLocal original)
Cloning constructor from the message part. |
|
SelfLocalImpl(SelfLocalImpl original)
Cloning constructor from the full message. |
|
SelfLocalImpl(UnrealId Id)
Creates new instance of the message Self. |
|
| Method Summary | |
|---|---|
SelfLocalImpl |
clone()
|
UnrealId |
getId()
Unique Id of the bot. |
SelfLocalImpl |
getLocal()
|
ISharedWorldObject |
getShared()
|
IStaticWorldObject |
getStatic()
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal |
|---|
getCompositeClass, getSimTime |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected UnrealId Id
| Constructor Detail |
|---|
public SelfLocalImpl()
public SelfLocalImpl(UnrealId Id)
Id - Unique Id of the bot.public SelfLocalImpl(Self original)
original - public SelfLocalImpl(SelfLocalImpl original)
original - public SelfLocalImpl(SelfLocal original)
original - | Method Detail |
|---|
public void setSimTime(long SimTime)
SelfLocal
setSimTime in class SelfLocalpublic SelfLocalImpl clone()
clone in interface ILocalWorldObjectclone in class SelfLocalpublic UnrealId getId()
getId in interface IWorldObjectgetId in class SelfLocalpublic SelfLocalImpl getLocal()
getLocal in class SelfLocalpublic ISharedWorldObject getShared()
getShared in class SelfLocalpublic IStaticWorldObject getStatic()
getStatic in class SelfLocalpublic java.lang.String toString()
toString in class SelfLocalpublic java.lang.String toHtmlString()
toHtmlString in class SelfLocal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||