Interface Scheduler<T extends ObservedMeasurement<T>>

    • Method Detail

      • getBuilder

        MeasurementBuilder<T> getBuilder()
        Get the builder associated with this scheduler.
        Returns:
        builder associated with this scheduler
        Since:
        12.0
      • init

        void init​(AbsoluteDate start,
                  AbsoluteDate end)
        Initialize scheduler at the start of a measurements generation.

        This method is called once at the start of the measurements generation. It may be used by the scheduler to initialize some internal data if needed, typically initializing builders.

        Parameters:
        start - start of the measurements time span
        end - end of the measurements time span