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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SymbolicTime
public SymbolicTime(int hour)  - 
SymbolicTime
public SymbolicTime(int hour, int minute)  
 - 
 - 
Method Details
- 
start
public long start()- Specified by:
 startin interfaceTimeOfDaySchedule.Timeframe
 - 
end
public long end()- Specified by:
 endin interfaceTimeOfDaySchedule.Timeframe
 - 
nextEvent
public long nextEvent(long symbolicTime) Single events only match when they're less than the symbolic time, not equal to- Specified by:
 nextEventin interfaceTimeOfDaySchedule.Timeframe
 - 
isSingleEvent
public boolean isSingleEvent()- Specified by:
 isSingleEventin interfaceTimeOfDaySchedule.Timeframe
 - 
toString
 
 -