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 PropagationEventTrigger |
PropagationEventTrigger.getDefault()
Get the enum constant that is considered to be the default.
|
static PropagationEventTrigger |
PropagationEventTrigger.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
PropagationEventTrigger |
StoppablePropagatorStepTakenArgs.getTrigger()
Gets information about which method triggered this event.
|
PropagationEventTrigger |
PropagationEventArgs.getTrigger()
Gets information about which method triggered this event.
|
PropagationEventTrigger |
ExceptionDuringPropagationEventArgs.getTrigger()
Gets information about which method triggered this event.
|
static PropagationEventTrigger |
PropagationEventTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationEventTrigger[] |
PropagationEventTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExceptionDuringPropagationEventArgs(NumericalPropagationException exception,
JulianDate previousTime,
double[] previousState,
JulianDate currentDate,
double[] currentState,
PropagationEventTrigger trigger,
StepSizeInformation info)
Initializes a new instance.
|
PropagationEventArgs(JulianDate previousTime,
double[] previousState,
JulianDate currentDate,
double[] currentState,
PropagationEventTrigger trigger,
StepSizeInformation info)
Initializes a new instance.
|
StoppablePropagatorStepTakenArgs(ITimeBasedState previousState,
ITimeBasedState currentState,
PropagationEventTrigger eventTrigger)
Initializes a new instance.
|