Class TimelineSet
java.lang.Object
com.inductiveautomation.ignition.common.util.TimelineSet
- All Implemented Interfaces:
- Serializable
This class is used to organize overlapping time events. The set contains multiple Timelines. Each timeline specifies
 multiple time segments that can't overlap. Inside of a TimelinSet, multiple timelines can overlap. The class
 provides multiple functions for determining coverage, hit count, next event, etc.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninthitCount(long time) voidmerge(TimelineSet other) longnextEvent(long time) 
- 
Field Details- 
timelines
 
- 
- 
Constructor Details- 
TimelineSet
 
- 
- 
Method Details- 
merge
- 
hitCountpublic int hitCount(long time) 
- 
nextEventpublic long nextEvent(long time) 
 
-