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 |
---|---|
CruiseCommandedValues |
BandedCruisePerformanceModel.Band.getCommandedValues()
Gets the cruise commanded values associated with the
Altitude (get ). |
Modifier and Type | Method and Description |
---|---|
Evaluator<CruiseCommandedValues> |
SimpleCruisePerformanceModel.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during cruise for a given aircraft.
|
abstract Evaluator<CruiseCommandedValues> |
CruisePerformanceModel.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during cruise for a given aircraft.
|
Evaluator<CruiseCommandedValues> |
BandedCruisePerformanceModel.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during cruise for a given aircraft.
|
Evaluator<CruiseCommandedValues> |
CruisePerformanceModel.getEvaluator(IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during cruise for a given aircraft.
|
Modifier and Type | Method and Description |
---|---|
void |
BandedCruisePerformanceModel.addBand(double altitude,
CruiseCommandedValues commandedValues)
Adds an entry at the specified altitude which defines the corresponding
CruiseCommandedValues . |
static boolean |
CruiseCommandedValues.equals(CruiseCommandedValues left,
CruiseCommandedValues right)
Returns
true if the two instances are exactly equal. |
boolean |
CruiseCommandedValues.equalsType(CruiseCommandedValues other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
CruiseCommandedValues.notEquals(CruiseCommandedValues left,
CruiseCommandedValues right)
Returns
true if the two instances are not exactly equal. |
Constructor and Description |
---|
Band(double altitude,
CruiseCommandedValues commandedValues)
Initializes an instance with the provided parameters
|