org.apache.commons.math3.ode.events
Class ReappearingEventTest.Event

java.lang.Object
  extended by org.apache.commons.math3.ode.events.ReappearingEventTest.Event
All Implemented Interfaces:
EventHandler
Enclosing class:
ReappearingEventTest

protected static class ReappearingEventTest.Event
extends Object
implements EventHandler

State events for this unit test.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.commons.math3.ode.events.EventHandler
EventHandler.Action
 
Constructor Summary
protected ReappearingEventTest.Event()
           
 
Method Summary
 EventHandler.Action eventOccurred(double t, double[] y, boolean increasing)
           
 double g(double t, double[] y)
           
 void init(double t0, double[] y0, double t)
           
 void resetState(double t, double[] y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReappearingEventTest.Event

protected ReappearingEventTest.Event()
Method Detail

init

public void init(double t0,
                 double[] y0,
                 double t)
Specified by:
init in interface EventHandler

g

public double g(double t,
                double[] y)
Specified by:
g in interface EventHandler

eventOccurred

public EventHandler.Action eventOccurred(double t,
                                         double[] y,
                                         boolean increasing)
Specified by:
eventOccurred in interface EventHandler

resetState

public void resetState(double t,
                       double[] y)
Specified by:
resetState in interface EventHandler


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