Class Timeline.BaseParser
java.lang.Object
com.inductiveautomation.ignition.common.util.Timeline.BaseParser
- All Implemented Interfaces:
- Timeline.TimelineParser
- Direct Known Subclasses:
- Timeline.CalandarParser,- Timeline.TimeOfDayParser
- Enclosing class:
- Timeline
protected abstract static class Timeline.BaseParser
extends Object
implements Timeline.TimelineParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddToTimeline(Timeline tl, long start, long end) protected abstract Timelineprotected abstract longShould parse the provided sub pattern and add it to the timeline.
- 
Constructor Details- 
BaseParserprotected BaseParser()
 
- 
- 
Method Details- 
createTimeline
- 
parse- Specified by:
- parsein interface- Timeline.TimelineParser
- Throws:
- ParseException
 
- 
parsePartShould parse the provided sub pattern and add it to the timeline. Should throw an exception if the pattern cannot be parsed for some reason.- Throws:
- Exception
 
- 
addToTimeline
 
-