|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void addEvent(StateEvent event)
event - The event to be addedpublic void 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 | |||||||||