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 LambertOrbitSolver.EngagementType |
LambertOrbitSolver.EngagementType.getDefault()
Get the enum constant that is considered to be the default.
|
static LambertOrbitSolver.EngagementType |
LambertOrbitSolver.EngagementType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static LambertOrbitSolver.EngagementType |
LambertOrbitSolver.EngagementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambertOrbitSolver.EngagementType[] |
LambertOrbitSolver.EngagementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|