public class TeamScoreCompositeImpl extends TeamScore
TeamScore.TeamScoreUpdate| Modifier and Type | Field and Description |
|---|---|
protected TeamScoreLocalImpl |
partLocal |
protected TeamScoreStaticImpl |
partStatic |
| Constructor and Description |
|---|
TeamScoreCompositeImpl()
Parameter-less contructor for the message.
|
TeamScoreCompositeImpl(TeamScoreCompositeImpl original)
Cloning constructor.
|
TeamScoreCompositeImpl(TeamScoreLocalImpl partLocal,
TeamScoreSharedImpl partShared,
TeamScoreStaticImpl partStatic)
Composite-impl constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UnrealId |
getId()
Message identifier.
|
TeamScoreLocal |
getLocal() |
Integer |
getScore()
The score of the team (can be some special measurement that
differs from game type to game type - number of stolen flags
in CTF game, number of team frags in TeamGame, etc.)
|
TeamScoreShared |
getShared() |
TeamScoreStatic |
getStatic() |
Integer |
getTeam()
Team identifier.
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getSimTime, toJsonLiteralprotected TeamScoreStaticImpl partStatic
protected TeamScoreLocalImpl partLocal
public TeamScoreCompositeImpl()
public TeamScoreCompositeImpl(TeamScoreLocalImpl partLocal, TeamScoreSharedImpl partShared, TeamScoreStaticImpl partStatic)
partLocal - local-part of the messagepartShared - shared-part of the messagepartStatic - static-part of the messagepublic TeamScoreCompositeImpl(TeamScoreCompositeImpl original)
original - public void setSimTime(long SimTime)
TeamScoresetSimTime in class TeamScorepublic TeamScoreStatic getStatic()
public TeamScoreLocal getLocal()
public TeamScoreShared getShared()
public UnrealId getId()
TeamScoregetId in interface IWorldObjectgetId in class TeamScorepublic Integer getScore()
TeamScorepublic String toHtmlString()
toHtmlString in class TeamScoreCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.