Package | Description |
---|---|
agi.foundation.aircraftpropagation |
Contains types for propagating an aircraft through various maneuvers subject to
flight phase performance models and wind effects.
|
Modifier and Type | Method and Description |
---|---|
static CruiseCommandedValuesElement |
CruiseCommandedValuesElement.getDefault()
Get the enum constant that is considered to be the default.
|
static CruiseCommandedValuesElement |
CruiseCommandedValuesElement.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CruiseCommandedValuesElement |
CruiseCommandedValuesElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CruiseCommandedValuesElement[] |
CruiseCommandedValuesElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScalarDependentOnServiceProvider |
CruisePerformanceModel.getScalarElement(CruiseCommandedValuesElement element)
Gets a
ScalarDependentOnServiceProvider that will represent one of the individual
commanded values computed by this performance model. |