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 LifetimeCalculationStatus |
LifetimeCalculationStatus.getDefault()
Get the enum constant that is considered to be the default.
|
static LifetimeCalculationStatus |
LifetimeCalculationStatus.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
LifetimeCalculationStatus |
OrbitLifetimeResults.getStatus()
Gets the status indicating whether the orbit has decayed or
whether the calculation finished without finding any decay.
|
static LifetimeCalculationStatus |
LifetimeCalculationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifetimeCalculationStatus[] |
LifetimeCalculationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrbitLifetimeResults.setStatus(LifetimeCalculationStatus value)
Sets the status indicating whether the orbit has decayed or
whether the calculation finished without finding any decay.
|