Uses of Interface
org.hipparchus.ode.events.FieldODEEventHandler
-
Packages that use FieldODEEventHandler Package Description org.hipparchus.ode.events Events -
-
Uses of FieldODEEventHandler in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events that return FieldODEEventHandler Modifier and Type Method Description FieldODEEventHandler<E>
AbstractFieldODEDetector. getHandler()
Get the underlying event handler.FieldODEEventHandler<T>
FieldODEEventDetector. getHandler()
Get the underlying event handler.Methods in org.hipparchus.ode.events with parameters of type FieldODEEventHandler Modifier and Type Method Description protected abstract T
AbstractFieldODEDetector. create(FieldAdaptableInterval<E> newMaxCheck, int newMaxIter, BracketedRealFieldUnivariateSolver<E> newSolver, FieldODEEventHandler<E> newHandler)
Build a new instance.protected FieldEventSlopeFilter<T,E>
FieldEventSlopeFilter. create(FieldAdaptableInterval<E> newMaxCheck, int newMaxIter, BracketedRealFieldUnivariateSolver<E> newSolver, FieldODEEventHandler<E> newHandler)
Build a new instance.T
AbstractFieldODEDetector. withHandler(FieldODEEventHandler<E> newHandler)
Setup the event handler to call at event occurrences.Constructors in org.hipparchus.ode.events with parameters of type FieldODEEventHandler Constructor Description AbstractFieldODEDetector(FieldAdaptableInterval<E> maxCheck, int maxIter, BracketedRealFieldUnivariateSolver<E> solver, FieldODEEventHandler<E> handler)
Build a new instance.
-