|
Class Summary |
| ADMGroupDynamics |
Dynamics for a group of adm aircraft
See the source
ADMGroupDynamics.java |
| AircraftGroup |
AircraftGroup characterizes a set of aircraft that have been grouped by
a controller to perform formation flying (a.k.a., flocking). |
| GroupController |
GroupController is the individual guidance controller for aircraft that
are flying in a group/flock (similar to formation flying): when an
aircraft receives instructions rather than the group, this determines
the appropriate action. |
| GroupEvent |
GroupEvent is an event notifying of an update to the group status. |
| GroupGuidance |
GroupGuidance is the guidance model for aircraft that are flying in a
group: a group has only one guidance determiner, which determines the
guidance for the reference point; it will be up to the GroupModus of
each individual aircraft to determine where the aircraft should be
relative to the center point. |
| GroupID |
Defines a GroupID for aircraft that are flying as part of a group
(in a "flock" or in formation). |
| GroupManeuver |
GroupManeuver is a maneuver that guides aircraft along
the specified heading until the aircraft is above the specified altitude. |
| GroupMgr |
The GroupMgr stores the fixes for a scenario and provides methods
to add and retrieve them. |