faa.tg.nas.route
Class MachRestriction

java.lang.Object
  extended by faa.tg.nas.route.GenericSpeedRestriction
      extended by faa.tg.nas.route.MachRestriction
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MachRestriction
extends GenericSpeedRestriction

Class used to place an Mach based Restriction on a RouteNode See the source MachRestriction.java

Author:
Tim Kimmet
See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private  Mach machRestriction
          the indicated airspeed restriction
(package private) static long serialVersionUID
           
 
Constructor Summary
MachRestriction(Mach restriction)
          Deprecated. Use GenericSpeedRestriction insteade Need in order for drat to be backwards compatiable
 
Method Summary
 MachRestriction clone()
          return a true copy of this object
 Mach getMach()
          returns the Mach Restriction
 
Methods inherited from class faa.tg.nas.route.GenericSpeedRestriction
getGenericSpeed, toString, toStringSpeed
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

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

See Also:
Constant Field Values

machRestriction

private Mach machRestriction
the indicated airspeed restriction

Constructor Detail

MachRestriction

public MachRestriction(Mach restriction)
Deprecated. Use GenericSpeedRestriction insteade Need in order for drat to be backwards compatiable

Constructor for the Mach-based Restriction

Parameters:
ias - the Mach number representing this Restriction
Method Detail

getMach

public Mach getMach()
returns the Mach Restriction


clone

public MachRestriction clone()
return a true copy of this object

Overrides:
clone in class GenericSpeedRestriction