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 |
---|---|
abstract Evaluator<VerticalBehaviorDerivatives> |
VerticalBehavior.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
|
Evaluator<VerticalBehaviorDerivatives> |
PushOverOrPullUpBehavior.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
|
Evaluator<VerticalBehaviorDerivatives> |
MaintainHorizontalAndVerticalSpeedsBehavior.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
|
Evaluator<VerticalBehaviorDerivatives> |
LinearClimbOrDescentBehavior.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
|
Evaluator<VerticalBehaviorDerivatives> |
CruiseBehavior.getEvaluator(EvaluatorGroup group,
IServiceProvider serviceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
|
Evaluator<VerticalBehaviorDerivatives> |
VerticalBehavior.getEvaluator(IServiceProvider serviceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VerticalBehaviorDerivatives.equals(VerticalBehaviorDerivatives left,
VerticalBehaviorDerivatives right)
Returns
true if the two instances are exactly equal. |
boolean |
VerticalBehaviorDerivatives.equalsType(VerticalBehaviorDerivatives other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
VerticalBehaviorDerivatives.notEquals(VerticalBehaviorDerivatives left,
VerticalBehaviorDerivatives right)
Returns
true if the two instances are not exactly equal. |