Uses of Enum
org.hipparchus.migration.ode.events.EventHandler.Action
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
-
Uses of EventHandler.Action in org.hipparchus.migration.ode.events
Modifier and TypeMethodDescriptionEventHandler.eventOccurred
(double t, double[] y, boolean increasing) Deprecated.Handle an event and choose what to do next.static EventHandler.Action
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.