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 | Class and Description |
---|---|
class |
TargetedSegmentList
A
SegmentList that can control and change properties of the
segments it is propagating by using
operators at propagation time. |
Modifier and Type | Method and Description |
---|---|
SegmentList |
BasicLaunchSegment.createSequenceWithPreLaunchHold(Duration preLaunchHoldTime)
This helper method returns a
SegmentList that contains three parts; an InitialStateSegment , a HoldSegment
and this BasicLaunchSegment . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TargetedSegmentList.checkForSameDefinition(SegmentList other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
SegmentList.checkForSameDefinition(SegmentList other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
ReturnSegment(SegmentList parentList,
ReturnSegmentBehavior behavior)
Initializes a new instance.
|
SegmentList(SegmentList existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
SegmentListPropagator(SegmentDefinition previousSegment,
SegmentList segmentDefinition,
EvaluatorGroup group)
Initializes a new instance.
|