| Package | Description | 
|---|---|
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TwoBodyStoppablePropagator
A  
StoppablePropagator that propagates an orbit using a simple two-body model. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
TwoBodyStoppablePropagator.checkForSameDefinition(SinglePointStoppablePropagatorDefinition other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
SinglePointStoppablePropagatorDefinition.checkForSameDefinition(SinglePointStoppablePropagatorDefinition other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
SinglePointStoppablePropagator(EvaluatorGroup group,
                              SinglePointStoppablePropagatorDefinition definition,
                              List<StateElementAdapterDefinition> previousAdapters)
Initializes a new instance. 
 | 
SinglePointStoppablePropagatorDefinition(SinglePointStoppablePropagatorDefinition existingInstance,
                                        CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |