Interface TimeSpanDependentProcessing

  • All Known Implementing Classes:
    TwoWeekRaw

    public interface TimeSpanDependentProcessing
    Post processors can optionally implement this interface if the implement timespan specific functionality
    Author:
    mshankar
    • Method Detail

      • generateTimeSpanDependentProcessors

        List<TimeSpanDependentProcessor> generateTimeSpanDependentProcessors​(List<TimeSpan> timeSpans)
        The data source resolution will call this method to give the post processor a chance to implement time span dependent post processing.
        Parameters:
        timeSpans -  
        Returns:
        TimeSpanDependentProcessors List