Package | Description |
---|---|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Method and Description |
---|---|
ImpulsiveManeuverInformation |
ImpulsiveManeuverSegmentResults.getManeuver()
Gets the
ImpulsiveManeuverInformation . |
ImpulsiveManeuverInformation |
ImpulsiveManeuverSegmentConfiguration.getManeuver()
Gets the maneuver information associated with this configuration.
|
ImpulsiveManeuverInformation |
ImpulsiveManeuverSegment.getManeuver()
Gets the
maneuver that will be performed. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ImpulsiveManeuverInformation.checkForSameDefinition(ImpulsiveManeuverInformation other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
ImpulsiveManeuverSegmentConfiguration.setManeuver(ImpulsiveManeuverInformation value)
Sets the maneuver information associated with this configuration.
|
void |
ImpulsiveManeuverSegment.setManeuver(ImpulsiveManeuverInformation value)
Sets the
maneuver that will be performed. |
Constructor and Description |
---|
ImpulsiveManeuverInformation(ImpulsiveManeuverInformation existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
ImpulsiveManeuverSegment(ImpulsiveManeuverInformation maneuver)
Initializes a new instance.
|
ImpulsiveManeuverSegmentConfiguration(ImpulsiveManeuverInformation maneuver)
Initializes a new instance.
|