Class TimeOfDaySchedule.SymbolicTime
java.lang.Object
com.inductiveautomation.ignition.common.util.TimeOfDaySchedule.SymbolicTime
- All Implemented Interfaces:
- TimeOfDaySchedule.Timeframe
- Enclosing class:
- TimeOfDaySchedule
protected static class TimeOfDaySchedule.SymbolicTime
extends Object
implements TimeOfDaySchedule.Timeframe
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SymbolicTimepublic SymbolicTime(int hour) 
- 
SymbolicTimepublic SymbolicTime(int hour, int minute) 
 
- 
- 
Method Details- 
startpublic long start()- Specified by:
- startin interface- TimeOfDaySchedule.Timeframe
 
- 
endpublic long end()- Specified by:
- endin interface- TimeOfDaySchedule.Timeframe
 
- 
nextEventpublic long nextEvent(long symbolicTime) Single events only match when they're less than the symbolic time, not equal to- Specified by:
- nextEventin interface- TimeOfDaySchedule.Timeframe
 
- 
isSingleEventpublic boolean isSingleEvent()- Specified by:
- isSingleEventin interface- TimeOfDaySchedule.Timeframe
 
- 
toString
 
-