Package mondrian.util
Interface TimeSchedule
-
- All Known Implementing Classes:
OnceTimeSchedule
interface TimeSchedule
ATimeSchedule
generates a series of times within a day.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Calendar
nextOccurrence(java.util.Calendar earliest, boolean strict)
Returns the next occurrence at or afterafter
.
-
-
-
Method Detail
-
nextOccurrence
java.util.Calendar nextOccurrence(java.util.Calendar earliest, boolean strict)
Returns the next occurrence at or afterafter
. Ifafter
is null, returns the first occurrence. If there are no further occurrences, returns null.- Parameters:
strict
- if true, return time must be afterafter
, not equal to it
-
-