Package faa.tg.dra.objects

This package contains classes for objects generated by object factories that are part of the DRAT (Data Reduction and Analysis Toolkit).

See:
          Description

Class Summary
AcEvent AcEvent is a wrapper class for MethodMapCombinable objects to allow their delimited output to be combined into one file.
AltSpdError Contains information about an Aircraft's altitude and speed errors.
BadMatch BadMatch is a Recordable that is used to define an object containing distance information between two objects with locations.
BaseVsTestInfo Used to plot base versus test See the source BaseVsTestInfo.java
DistanceSummary DistanceSummary is a Filterable that is used to define an object containing a summary of distance information (DistSecond objects) that was received over a series of seconds.
DistSecond DistSecond is a Recordable that is used to define an object containing distance information between two objects with locations.
DistSector DistSector redefines DistSecond objects so that this instance name contains the sectors of the two objects.
DistTrack DistTrack is a Recordable object that is used to define an object containing distance track information on a single Movable object; in addition, if the objects' type is AircraftState and the ground track info for the aircraft's states are available, the ground track travelled between the two states is provided.
DraCount DraCount is a Recordable that is used to define an object containing totals and interval counts of Recordables received.
DurationAc DurationAc extends DurationSec to provide more information for durations of aircraft state information.
DurationSec DurationSec is a Recordable that is used to define an object containing duration information on an object.
DynamicDensity DynamicDensity is an object containing summary information of Airspace Complexity created by the DynamicDensityFactory per sector per interval.
EnrouteCalc EnrouteCalc is a Filterable that is used to define an object containing a report on enroute conditions.
FuelBurn FuelBurn is a DraObject that is used to define an object containing information needed for a fuel burn report generator.
GateHoldDuration This class extends Duration Sec for use with gate holds and gate releases since the aircraft becomes active at its new start time the duration excludes the last second.
GateHoldFilter GateHoldFilter is an AbstractFilter that filters data for GateHolds and GateReleases
HandoffAccept This class defines HandoffAccept contains data about when a hand off for an aircraft was accepted
HflEnroute HflEnroute is an object containing summary information on enroute conditions, including simulation density and separation violation counts: there will be one HflEnroute event created by the HflEnrouteFactory per sector per interval.
HflGroundDuration Contains information about the duration of certain ground events See the source HflGroundDuration.java
HflGroundSummary Contains summary information about an HFL ground sim See the source HflGroundSummary.java
HflSpCmd Contains information about sp cmds issued during a sim See the source HflSpCmd.java
HflVisualGraph HflVisualGraph is a DraObject that is used to define an object containing HFL information about an aircraft in a dra file.
HflVisualStatus HflVisualStatus is a DraObject that is used to define an object containing Hfl information about an aircraft in a dra file.
TermAirport TermAirport is a Filterable that is used to define an object containing a report on airport conditions.
TermSim TermSim is an object containing summary information on terminal conditions, including simulation density, separation violation, and hold counts: there will be one TermSim event created by the TermSimFactory per sector per interval.
TermSimCalc TermSimCalc is a Filterable that is used to define an object containing a report on terminal conditions.
 

Package faa.tg.dra.objects Description

This package contains classes for objects generated by object factories that are part of the DRAT (Data Reduction and Analysis Toolkit). Summary information and parsed data are examples of information contained by these objects.