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:
start
in interfaceTimeOfDaySchedule.Timeframe
-
end
public long end()- Specified by:
end
in 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:
nextEvent
in interfaceTimeOfDaySchedule.Timeframe
-
isSingleEvent
public boolean isSingleEvent()- Specified by:
isSingleEvent
in interfaceTimeOfDaySchedule.Timeframe
-
toString
-