Action | 
EventFilter.eventOccurred(ODEStateAndDerivative state,
             boolean increasing) | 
 Handle an event and choose what to do next. 
 | 
Action | 
FieldODEEventHandler.eventOccurred(FieldODEStateAndDerivative<T> state,
             boolean increasing) | 
 Handle an event and choose what to do next. 
 | 
Action | 
ODEEventHandler.eventOccurred(ODEStateAndDerivative state,
             boolean increasing) | 
 Handle an event and choose what to do next. 
 | 
Action | 
EventState.EventOccurrence.getAction() | 
 Get the user requested action. 
 | 
Action | 
FieldEventState.EventOccurrence.getAction() | 
 Get the user requested action. 
 | 
static Action | 
Action.valueOf(String name) | 
 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. 
 |