Package faa.tg.dra.attributes

This package contains the data reduction and analysis attributes definitions for the DRAT (Data Reduction and Analysis Toolkit).

See:
          Description

Interface Summary
DelimWritable DelimWritable defines an interface that standardizes usage of classes that can be written to a delimited report format.
DraStorable DraStorable defines an interface used as a tag to select Recordable objects to be stored by tools that retain information on DR&A objects.
Flyable Flyable defines an interface that standardizes usage of aircraft that can be flown; they must have an aircraft ID, a flying status, positional information, and a heading.
FlyingStatusEvent FlyingStatusEvent defines an interface that standardizes usage of classes that signal a change in an aircraft's flying status.
HasOnOff HasOnOff defines an interface that standardizes usage of classes that have an on-off state.
HasTextXY HasTextXY defines an interface that standardizes usage of classes that can be written to a text report format with optional xy coordinate info.
Landable Landable defines an interface that standardizes usage of classes that can be landed at a runway; they must have a name, an associated position, a flying status, a heading, and a simulation time.
MethodMapCombinable MethodMapCombinable is a marker indicating the DelimWritable objects that be combined by a EventFileCombiner.
PrintsHflB4 PrintsHflB4 defines an interface that standardizes usage of classes that print to an HFL B4 report format.
Separable Separable defines an interface that standardizes usage of classes that can have wake vortex separations determined.
SimComparable SimComparable defines an interface used as a tag to select Recordable objects that have a criteria to compare objects across simulations to verify that the simulations are equivalent.
TextWritable TextWritable defines an interface that standardizes usage of classes that can be written to a text report format.
 

Class Summary
TgfMessages See the source: TgfMessages.java
 

Package faa.tg.dra.attributes Description

This package contains the data reduction and analysis attributes definitions for the DRAT (Data Reduction and Analysis Toolkit). This way the DRAT tools can operate generically on the data, based on characteristics describing the data.