faa.tg.sp.cmd
Class TogglePathfindingObject

java.lang.Object
  extended by faa.tg.sp.SpCommand
      extended by faa.tg.sp.SpAlphaCommand
          extended by faa.tg.sp.cmd.TogglePathfindingObject
All Implemented Interfaces:
HasSpCmd, java.io.Serializable

Deprecated.

public class TogglePathfindingObject
extends SpAlphaCommand

 Includes or excludes the target object from the pathfinding logic. Currently
 works on taxiways or runways.
 
See the source: OpenCmd.java

Version:
$id$
Author:
Jonathan Lykens, Engility
See Also:
Serialized Form

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

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
Deprecated. 
The CVS Version ID.

See Also:
Constant Field Values

target

final transient java.lang.String target
Deprecated. 

TYPE

static final transient SpCmdType TYPE
Deprecated. 
Constructor Detail

TogglePathfindingObject

public TogglePathfindingObject(java.lang.String cmd,
                               java.util.StringTokenizer st,
                               CommandLineSource source)
Deprecated. 
Method Detail

getSpCmdType

public SpCmdType getSpCmdType()
Deprecated. 

execute

public SpCommandResult execute(Aircraft ac,
                               java.util.List<SpCommand> list)
Deprecated. 
Description copied from class: SpCommand
Causes the SpCommand to be executed by the aircraft.

Specified by:
execute in class SpCommand