Interface TimeOfDaySchedule.Timeframe
-
- All Known Implementing Classes:
TimeOfDaySchedule.SymbolicTime
,TimeOfDaySchedule.SymbolicTimeFrame
- Enclosing class:
- TimeOfDaySchedule
protected static interface TimeOfDaySchedule.Timeframe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
end()
boolean
isSingleEvent()
long
nextEvent(long symbolicTime)
long
start()
-