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

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

    public class FieldContinueOnEvent<KK extends FieldEventDetector<T>,​T extends org.hipparchus.RealFieldElement<T>>
    extends Object
    implements FieldEventHandler<KK,​T>
    Event handler which will always return continue as a state.
    Author:
    Hank Grabowski
    • Constructor Detail

      • FieldContinueOnEvent

        public FieldContinueOnEvent()
    • Method Detail

      • eventOccurred

        public FieldEventHandler.Action eventOccurred​(FieldSpacecraftState<T> s,
                                                      KK detector,
                                                      boolean increasing)
        Specific implementation of the eventOccurred interface.
        Specified by:
        eventOccurred in interface FieldEventHandler<KK extends FieldEventDetector<T>,​T extends org.hipparchus.RealFieldElement<T>>
        Parameters:
        s - SpaceCraft state to be used in the evaluation
        detector - object with appropriate type that can be used in determining correct return state
        increasing - with the event occurred in an "increasing" or "decreasing" slope direction
        Returns:
        continue under all circumstances