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 |
---|---|
Evaluator<ClimbDescentCommandedValues> |
SimpleDescentPerformanceModel.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during climb for a given aircraft.
|
Evaluator<ClimbDescentCommandedValues> |
SimpleClimbPerformanceModel.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during climb for a given aircraft.
|
abstract Evaluator<ClimbDescentCommandedValues> |
ClimbDescentPerformanceModel.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during climb for a given aircraft.
|
Evaluator<ClimbDescentCommandedValues> |
ClimbDescentPerformanceModel.getEvaluator(IServiceProvider serviceProvider)
Gets an evaluator for the commanded values during climb for a given aircraft.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ClimbDescentCommandedValues.equals(ClimbDescentCommandedValues left,
ClimbDescentCommandedValues right)
Returns
true if the two instances are exactly equal. |
boolean |
ClimbDescentCommandedValues.equalsType(ClimbDescentCommandedValues other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
ClimbDescentCommandedValues.notEquals(ClimbDescentCommandedValues left,
ClimbDescentCommandedValues right)
Returns
true if the two instances are not exactly equal. |