| Package | Description | 
|---|---|
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LifetimeCalculationLimitType | 
LifetimeCalculationLimitType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static LifetimeCalculationLimitType | 
LifetimeCalculationLimitType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
LifetimeCalculationLimitType | 
LifetimeOrbitPropagator.getOrbitLimitType()
Gets the limitation for when the lifetime propagator calculation should stop its iteration. 
 | 
static LifetimeCalculationLimitType | 
LifetimeCalculationLimitType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LifetimeCalculationLimitType[] | 
LifetimeCalculationLimitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LifetimeOrbitPropagator.setOrbitLimitType(LifetimeCalculationLimitType value)
Sets the limitation for when the lifetime propagator calculation should stop its iteration. 
 |