Package org.orekit.propagation.events
Class FieldEventState.EventOccurrence<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.propagation.events.FieldEventState.EventOccurrence<T>
- Type Parameters:
T- type of the field elements
- Enclosing class:
FieldEventState<D extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
public static class FieldEventState.EventOccurrence<T extends CalculusFieldElement<T>>
extends Object
Class to hold the data related to an event occurrence that is needed to decide how
to modify integration.
-
Method Summary
Modifier and TypeMethodDescriptionGet the user requested action.Get the new state for a reset action.Get the new time for a stop action.
-
Method Details
-
getAction
Get the user requested action.- Returns:
- the action.
-
getNewState
Get the new state for a reset action.- Returns:
- the new state.
-
getStopDate
Get the new time for a stop action.- Returns:
- when to stop propagation.
-