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 Summary
Modifier and TypeMethodDescriptiongenerateTimeSpanDependentProcessors(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.
-
Method Details
-
generateTimeSpanDependentProcessors
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
-