|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.nas.route.GenericSpeedRestriction
faa.tg.nas.route.MachRestriction
public class MachRestriction
Class used to place an Mach based Restriction on a RouteNode See the source MachRestriction.java
| 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 |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private Mach machRestriction
| Constructor Detail |
|---|
public MachRestriction(Mach restriction)
ias - the Mach number representing this Restriction| Method Detail |
|---|
public Mach getMach()
public MachRestriction clone()
clone in class GenericSpeedRestriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||