| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| agi.foundation.propagators.advanced | 
 Contains types used to create more specialized propagation scenarios. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SolarRadiationBoundaryMitigation
Corrects for eclipse crossings during satellite propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
SolarRadiationBoundaryMitigation.checkForSameDefinition(PropagationStateCorrector other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<PropagationStateCorrector> | 
NumericalPropagatorDefinition.getStateCorrectors()
Gets the collection of correctors which are called after each step but before values are recorded. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NumericalPropagatorDefinition.add(PropagationStateCorrector corrector)
 | 
boolean | 
NumericalPropagatorDefinition.remove(PropagationStateCorrector corrector)
Remove the given state corrector from the propagation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
PropagationStateCorrector.checkForSameDefinition(PropagationStateCorrector other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
PropagationStateCorrector(PropagationStateCorrector existingInstance,
                         CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |