Package tools.refinery.interpreter.matchers.util.timeline
package tools.refinery.interpreter.matchers.util.timeline
-
ClassesClassDescriptionCompactTimeline<Timestamp extends Comparable<Timestamp>>A compact timeline may cosist of an arbitrary amount of moments.Diff<Timestamp extends Comparable<Timestamp>>The description of a delta that specifies how a
Timeline
changes.SingletonTimeline<Timestamp extends Comparable<Timestamp>>A timeline which solely consists of one timestamp value, representing a single insertion.Timeline<Timestamp extends Comparable<Timestamp>>A timeline describes the life cycle of a piece of data (typically a tuple in a relation) as a sequence of moments.Timelines<Timestamp extends Comparable<Timestamp>>Utility class for creatingTimeline
s.