| Package | Description | 
|---|---|
| org.hipparchus.migration.ode.events | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.ode.events | 
 Events 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
default Action | 
EventHandler.eventOccurred(ODEStateAndDerivative state,
             boolean increasing) | 
 Deprecated.  
Handle an event and choose what to do next. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
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. 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.