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

  • Type Parameters:
    T - the type of the field elements
    Enclosing class:
    FieldEventState<T extends RealFieldElement<T>>

    public static class FieldEventState.EventOccurrence<T extends RealFieldElement<T>>
    extends Object
    Class to hold the data related to an event occurrence that is needed to decide how to modify integration.
    • Method Detail

      • getAction

        public Action getAction()
        Get the user requested action.
        Returns:
        the action.
      • getNewState

        public FieldODEState<T> getNewState()
        Get the new state for a reset action.
        Returns:
        the new state.
      • getStopTime

        public T getStopTime()
        Get the new time for a stop action.
        Returns:
        when to stop propagation.