Uses of Package
org.apache.commons.math.ode.events

Packages that use org.apache.commons.math.ode.events
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
org.apache.commons.math.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. 
org.apache.commons.math.ode.jacobians This package was intended to solve Ordinary Differential Equations problems and also compute derivatives of the solution. 
org.apache.commons.math.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems. 
 

Classes in org.apache.commons.math.ode.events used by org.apache.commons.math.ode
CombinedEventsManager
          Deprecated. as of 2.2, this class is not used anymore
EventHandler
          This interface represents a handler for discrete events triggered during ODE integration.
 

Classes in org.apache.commons.math.ode.events used by org.apache.commons.math.ode.events
EventException
          This exception is made available to users to report the error conditions that are triggered by EventHandler
EventHandler
          This interface represents a handler for discrete events triggered during ODE integration.
EventState
          This class handles the state for one event handler during integration steps.
 

Classes in org.apache.commons.math.ode.events used by org.apache.commons.math.ode.jacobians
EventException
          This exception is made available to users to report the error conditions that are triggered by EventHandler
 

Classes in org.apache.commons.math.ode.events used by org.apache.commons.math.ode.nonstiff
EventHandler
          This interface represents a handler for discrete events triggered during ODE integration.
 



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