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 PropagationEventIndication |
PropagationEventIndication.getDefault()
Get the enum constant that is considered to be the default.
|
static PropagationEventIndication |
PropagationEventIndication.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
PropagationEventIndication |
PropagationEventArgs.getIndication()
Gets an indication of how the propagator should continue after this event.
|
PropagationEventIndication |
NumericalPropagator.restep(double stepSize)
|
PropagationEventIndication |
NumericalPropagator.takeStep()
Advance the state from the
CurrentState (get ) by taking a single integration step. |
PropagationEventIndication |
NumericalPropagator.takeStep(double maxStepSize)
Advance the state from the
CurrentState (get ) by taking a single integration step bounded by a maximum. |
static PropagationEventIndication |
PropagationEventIndication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationEventIndication[] |
PropagationEventIndication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PropagationEventArgs.setIndication(PropagationEventIndication value)
Sets an indication of how the propagator should continue after this event.
|