Uses of Enum
org.apache.commons.math3.ode.events.EventHandler.Action
Packages that use EventHandler.Action
Package
Description
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
-
Uses of EventHandler.Action in org.apache.commons.math3.ode.events
Subclasses with type arguments of type EventHandler.Action in org.apache.commons.math3.ode.eventsModifier and TypeClassDescriptionstatic enumEnumerate for actions to be performed when an event occurs.Fields in org.apache.commons.math3.ode.events declared as EventHandler.ActionModifier and TypeFieldDescriptionprivate EventHandler.ActionEventState.nextActionNext action indicator.Methods in org.apache.commons.math3.ode.events that return EventHandler.ActionModifier and TypeMethodDescriptionEventFilter.eventOccurred(double t, double[] y, boolean increasing) Handle an event and choose what to do next.EventHandler.eventOccurred(double t, double[] y, boolean increasing) Handle an event and choose what to do next.static EventHandler.ActionReturns the enum constant of this type with the specified name.static EventHandler.Action[]EventHandler.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.