Class SingletonTimeline<Timestamp extends Comparable<Timestamp>>

java.lang.Object
tools.refinery.interpreter.matchers.util.timeline.Timeline<Timestamp>
tools.refinery.interpreter.matchers.util.timeline.SingletonTimeline<Timestamp>

public class SingletonTimeline<Timestamp extends Comparable<Timestamp>> extends Timeline<Timestamp>
A timeline which solely consists of one timestamp value, representing a single insertion. Intuitively, a singleton timeline always represents a bump which starts at the given timestamp and lasts till plus infinity.
Since:
2.4