public class MoverMessage.MoverSharedMessage extends MoverShared
| Modifier and Type | Field and Description |
|---|---|
protected LocationProperty |
myLocation
Location of the mover.
|
protected StringProperty |
myState
Name of the state Mover is currently in.
|
protected VelocityProperty |
myVelocity
Velocity vector.
|
protected HashMap<PropertyId,ISharedProperty> |
propertyMap |
LocationPropertyToken, SharedPropertyTokens, SimTime, StatePropertyToken, VelocityPropertyToken| Constructor and Description |
|---|
MoverMessage.MoverSharedMessage() |
| Modifier and Type | Method and Description |
|---|---|
MoverMessage.MoverSharedMessage |
clone() |
UnrealId |
getId()
A unique Id of this mover assigned by the game.
|
Location |
getLocation()
Location of the mover.
|
Map<PropertyId,ISharedProperty> |
getProperties() |
ISharedProperty |
getProperty(PropertyId id) |
String |
getState()
Name of the state Mover is currently in.
|
Velocity |
getVelocity()
Velocity vector.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTime, setSimTimetoJsonLiteralprotected HashMap<PropertyId,ISharedProperty> propertyMap
protected LocationProperty myLocation
protected VelocityProperty myVelocity
protected StringProperty myState
public MoverMessage.MoverSharedMessage clone()
clone in interface ISharedWorldObjectclone in class MoverSharedpublic ISharedProperty getProperty(PropertyId id)
public Map<PropertyId,ISharedProperty> getProperties()
public UnrealId getId()
getId in interface IWorldObjectgetId in class MoverSharedpublic Location getLocation()
getLocation in interface ILocatedgetLocation in class MoverSharedpublic Velocity getVelocity()
getVelocity in interface ILocomotivegetVelocity in class MoverSharedpublic String getState()
getState in class MoverSharedpublic String toString()
toString in class MoverSharedpublic String toHtmlString()
toHtmlString in class MoverSharedCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.