Package aero.t2s.modes.constants
Class ResolutionAdvisory
java.lang.Object
aero.t2s.modes.constants.ResolutionAdvisory
public class ResolutionAdvisory
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ResolutionAdvisory()ResolutionAdvisory(int activeResolutionAdvisory) -
Method Summary
Modifier and Type Method Description voidclear()booleanisActive()booleanisRequiresCorrectionDownwards()booleanisRequiresCorrectionUpwards()booleanisRequiresCrossing()booleanisRequiresPositiveClimb()booleanisRequiresPositiveDescend()booleanisSenseReversal()voidsetActive(boolean active)java.lang.StringtoString()voidupdate(int ara)voidupdate(ResolutionAdvisory advisory)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ResolutionAdvisory
public ResolutionAdvisory() -
ResolutionAdvisory
public ResolutionAdvisory(int activeResolutionAdvisory)
-
-
Method Details
-
update
-
update
public void update(int ara) -
clear
public void clear() -
isRequiresCorrectionUpwards
public boolean isRequiresCorrectionUpwards() -
isRequiresPositiveClimb
public boolean isRequiresPositiveClimb() -
isRequiresCorrectionDownwards
public boolean isRequiresCorrectionDownwards() -
isRequiresPositiveDescend
public boolean isRequiresPositiveDescend() -
isRequiresCrossing
public boolean isRequiresCrossing() -
isSenseReversal
public boolean isSenseReversal() -
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-