Uses of Enum
org.hipparchus.ode.events.Action
Packages that use Action
- 
Uses of Action in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events that return ActionModifier and TypeMethodDescriptionFieldODEEventHandler.eventOccurred(FieldODEStateAndDerivative<T> state, FieldODEEventDetector<T> detector, boolean increasing) Handle an event and choose what to do next.ODEEventHandler.eventOccurred(ODEStateAndDerivative state, ODEEventDetector detector, boolean increasing) Handle an event and choose what to do next.EventOccurrence.getAction()Get the user requested action.FieldEventOccurrence.getAction()Get the user requested action.FieldODEStepEndHandler.stepEndOccurred(FieldODEStateAndDerivative<T> state, boolean forward) Handle an event and choose what to do next.ODEStepEndHandler.stepEndOccurred(ODEStateAndDerivative state, boolean forward) 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.Constructors in org.hipparchus.ode.events with parameters of type ActionModifierConstructorDescriptionEventOccurrence(Action action, ODEState newState, double stopTime) Create a new occurrence of an event.FieldEventOccurrence(Action action, FieldODEState<T> newState, T stopTime) Create a new occurrence of an event.