|
||||||||||
| 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.TeamScoreLocal
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocalImpl
public class TeamScoreLocalImpl
Implementation of the local part of the GameBots2004 message TES.
Complete message documentation: Synchronous message. Contains the info about team score.
| Nested Class Summary | |
|---|---|
static class |
TeamScoreLocalImpl.TeamScoreLocalUpdate
|
| Field Summary | |
|---|---|
protected UnrealId |
Id
Message identifier. |
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreLocal |
|---|
SimTime |
| Constructor Summary | |
|---|---|
TeamScoreLocalImpl()
Parameter-less contructor for the message. |
|
TeamScoreLocalImpl(TeamScore original)
Cloning constructor from the full message. |
|
TeamScoreLocalImpl(TeamScoreLocal original)
Cloning constructor from the message part. |
|
TeamScoreLocalImpl(TeamScoreLocalImpl original)
Cloning constructor from the full message. |
|
TeamScoreLocalImpl(UnrealId Id)
Creates new instance of the message TeamScore. |
|
| Method Summary | |
|---|---|
TeamScoreLocalImpl |
clone()
|
UnrealId |
getId()
Message identifier. |
TeamScoreLocalImpl |
getLocal()
|
ISharedWorldObject |
getShared()
|
IStaticWorldObject |
getStatic()
|
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.TeamScoreLocal |
|---|
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 TeamScoreLocalImpl()
public TeamScoreLocalImpl(UnrealId Id)
Id - Message identifier.public TeamScoreLocalImpl(TeamScore original)
original - public TeamScoreLocalImpl(TeamScoreLocalImpl original)
original - public TeamScoreLocalImpl(TeamScoreLocal original)
original - | Method Detail |
|---|
public void setSimTime(long SimTime)
TeamScoreLocal
setSimTime in class TeamScoreLocalpublic TeamScoreLocalImpl clone()
clone in interface ILocalWorldObjectclone in class TeamScoreLocalpublic UnrealId getId()
getId in interface IWorldObjectgetId in class TeamScoreLocalpublic TeamScoreLocalImpl getLocal()
getLocal in class TeamScoreLocalpublic ISharedWorldObject getShared()
getShared in class TeamScoreLocalpublic IStaticWorldObject getStatic()
getStatic in class TeamScoreLocalpublic String toString()
toString in class TeamScoreLocalpublic String toHtmlString()
toHtmlString in class TeamScoreLocal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||