Class TimeOfDaySchedule.SymbolicTime

    • Constructor Summary

      Constructors 
      Constructor Description
      SymbolicTime​(int hour)  
      SymbolicTime​(int hour, int minute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long end()  
      boolean isSingleEvent()  
      long nextEvent​(long symbolicTime)
      Single events only match when they're less than the symbolic time, not equal to
      long start()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SymbolicTime

        public SymbolicTime​(int hour)
      • SymbolicTime

        public SymbolicTime​(int hour,
                            int minute)