Class FieldEventState.EventOccurrence<T extends CalculusFieldElement<T>>

    • Method Detail

      • getAction

        public 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.