public class VehicleLocalImpl extends VehicleLocal
| Modifier and Type | Class and Description |
|---|---|
static class |
VehicleLocalImpl.VehicleLocalUpdate |
VehicleLocal.ObjectDisappeared| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Unique Id of the vehicle or vehicle part.
|
protected boolean |
Visible
If the vehicle is in the field of view of the bot.
|
SimTime| Constructor and Description |
|---|
VehicleLocalImpl()
Parameter-less contructor for the message.
|
VehicleLocalImpl(UnrealId Id,
boolean Visible)
Creates new instance of the message Vehicle.
|
VehicleLocalImpl(Vehicle original)
Cloning constructor from the full message.
|
VehicleLocalImpl(VehicleLocal original)
Cloning constructor from the message part.
|
VehicleLocalImpl(VehicleLocalImpl original)
Cloning constructor from the full message.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleLocalImpl |
clone() |
UnrealId |
getId()
Unique Id of the vehicle or vehicle part.
|
VehicleLocalImpl |
getLocal() |
ISharedWorldObject |
getShared() |
IStaticWorldObject |
getStatic() |
boolean |
isVisible()
If the vehicle is in the field of view of the bot.
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
createDisappearEvent, getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
protected boolean Visible
public VehicleLocalImpl()
public VehicleLocalImpl(UnrealId Id, boolean Visible)
Id - Unique Id of the vehicle or vehicle part.Visible - If the vehicle is in the field of view of the bot.public VehicleLocalImpl(Vehicle original)
original - public VehicleLocalImpl(VehicleLocalImpl original)
original - public VehicleLocalImpl(VehicleLocal original)
original - public void setSimTime(long SimTime)
VehicleLocalsetSimTime in class VehicleLocalpublic VehicleLocalImpl clone()
clone in interface ILocalWorldObjectclone in class VehicleLocalpublic UnrealId getId()
getId in interface IWorldObjectgetId in class VehicleLocalpublic boolean isVisible()
isVisible in interface ILocalViewableisVisible in class VehicleLocalpublic VehicleLocalImpl getLocal()
getLocal in class VehicleLocalpublic ISharedWorldObject getShared()
getShared in class VehicleLocalpublic IStaticWorldObject getStatic()
getStatic in class VehicleLocalpublic String toString()
toString in class VehicleLocalpublic String toHtmlString()
toHtmlString in class VehicleLocalCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.