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.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
          This class manages several event handlers during integration.
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.nonstiff
EventHandler
          This interface represents a handler for discrete events triggered during ODE integration.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.