Class EventTimeline
java.lang.Object
com.inductiveautomation.sfc.recorder.EventTimeline
- All Implemented Interfaces:
- Serializable
Note: Adding methods to deal with Events specifically, as timestamp collisions seem to be common -Mitch
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetEnd()Returns a list of all the times that have events, for use in building a timeline.getStart()booleanhasMore()Returns true if there are additional events beyond the current position.Returns the next chart status and moves the position forward.peek()voidResets internal tracking back to the start.voidvoid
- 
Constructor Details- 
EventTimelinepublic EventTimeline()
- 
EventTimeline
 
- 
- 
Method Details- 
getStart
- 
getEnd
- 
peek
- 
getEventTimesReturns a list of all the times that have events, for use in building a timeline.
- 
resetPositionpublic void resetPosition()Resets internal tracking back to the start.
- 
hasMorepublic boolean hasMore()Returns true if there are additional events beyond the current position.
- 
nextChartStatusReturns the next chart status and moves the position forward.
- 
seekTo
- 
seekTo
- 
getEvents
- 
peekEvent
- 
previousEvent
- 
getStartEvent
- 
getEndEvent
 
-