edu.umn.cs.crisys
Class ASW.ASW_Constants

java.lang.Object
  |
  +--edu.umn.cs.crisys.ASW.ASW_Constants
Enclosing class:
ASW

public static final class ASW.ASW_Constants
extends java.lang.Object

Constants used in the ASW specification.


Field Summary
static long AltBadTolerance
           
static int AltitudeThreshold
           
static long DOIDelay
           
static int Hysteresis
           
 
Constructor Summary
ASW.ASW_Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AltitudeThreshold

public static final int AltitudeThreshold

Hysteresis

public static final int Hysteresis

DOIDelay

public static final long DOIDelay

AltBadTolerance

public static final long AltBadTolerance
Constructor Detail

ASW.ASW_Constants

public ASW.ASW_Constants()