Uses of Class
uavsim.datatypes.Time

Packages that use Time
uavsim.datatypes Provides... 
uavsim.flightdynamicsmodel Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.clock.test   
uavsim.graphics.instruments.verticalspeedindicator Provides... 
 

Uses of Time in uavsim.datatypes
 

Methods in uavsim.datatypes that return Time
 Time Time.add_(Time time)
          Adds another unit to this one.
 Time Time.subtract_(Time time)
          Subtract another unit from this one.
 

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

Uses of Time in uavsim.flightdynamicsmodel
 

Fields in uavsim.flightdynamicsmodel declared as Time
protected  Time HistoryEntry._time
          the time
(package private)  Time AircraftModel._timeAbsolute
          the absolute running time in seconds
(package private)  Time AircraftModel._timeRelative
          the relative time in seconds from the previous simulation update
 

Methods in uavsim.flightdynamicsmodel that return Time
 Time HistoryEntry.getTime()
          Returns the time.
 Time AircraftModelController.getTimeAbsolute()
          Returns the absolute simulation time.
 Time AircraftModelController.getTimeRelative()
          Returns the relative simulation time since the last update.
 

Constructors in uavsim.flightdynamicsmodel with parameters of type Time
HistoryEntry(Time time, _ELEMENT_ element)
          Creates a history entry.
 

Uses of Time in uavsim.graphics.instruments.clock
 

Fields in uavsim.graphics.instruments.clock declared as Time
private  Time ClockBasic._time
          the time
private  Time ClockEnhanced._time
          the time
private  Time ClockEnhanced._timeBase
          the base time at which the timer was reset.
private static Time ClockBasic.TIME_END
          the end time on the faceplate
private static Time ClockEnhanced.TIME_END
          the end time on the faceplate
private static Time ClockBasic.TIME_START
          the start time on the faceplate
private static Time ClockEnhanced.TIME_START
          the start time on the faceplate
 

Fields in uavsim.graphics.instruments.clock with type parameters of type Time
private static ArcDescriptor<Time> ClockEnhanced.ARC
          the arc descriptor for the green arc
private static CircularFaceplateDescriptor<Time> ClockBasic.FACEPLATE
          the faceplate descriptor
private static CircularFaceplateDescriptor<Time> ClockEnhanced.FACEPLATE
          the faceplate descriptor
private static TickDescriptor<Time> ClockBasic.MAJOR_TICKS
          the major-ticks descriptor
private static TickDescriptor<Time> ClockEnhanced.MAJOR_TICKS
          the major-ticks descriptor
private static TickDescriptor<Time> ClockBasic.MINOR_TICKS
          the minor-ticks descriptor
private static TickDescriptor<Time> ClockEnhanced.MINOR_TICKS
          the minor-ticks descriptor
private static NumberDescriptor<Time> ClockBasic.NUMBERS
          the numbers descriptor
private static NumberDescriptor<Time> ClockEnhanced.NUMBERS
          the numbers descriptor
 

Methods in uavsim.graphics.instruments.clock that return Time
 Time ClockBasic.getTime()
          Gets the time.
 Time ClockEnhanced.getTime()
          Gets the time.
 Time ClockEnhanced.getTimer()
          Gets the timer time.
 

Methods in uavsim.graphics.instruments.clock with parameters of type Time
 AngleMathematical ClockBasic.mapAngle_(Time time)
          Returns the angle corresponding to the value of a unit.
 AngleMathematical ClockEnhanced.mapAngle_(Time time)
          Returns the angle corresponding to the value of a unit.
 void ClockBasic.update(Time time)
          Updates the state of the instrument without rendering it.
 void ClockEnhanced.update(Time time)
          Updates the state of the instrument without rendering it.
 

Uses of Time in uavsim.graphics.instruments.clock.test
 

Fields in uavsim.graphics.instruments.clock.test declared as Time
private static Time ClockEnhancedTest.TIME_RATE
          the rate at which the interactive controls change the time
private static Time ClockBasicTest.TIME_RATE
          the rate at which the interactive controls change the time
 

Uses of Time in uavsim.graphics.instruments.verticalspeedindicator
 

Fields in uavsim.graphics.instruments.verticalspeedindicator declared as Time
private  Time VerticalSpeedIndicator._timePrevious
          the time at the previous sample
 

Methods in uavsim.graphics.instruments.verticalspeedindicator with parameters of type Time
private  void VerticalSpeedIndicator.sampleRateOfChange(Altitude altitude, Time time)
          Records an altitude entry to calculates the average rate of change per minute.
 void VerticalSpeedIndicator.update(Altitude altitude, Time time)
          Updates the state of the instrument without rendering it.