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

Packages that use EventHandler.Action
fr.cnes.sirius.patrius.propagation.events.multi   
org.apache.commons.math3.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. 
org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. 
 

Uses of EventHandler.Action in fr.cnes.sirius.patrius.propagation.events.multi
 

Methods in fr.cnes.sirius.patrius.propagation.events.multi that return EventHandler.Action
 EventHandler.Action AdaptedMultiEventDetector.eventOccurred(double t, double[] y, boolean increasing, boolean forward)
           
 EventHandler.Action AdaptedMonoEventDetector.eventOccurred(double t, double[] y, boolean increasing, boolean forward)
           
 

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 EventHandler.eventOccurred(double t, double[] y, boolean increasing, boolean forward)
          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.
 

Uses of EventHandler.Action in org.orekit.propagation.events
 

Methods in org.orekit.propagation.events that return EventHandler.Action
 EventHandler.Action AdaptedEventDetector.eventOccurred(double t, double[] y, boolean increasing, boolean forward)
          Handle an event and choose what to do next.
 



Copyright © 2017 CNES. All Rights Reserved.