Interface TimeOfDaySchedule.Timeframe

All Known Implementing Classes:
TimeOfDaySchedule.SymbolicTime, TimeOfDaySchedule.SymbolicTimeFrame
Enclosing class:
TimeOfDaySchedule

protected static interface TimeOfDaySchedule.Timeframe
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    end()
     
    boolean
     
    long
    nextEvent(long symbolicTime)
     
    long
     
  • Method Details

    • start

      long start()
    • end

      long end()
    • nextEvent

      long nextEvent(long symbolicTime)
    • isSingleEvent

      boolean isSingleEvent()