Class FieldStopOnDecreasing<KK extends FieldEventDetector<T>,​T extends org.hipparchus.RealFieldElement<T>>

  • Type Parameters:
    KK - class type for the generic version
    All Implemented Interfaces:
    FieldEventHandler<KK,​T>

    public class FieldStopOnDecreasing<KK extends FieldEventDetector<T>,​T extends org.hipparchus.RealFieldElement<T>>
    extends Object
    implements FieldEventHandler<KK,​T>
    Handle a detection event and choose what to do next.

    KKhe implementation behavior is to continue propagation when ascending and to stop propagation when descending.

    Author:
    Hank Grabowski