| Package | Description | 
|---|---|
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| 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 | 
|---|---|
void | 
StoppablePropagator.addStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
Gets the instance of the event handler which will be triggered after
    every time this  
StoppablePropagator takes an integration step. | 
void | 
StoppablePropagator.removeStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
Gets the instance of the event handler which will be triggered after
    every time this  
StoppablePropagator takes an integration step. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropagateSegment.addStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
An event that will be raised every time a step is taken by the underlying 
     
StoppablePropagator. | 
void | 
PropagateSegment.removeStepTaken(EventHandler<StoppablePropagatorStepTakenArgs> value)
An event that will be raised every time a step is taken by the underlying 
     
StoppablePropagator. |