Interface FieldModeHandler<T extends org.hipparchus.RealFieldElement<T>>


  • public interface FieldModeHandler<T extends org.hipparchus.RealFieldElement<T>>
    Common interface for all propagator mode handlers initialization.
    Author:
    Luc Maisonobe
    • Method Detail

      • initialize

        void initialize​(boolean activateHandlers,
                        FieldAbsoluteDate<T> targetDate)
        Initialize the mode handler.
        Parameters:
        activateHandlers - if handlers shall be active
        targetDate - propagation is expected to end on this date, but it may end early due to event detectors or exceptions.