Uses of Interface
org.hipparchus.ode.events.ODEEventHandler
Packages that use ODEEventHandler
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
Events
-
Uses of ODEEventHandler in org.hipparchus.migration.ode.events
Methods in org.hipparchus.migration.ode.events that return ODEEventHandlerModifier and TypeMethodDescriptiondefault ODEEventHandlerEventHandler.getHandler()Deprecated.Get the underlying event handler. -
Uses of ODEEventHandler in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events that return ODEEventHandlerModifier and TypeMethodDescriptionAbstractODEDetector.getHandler()Get the underlying event handler.ODEEventDetector.getHandler()Get the underlying event handler.Methods in org.hipparchus.ode.events with parameters of type ODEEventHandlerModifier and TypeMethodDescriptionprotected abstract TAbstractODEDetector.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.AbstractODEDetector.withHandler(ODEEventHandler newHandler) Setup the event handler to call at event occurrences.Constructors in org.hipparchus.ode.events with parameters of type ODEEventHandlerModifierConstructorDescriptionprotectedAbstractODEDetector(AdaptableInterval maxCheck, int maxIter, BracketedUnivariateSolver<UnivariateFunction> solver, ODEEventHandler handler) Build a new instance.