| Package | Description | 
|---|---|
| agi.foundation.segmentpropagation | 
 Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment. 
 | 
| agi.foundation.stoppingconditions | 
 Contains types for stopping propagation when various events occur. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DurationStoppingCondition | 
SeedFiniteManeuverOperator.getStoppingConditionToUpdate()
Gets the  
DurationStoppingCondition in the 
    SwitchableManeuverSegment (get / set) that should be updated. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SeedFiniteManeuverOperator.setStoppingConditionToUpdate(DurationStoppingCondition value)
Sets the  
DurationStoppingCondition in the 
    SwitchableManeuverSegment (get / set) that should be updated. | 
| Constructor and Description | 
|---|
SeedFiniteManeuverOperator(SwitchableSegment switchableManeuverSegment,
                          String propagationElement,
                          Scalar fuelFlowScalar,
                          DurationStoppingCondition stoppingCondition)
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
DurationStoppingCondition.checkForSameDefinition(DurationStoppingCondition other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
DurationStoppingCondition(DurationStoppingCondition existingInstance,
                         CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |