|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ODEEventSolver
ODEEventSolver is an interface for a Solver for ODE which accepts and deals with StateEvents
Method Summary | |
---|---|
void |
addEvent(StateEvent event)
Adds a StateEvent to the list of events |
void |
removeEvent(StateEvent event)
Removes a StateEvent from the list of events |
Methods inherited from interface org.opensourcephysics.numerics.ODESolver |
---|
getStepSize, initialize, setStepSize, step |
Method Detail |
---|
void addEvent(StateEvent event)
event
- The event to be addedvoid removeEvent(StateEvent event)
event
- The event to be removed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |