NamedMethodMap is a class that is used to specify a kind of MethodMap
that use one or more method specifications to determine the output file
name; this will create multiple output files for changing field values.
NameListCellRenderer provides a cell renderer that will display the
getName() value (in preference to the toString() value) for list items
that implement HasName; objects that do not implement HasName will
display the toString() value.
This class defines NameToDisplayPanel allows the user
to select a how the want the name of a display to appear
fires a property change event containing either a custom setting to use
or null (when default should be used)
Manages fixes and their spoken names
The spoken name of a Fix is used in the Voice Response
sent to the ATVoice System
See the source
NavaidNameMgr.java
Returns the value of the settable Aircraft position: this position is
the reference position for the group, and so, as a construct of the FMS,
it is not subject to normal navigation.
Alternate, altitude-based count of completed flights: the value will
also include any aircraft that travel below the completion altitude
that are terminated before landing (by SPW command or by the simulation
ending).
First, cancels group guidance and uses a standard controller; then
puts the aircraft on a new Route, specifying the heading to travel on
to intercept the route with.
Causes this aircraft to follow the 4D route path specified; the route
path is allowed to be mutable and change during the following maneuver,
so in the event of a unfollowable path transition, a prompt will be
sent to this aircraft's SimPilot.
Aircraft's true airspeed at the time of the nextSubRouteLength
calculation (as the turn radius varies with the speed, the
route following distance needs to be recalculated).
NoEcoGuiException is the class for an exception that occurs when an EcoGUI
was not used to instantiate the simulator, but the method throwing the
exception required an EcoGUI to for its processing.
Internal flying status NOT_ON_LOCALIZER is defined as including all
cases where an aircraft is not on the localizer (uses isOnLocalizer()
check of FlyingStatus).
NotTestOnlyCriteria provides a sim comparison test for the case where an
object type should not be new; if the object was in the test simulation
it should have previously been in the baseline simulation.