org.apache.commons.math3.ode.events
Class ReappearingEventTest.Event
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReappearingEventTest.Event
protected ReappearingEventTest.Event()
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.