|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.sp.SpCommand
faa.tg.sp.SpAlphaCommand
faa.tg.sp.cmd.TogglePathfindingObject
public class TogglePathfindingObject
Includes or excludes the target object from the pathfinding logic. Currently works on taxiways or runways.See the source: OpenCmd.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
Deprecated. The CVS Version ID. |
(package private) static long |
serialVersionUID
Deprecated. |
(package private) java.lang.String |
target
Deprecated. |
(package private) static SpCmdType |
TYPE
Deprecated. |
| Constructor Summary | |
|---|---|
TogglePathfindingObject(java.lang.String cmd,
java.util.StringTokenizer st,
CommandLineSource source)
Deprecated. |
|
| Method Summary | |
|---|---|
SpCommandResult |
execute(Aircraft ac,
java.util.List<SpCommand> list)
Deprecated. Causes the SpCommand to be executed by the aircraft. |
SpCmdType |
getSpCmdType()
Deprecated. |
| Methods inherited from class faa.tg.sp.SpCommand |
|---|
getCmd, getCmdLine, getSource, setCmdLine, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
final transient java.lang.String target
static final transient SpCmdType TYPE
| Constructor Detail |
|---|
public TogglePathfindingObject(java.lang.String cmd,
java.util.StringTokenizer st,
CommandLineSource source)
| Method Detail |
|---|
public SpCmdType getSpCmdType()
public SpCommandResult execute(Aircraft ac,
java.util.List<SpCommand> list)
SpCommand
execute in class SpCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||