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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddToTimeline(Timeline tl, long start, long end) protected Timelineprotected longShould parse the provided sub pattern and add it to the timeline.Methods inherited from class com.inductiveautomation.ignition.common.util.Timeline.BaseParserparse
- 
Field Details- 
END_OF_DAYprotected static final long END_OF_DAY- See Also:
 
 
- 
- 
Constructor Details- 
TimeOfDayParserprotected TimeOfDayParser()
 
- 
- 
Method Details- 
createTimeline- Specified by:
- createTimelinein class- Timeline.BaseParser
 
- 
addToTimeline- Overrides:
- addToTimelinein class- Timeline.BaseParser
 
- 
parsePartDescription 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:
- Exception
 
 
-