| 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 ClimbDescentCommandedValuesElement | 
ClimbDescentCommandedValuesElement.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static ClimbDescentCommandedValuesElement | 
ClimbDescentCommandedValuesElement.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static ClimbDescentCommandedValuesElement | 
ClimbDescentCommandedValuesElement.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ClimbDescentCommandedValuesElement[] | 
ClimbDescentCommandedValuesElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScalarDependentOnServiceProvider | 
ClimbDescentPerformanceModel.getScalarElement(ClimbDescentCommandedValuesElement element)
Gets a  
ScalarDependentOnServiceProvider that will represent one of the individual 
    commanded values computed by this performance model. |