Class Timeline.TimeOfDayParser
java.lang.Object
com.inductiveautomation.ignition.common.util.Timeline.BaseParser
com.inductiveautomation.ignition.common.util.Timeline.TimeOfDayParser
- All Implemented Interfaces:
Timeline.TimelineParser
- Enclosing class:
- Timeline
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addToTimeline
(Timeline tl, long start, long end) protected Timeline
protected long
Should parse the provided sub pattern and add it to the timeline.Methods inherited from class com.inductiveautomation.ignition.common.util.Timeline.BaseParser
parse
-
Field Details
-
END_OF_DAY
protected static final long END_OF_DAY- See Also:
-
-
Constructor Details
-
TimeOfDayParser
protected TimeOfDayParser()
-
-
Method Details
-
createTimeline
- Specified by:
createTimeline
in classTimeline.BaseParser
-
addToTimeline
- Overrides:
addToTimeline
in classTimeline.BaseParser
-
parsePart
Description copied from class:Timeline.BaseParser
Should parse the provided sub pattern and add it to the timeline. Should throw an exception if the pattern cannot be parsed for some reason.- Specified by:
parsePart
in classTimeline.BaseParser
- Throws:
Exception
-