faa.tg.nas.route
Class IndicatedAirspeedRestriction

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

public class IndicatedAirspeedRestriction
extends GenericSpeedRestriction

Class used to place an Indicated Airspeed Restriction on a RouteNode See the source IndicatedAirspeedRestriction.java

Version:
$Id: IndicatedAirspeedRestriction.java,v 3.4 2008/08/07 19:03:51 lykensj Exp $
Author:
Tim Kimmet
See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private  IndicatedAirspeed iasRestriction
          The indicated airspeed Restriction
(package private) static long serialVersionUID
           
 
Constructor Summary
private IndicatedAirspeedRestriction(IndicatedAirspeed ias)
          Deprecated. Use GenericSpeedRestriction insteade Need in order for drat to be backwards compatiable
 
Method Summary
 IndicatedAirspeedRestriction clone()
          return a true copy of this object
 IndicatedAirspeed getIndicatedAirspeed()
          Returns the indicated airspeed 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

iasRestriction

private IndicatedAirspeed iasRestriction
The indicated airspeed Restriction

Constructor Detail

IndicatedAirspeedRestriction

private IndicatedAirspeedRestriction(IndicatedAirspeed ias)
Deprecated. Use GenericSpeedRestriction insteade Need in order for drat to be backwards compatiable

Constructor for the IndicatedAirspeed-based Restriction

Parameters:
ias - the indicated airspeed representing this Restriction
Method Detail

getIndicatedAirspeed

public IndicatedAirspeed getIndicatedAirspeed()
Returns the indicated airspeed Restriction


clone

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

Overrides:
clone in class GenericSpeedRestriction