Uses of Class
org.hipparchus.migration.ode.events.EventHandler.Action
-
Packages that use EventHandler.Action Package Description org.hipparchus.migration.ode.events This package provides migration classes from Apache Commons Math to Hipparchus. -
-
Uses of EventHandler.Action in org.hipparchus.migration.ode.events
Methods in org.hipparchus.migration.ode.events that return EventHandler.Action Modifier and Type Method Description EventHandler.Action
EventHandler. eventOccurred(double t, double[] y, boolean increasing)
Deprecated.Handle an event and choose what to do next.static EventHandler.Action
EventHandler.Action. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static EventHandler.Action[]
EventHandler.Action. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-