Uses of Class
uavsim.datatypes.A_Frequency

Packages that use A_Frequency
uavsim.datatypes Provides... 
uavsim.navigationmodel Provides... 
 

Uses of A_Frequency in uavsim.datatypes
 

Classes in uavsim.datatypes with type parameters of type A_Frequency
 class A_Frequency<_TYPE_ extends A_Frequency<?>>
          Defines the shared aspects of a radio frequency.
 

Subclasses of A_Frequency in uavsim.datatypes
 class NDBFrequency
          Defines an NDB frequency in terms of major (KHz) components between 190 and 535 with a step of 1.
 class VOR_ILS_DME_Frequency
          Defines a VOR frequency in terms of major (MHz) and minor (KHz) components between 108.000 and 135.999 with respective steps of 1 and 25.
 

Uses of A_Frequency in uavsim.navigationmodel
 

Classes in uavsim.navigationmodel with type parameters of type A_Frequency
 class A_ChartElementTuneable<_FREQUENCY_ extends A_Frequency<_FREQUENCY_>>
          Defines the shared aspects of navigation chart elements that can be tuned to with a receiver.
 

Fields in uavsim.navigationmodel declared as A_Frequency
protected  _FREQUENCY_ A_ChartElementTuneable._frequency
          the station frequency
 

Methods in uavsim.navigationmodel with type parameters of type A_Frequency
<_FREQUENCY_ extends A_Frequency<_FREQUENCY_>>
A_ChartElementTuneable<_FREQUENCY_>
NavigationChart.getElement(_FREQUENCY_ frequency)
          Gets a tuneable element.
private
<_FREQUENCY_ extends A_Frequency<_FREQUENCY_>>
A_ChartElementTuneable<_FREQUENCY_>
NavigationChart.getElement2(_FREQUENCY_ frequency)
          Gets a tuneable element.
<_FREQUENCY_ extends A_Frequency<_FREQUENCY_>>
boolean
NavigationChart.hasElement(_FREQUENCY_ frequency)
          Returns whether there is a tuneable element on a frequency.
 

Methods in uavsim.navigationmodel that return A_Frequency
 A_Frequency<?> A_ChartElement.getFrequency()
          Returns the frequency of this element, if it has one; otherwise, it fails with an assertion.