public class GetPath extends CommandMessage
Modifier and Type | Field and Description |
---|---|
protected String |
Id
Message Id made up by you and echoed in response so you can
match up response with query.
|
protected Location |
Location
Location you want to go to.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected UnrealId |
Target
UnrealId of navigation point you want to find path to.
|
Constructor and Description |
---|
GetPath()
Creates new instance of command GetPath.
|
GetPath(GetPath original)
Cloning constructor.
|
GetPath(String Id,
UnrealId Target,
Location Location)
Creates new instance of command GetPath.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Message Id made up by you and echoed in response so you can
match up response with query.
|
Location |
getLocation()
Location you want to go to.
|
UnrealId |
getTarget()
UnrealId of navigation point you want to find path to.
|
GetPath |
setId(String Id)
Message Id made up by you and echoed in response so you can
match up response with query.
|
GetPath |
setLocation(Location Location)
Location you want to go to.
|
GetPath |
setTarget(UnrealId Target)
UnrealId of navigation point you want to find path to.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
public static final String PROTOTYPE
protected String Id
protected UnrealId Target
protected Location Location
public GetPath(String Id, UnrealId Target, Location Location)
Id
- Message Id made up by you and echoed in response so you can
match up response with query.Target
- UnrealId of navigation point you want to find path to. Will be parsed BEFORE Location attribute. If supported, Location attribute won't be parsed. If the point does not exists, blank path will be returned.Location
- Location you want to go to.public GetPath()
public GetPath(GetPath original)
original
- public String getId()
public GetPath setId(String Id)
public UnrealId getTarget()
public GetPath setTarget(UnrealId Target)
public Location getLocation()
public String toString()
toString
in class CommandMessage
public String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.