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 | Class and Description |
---|---|
class |
BandedCruisePerformanceModel
Defines a performance model during cruise which changes linearly between altitude bands.
|
class |
SimpleCruisePerformanceModel
Defines a simple performance model for an aircraft during cruise.
|
Modifier and Type | Method and Description |
---|---|
CruisePerformanceModel |
PerformanceModels.getCruise()
Gets the performance model to use while cruising.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SimpleCruisePerformanceModel.checkForSameDefinition(CruisePerformanceModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
CruisePerformanceModel.checkForSameDefinition(CruisePerformanceModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
BandedCruisePerformanceModel.checkForSameDefinition(CruisePerformanceModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
PerformanceModels.setCruise(CruisePerformanceModel value)
Sets the performance model to use while cruising.
|
Constructor and Description |
---|
CruisePerformanceModel(CruisePerformanceModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|