public class FlagInfoStaticImpl extends FlagInfoStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
FlagInfoStaticImpl.FlagInfoStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
An unique Id for this flag, assigned by the game.
|
SimTime| Constructor and Description |
|---|
FlagInfoStaticImpl()
Parameter-less contructor for the message.
|
FlagInfoStaticImpl(FlagInfo original)
Cloning constructor from the full message.
|
FlagInfoStaticImpl(FlagInfoStatic original)
Cloning constructor from the message part.
|
FlagInfoStaticImpl(FlagInfoStaticImpl original)
Cloning constructor from the full message.
|
FlagInfoStaticImpl(UnrealId Id)
Creates new instance of the message FlagInfo.
|
| Modifier and Type | Method and Description |
|---|---|
FlagInfoStaticImpl |
clone() |
UnrealId |
getId()
An unique Id for this flag, assigned by the game.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
public FlagInfoStaticImpl()
public FlagInfoStaticImpl(UnrealId Id)
Id - An unique Id for this flag, assigned by the game.public FlagInfoStaticImpl(FlagInfo original)
original - public FlagInfoStaticImpl(FlagInfoStaticImpl original)
original - public FlagInfoStaticImpl(FlagInfoStatic original)
original - public void setSimTime(long SimTime)
FlagInfoStaticsetSimTime in class FlagInfoStaticpublic FlagInfoStaticImpl clone()
clone in class FlagInfoStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class FlagInfoStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class FlagInfoStaticpublic String toString()
toString in class FlagInfoStaticpublic String toHtmlString()
toHtmlString in class FlagInfoStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.