public class VehicleStaticImpl extends VehicleStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
VehicleStaticImpl.VehicleStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Unique Id of the vehicle or vehicle part.
|
protected String |
Type
Class of the vehicle.
|
SimTime| Constructor and Description |
|---|
VehicleStaticImpl()
Parameter-less contructor for the message.
|
VehicleStaticImpl(UnrealId Id,
String Type)
Creates new instance of the message Vehicle.
|
VehicleStaticImpl(Vehicle original)
Cloning constructor from the full message.
|
VehicleStaticImpl(VehicleStatic original)
Cloning constructor from the message part.
|
VehicleStaticImpl(VehicleStaticImpl original)
Cloning constructor from the full message.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleStaticImpl |
clone() |
UnrealId |
getId()
Unique Id of the vehicle or vehicle part.
|
String |
getType()
Class of the vehicle.
|
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
protected String Type
public VehicleStaticImpl()
public VehicleStaticImpl(UnrealId Id, String Type)
Id - Unique Id of the vehicle or vehicle part.Type - Class of the vehicle. If it is a car, turret etc.public VehicleStaticImpl(Vehicle original)
original - public VehicleStaticImpl(VehicleStaticImpl original)
original - public VehicleStaticImpl(VehicleStatic original)
original - public void setSimTime(long SimTime)
VehicleStaticsetSimTime in class VehicleStaticpublic VehicleStaticImpl clone()
clone in class VehicleStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class VehicleStaticpublic String getType()
getType in class VehicleStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class VehicleStaticpublic String toString()
toString in class VehicleStaticpublic String toHtmlString()
toHtmlString in class VehicleStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.