Class FieldContinueOnEvent<KK extends FieldEventDetector<T>,​T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FieldContinueOnEvent

        public FieldContinueOnEvent()
    • Method Detail

      • eventOccurred

        public 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 CalculusFieldElement<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