Package org.orekit.propagation.events
Class FieldEventState.EventOccurrence<T extends org.hipparchus.RealFieldElement<T>>
- java.lang.Object
-
- org.orekit.propagation.events.FieldEventState.EventOccurrence<T>
-
- Enclosing class:
- FieldEventState<D extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
public static class FieldEventState.EventOccurrence<T extends org.hipparchus.RealFieldElement<T>> extends Object
Class to hold the data related to an event occurrence that is needed to decide how to modify integration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldEventHandler.Action
getAction()
Get the user requested action.FieldSpacecraftState<T>
getNewState()
Get the new state for a reset action.FieldAbsoluteDate<T>
getStopDate()
Get the new time for a stop action.
-
-
-
Method Detail
-
getAction
public FieldEventHandler.Action getAction()
Get the user requested action.- Returns:
- the action.
-
getNewState
public FieldSpacecraftState<T> getNewState()
Get the new state for a reset action.- Returns:
- the new state.
-
getStopDate
public FieldAbsoluteDate<T> getStopDate()
Get the new time for a stop action.- Returns:
- when to stop propagation.
-
-