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