Uses of Interface
org.hipparchus.ode.events.ODEEventHandler
-
Packages that use ODEEventHandler Package Description org.hipparchus.migration.ode.events This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode.events Events -
-
Uses of ODEEventHandler in org.hipparchus.migration.ode.events
Methods in org.hipparchus.migration.ode.events that return ODEEventHandler Modifier and Type Method Description default ODEEventHandler
EventHandler. getHandler()
Deprecated.Get the underlying event handler. -
Uses of ODEEventHandler in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events that return ODEEventHandler Modifier and Type Method Description ODEEventHandler
AbstractODEDetector. getHandler()
Get the underlying event handler.ODEEventHandler
ODEEventDetector. getHandler()
Get the underlying event handler.Methods in org.hipparchus.ode.events with parameters of type ODEEventHandler Modifier and Type Method Description protected abstract T
AbstractODEDetector. create(AdaptableInterval newMaxCheck, int newmaxIter, BracketedUnivariateSolver<UnivariateFunction> newSolver, ODEEventHandler newHandler)
Build a new instance.protected EventSlopeFilter<T>
EventSlopeFilter. create(AdaptableInterval newMaxCheck, int newMaxIter, BracketedUnivariateSolver<UnivariateFunction> newSolver, ODEEventHandler newHandler)
Build a new instance.T
AbstractODEDetector. withHandler(ODEEventHandler newHandler)
Setup the event handler to call at event occurrences.Constructors in org.hipparchus.ode.events with parameters of type ODEEventHandler Constructor Description AbstractODEDetector(AdaptableInterval maxCheck, int maxIter, BracketedUnivariateSolver<UnivariateFunction> solver, ODEEventHandler handler)
Build a new instance.
-