Interface FieldAdaptableInterval<T extends CalculusFieldElement<T>>

  • Type Parameters:
    T - the type of the field elements
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface FieldAdaptableInterval<T extends CalculusFieldElement<T>>
    This interface represents an event checking interval that depends on state.
    Since:
    12.0
    Author:
    Luc Maisonobe
    See Also:
    FieldEventDetector
    • Method Detail

      • currentInterval

        double currentInterval​(FieldSpacecraftState<T> state)
        Get the current value of maximal time interval between events handler checks.
        Parameters:
        state - current state
        Returns:
        current value of maximal time interval between events handler checks (only as a double)