| 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  | 
FiniteManeuverSegment
 | 
class  | 
FollowSegment
 A segment that will start propagating based on a specified strategy, and will end propagating based on  another
 strategy. 
 | 
class  | 
HoldSegment
 | 
class  | 
NumericalPropagatorSegment
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropagateSegment | 
ChangePropagateSegmentsPropagatorOperator.getSegment()
Gets the  
PropagateSegment that this operator will affect. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
PropagateSegment.checkForSameDefinition(PropagateSegment other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
NumericalPropagatorSegment.checkForSameDefinition(PropagateSegment other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
HoldSegment.checkForSameDefinition(PropagateSegment other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
FollowSegment.checkForSameDefinition(PropagateSegment other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
ChangePropagateSegmentsPropagatorOperator.setSegment(PropagateSegment value)
Sets the  
PropagateSegment that this operator will affect. | 
| Constructor and Description | 
|---|
ChangePropagateSegmentsPropagatorOperator(PropagateSegment segment,
                                         StoppablePropagatorDefinition newPropagator)
Initializes a new instance. 
 | 
PropagateSegment(PropagateSegment existingInstance,
                CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |