| Package | Description | 
|---|---|
| agi.foundation.coordinates | 
 Contains types for quantifying and converting between various coordinate representations. 
 | 
| 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 | 
|---|---|
NumericalPropagatorDefinition | 
NumericalPropagatorAdapterHelper.getPropagatorDefinition()
Gets the  
NumericalPropagatorDefinition that will be used for the 
    segment. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NumericalPropagatorAdapterHelper.setPropagatorDefinition(NumericalPropagatorDefinition value)
Sets the  
NumericalPropagatorDefinition that will be used for the 
    segment. | 
| Modifier and Type | Method and Description | 
|---|---|
NumericalPropagatorDefinition | 
StoppableNumericalPropagator.getPropagatorDefinition()
Gets the  
NumericalPropagatorDefinition that this 
    StoppablePropagator will propagate. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
NumericalPropagatorDefinition.checkForSameDefinition(NumericalPropagatorDefinition other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
StoppableNumericalPropagator.setPropagatorDefinition(NumericalPropagatorDefinition value)
Sets the  
NumericalPropagatorDefinition that this 
    StoppablePropagator will propagate. | 
| Constructor and Description | 
|---|
NumericalPropagatorDefinition(NumericalPropagatorDefinition existingInstance,
                             CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
StoppableNumericalPropagator(NumericalPropagatorDefinition propagatorDefinition)
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NumericalPropagatorDefinition | 
NumericalPropagatorSegment.getPropagatorDefinition()
Gets the  
NumericalPropagatorDefinition that contains all of 
    elements that will be propagated by this segment. | 
NumericalPropagatorDefinition | 
NumericalInitialStateSegment.getPropagatorDefinition()
Gets the  
NumericalPropagatorDefinition that contains all of the 
    elements that will be propagated by this segment. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NumericalPropagatorSegment.setPropagatorDefinition(NumericalPropagatorDefinition value)
Sets the  
NumericalPropagatorDefinition that contains all of 
    elements that will be propagated by this segment. | 
void | 
NumericalInitialStateSegment.setPropagatorDefinition(NumericalPropagatorDefinition value)
Sets the  
NumericalPropagatorDefinition that contains all of the 
    elements that will be propagated by this segment. | 
| Constructor and Description | 
|---|
NumericalInitialStateSegment(NumericalPropagatorDefinition propagatorDefinition)
Initialize a new instance with the specified parameters. 
 |