Uses of Class
org.apache.commons.math3.ode.events.EventHandler.Action

Packages that use EventHandler.Action
org.apache.commons.math3.ode.events 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
 

Methods in org.apache.commons.math3.ode.events that return EventHandler.Action
 EventHandler.Action EventFilter.eventOccurred(double t, double[] y, boolean increasing)
          Handle an event and choose what to do next.
 EventHandler.Action EventHandler.eventOccurred(double t, double[] y, boolean increasing)
          Handle an event and choose what to do next.
static EventHandler.Action EventHandler.Action.valueOf(String name)
          Returns 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.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.