public class SinglePointStoppablePropagatorResults extends StoppablePropagatorResults
StoppablePropagatorResults returned from a SinglePointStoppablePropagator.| Constructor and Description |
|---|
SinglePointStoppablePropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
DateMotionCollection1<Cartesian> ephemeris,
List<ITimeBasedState> propagatedStates,
boolean aborted)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
DateMotionCollection1<Cartesian> |
getEphemeris()
Gets the ephemeris as computed by the
SinglePointStoppablePropagator. |
getAborted, getConditionStoppedOn, getDetectedEvents, getEventThatStoppedPropagator, getFinalDate, getFinalState, getPropagatedStates, getValueOfConditionThatStoppedpublic SinglePointStoppablePropagatorResults(StoppingConditionEvent stoppingEvent, List<StoppingConditionEvent> detectedEvents, DateMotionCollection1<Cartesian> ephemeris, List<ITimeBasedState> propagatedStates, boolean aborted)
detectedEvents - All of the events detected by the propagator.propagatedStates - The states computed and saved from the propagation.ephemeris - The ephemeris as computed by the SinglePointStoppablePropagator.stoppingEvent - The actual final event that stopped propagation.aborted - A boolean indicated if the function run was aborted.public final DateMotionCollection1<Cartesian> getEphemeris()
SinglePointStoppablePropagator.