Uses of Class
uavsim.datatypes.FrequencyComponent

Packages that use FrequencyComponent
uavsim.datatypes Provides... 
 

Uses of FrequencyComponent in uavsim.datatypes
 

Fields in uavsim.datatypes declared as FrequencyComponent
protected  FrequencyComponent A_Frequency._frequencyMajor
          the major component of the frequency (left of the decimal place).
protected  FrequencyComponent A_Frequency._frequencyMinor
          the minor component of the frequency (right of the decimal place).
 

Methods in uavsim.datatypes that return FrequencyComponent
 FrequencyComponent FrequencyComponent.add_(FrequencyComponent value)
          Adds another unit to this one.
 FrequencyComponent A_Frequency.getFrequencyMajor()
          Gets the major component of the frequency (left of the decimal place).
 FrequencyComponent A_Frequency.getFrequencyMinor()
          Gets the minor component of the frequency (right of the decimal place).
 FrequencyComponent FrequencyComponent.subtract_(FrequencyComponent value)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type FrequencyComponent
 FrequencyComponent FrequencyComponent.add_(FrequencyComponent value)
          Adds another unit to this one.
 int FrequencyComponent.compareTo(FrequencyComponent component)
          
 FrequencyComponent FrequencyComponent.subtract_(FrequencyComponent value)
          Subtract another unit from this one.
 

Constructors in uavsim.datatypes with parameters of type FrequencyComponent
A_Frequency(FrequencyComponent frequencyMajor, FrequencyComponent frequencyMinor)
          Creates an abstract frequency object.