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 |
MaintainCourseOrHeadingBehavior
Defines a horizontal behavior of a
CompositeManeuver in which a constant course or heading is maintained. |
class |
TurnAtConstantRateBehavior
Defines a horizontal behavior of a
CompositeManeuver in which a constant turn rate is maintained. |
Modifier and Type | Method and Description |
---|---|
HorizontalBehavior |
CompositeManeuver.getHorizontalBehavior()
Gets the horizontal behavior of the maneuver.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TurnAtConstantRateBehavior.checkForSameDefinition(HorizontalBehavior other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
MaintainCourseOrHeadingBehavior.checkForSameDefinition(HorizontalBehavior other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
HorizontalBehavior.checkForSameDefinition(HorizontalBehavior other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
CompositeManeuver.setHorizontalBehavior(HorizontalBehavior value)
Sets the horizontal behavior of the maneuver.
|
Constructor and Description |
---|
HorizontalBehavior(HorizontalBehavior existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|