public class PropagationStepInformation extends Object
Constructor and Description |
---|
PropagationStepInformation(JulianDate initialTime,
JulianDate finalTime,
PropagationStateArray initialState,
PropagationStateArray finalState)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
PropagationStateArray |
getFinalState()
Gets the values of the dependent variables at the end of the current integration step.
|
JulianDate |
getFinalTime()
Gets the time at the end of the current integration step.
|
PropagationStateArray |
getInitialState()
Gets the values of the dependent variables at the beginning of the current integration step.
|
JulianDate |
getInitialTime()
Gets the time at the beginning of the current integration step.
|
public PropagationStepInformation(@Nonnull JulianDate initialTime, @Nonnull JulianDate finalTime, @Nonnull PropagationStateArray initialState, @Nonnull PropagationStateArray finalState)
initialTime
- The time corresponding to the dependent variable values at the beginning of the step.finalTime
- The time corresponding to the dependent variable values at the end of the step.initialState
- The dependent variables at the beginning of the step.finalState
- The dependent variables at the end of the step.@Nonnull public final JulianDate getInitialTime()
@Nonnull public final JulianDate getFinalTime()
@Nonnull public final PropagationStateArray getInitialState()
@Nonnull public final PropagationStateArray getFinalState()