Uses of Enum
org.apache.commons.math3.ode.events.Action
Packages that use Action
Package
Description
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
-
Uses of Action in org.apache.commons.math3.ode.events
Subclasses with type arguments of type Action in org.apache.commons.math3.ode.eventsModifier and TypeClassDescriptionenumEnumerate for actions to be performed when an event occurs during ODE integration.Fields in org.apache.commons.math3.ode.events declared as ActionModifier and TypeFieldDescriptionprivate ActionFieldEventState.nextActionNext action indicator.Methods in org.apache.commons.math3.ode.events that return ActionModifier and TypeMethodDescriptionFieldEventHandler.eventOccurred(FieldODEStateAndDerivative<T> state, boolean increasing) Handle an event and choose what to do next.static ActionReturns 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.