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
 
 protected static class Timeline.TimeOfDayParser extends Timeline.BaseParser 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static longEND_OF_DAY
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTimeOfDayParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddToTimeline(Timeline tl, long start, long end)protected TimelinecreateTimeline()protected longparsePart(java.lang.String value)Should parse the provided sub pattern and add it to the timeline.- 
Methods inherited from class com.inductiveautomation.ignition.common.util.Timeline.BaseParserparse
 
- 
 
- 
- 
- 
Field Detail- 
END_OF_DAYprotected static final long END_OF_DAY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createTimelineprotected Timeline createTimeline() - Specified by:
- createTimelinein class- Timeline.BaseParser
 
 - 
addToTimelineprotected void addToTimeline(Timeline tl, long start, long end) - Overrides:
- addToTimelinein class- Timeline.BaseParser
 
 - 
parsePartprotected long parsePart(java.lang.String value) throws java.lang.ExceptionDescription copied from class:Timeline.BaseParserShould 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:
- parsePartin class- Timeline.BaseParser
- Throws:
- java.lang.Exception
 
 
- 
 
-