Uses of Enum
org.hipparchus.ode.events.Action
-
Uses of Action in org.hipparchus.ode.events
Modifier and TypeMethodDescriptionFieldODEEventHandler.eventOccurred
(FieldODEStateAndDerivative<T> state, FieldODEEventDetector<T> detector, boolean increasing) Handle an event and choose what to do next.ODEEventHandler.eventOccurred
(ODEStateAndDerivative state, ODEEventDetector detector, boolean increasing) Handle an event and choose what to do next.EventOccurrence.getAction()
Get the user requested action.FieldEventOccurrence.getAction()
Get the user requested action.FieldODEStepEndHandler.stepEndOccurred
(FieldODEStateAndDerivative<T> state, boolean forward) Handle an event and choose what to do next.ODEStepEndHandler.stepEndOccurred
(ODEStateAndDerivative state, boolean forward) Handle an event and choose what to do next.static Action
Returns the enum constant of this type with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionEventOccurrence
(Action action, ODEState newState, double stopTime) Create a new occurrence of an event.FieldEventOccurrence
(Action action, FieldODEState<T> newState, T stopTime) Create a new occurrence of an event.