Package faa.tg.aircraft.ground.profile

Interface Summary
GroundHold.SatisfactionState  
 

Class Summary
AbortingTakeoff Aborting takeoff is a profile that is aptly named.
AtGate Defines the holding Profile when at a terminal.
CollisionAvoidance Defines the Profile slowing to avoid a collision.
CollisionAvoidanceHold Defines the Profile when holding to avoid a collision.
EndOfRoute Defines the Profile when there are no more Route segments to travel on, and the aircraft is not at a gate or departure runway.
ExecuteEndOfRouteAction Checks the last Ground Route node for bracket logic.
ExitingRunway Defines the Profile after touchdown until the aircraft has left the runway.
FireInitialTaxiStartEvent Defines the profile used to fire a InitialTaxiStartEvent before starting taxiing at departure airport for the first time.
FireTakeOffEvent Defines the profile used to fire a TakeoffEvent before takeoff.
GroundHold Defines the holding Profile for generic holds, used for holds placed on the route dirrectly.
Halted Defines the holding Profile enter from the stop command.
HaltingTaxi Defines the slowing Profile used by the stop command.
InitialGroundHold  
InitialProfile Defines the intial Profile used while the aircraft is being initalized.
PathManager The path manager controls and analyzes the route information for a given aircraft.
PathManager.Collision  
Profile A Profile is an object that controls a vehicle using groundDynamics.
ProfileManager A profile manager controls the behavior of the aircraft it is a member of.
ProfileOutput Immutable holder class that contains the values created by Profiles that in turn are used by GroundDynamics to control an aircraft.
SlowExitingRunway Defines the slowing Profile used by the stop command.
StopAtNextHold Defines the Profile for slowing to a route based hold.
TakeOffHold Defines the holding Profile when stopped before takeoff.
TakeOffTaxi Defines the Take off Profile used by to get the plane up to speed.
Taxi Defines the generic movement Profile.
TransitionToADM Defines a transition profile that prepares and transfers a groundDynamics aircraft to ADM.