Package-level declarations
Payload types (IntervalLike
implementors) that can be contained in timelines.
Types
Link copied to clipboard
data class Connection<FROM : IntervalLike<FROM>, TO : IntervalLike<TO>>(val interval: Interval, val from: FROM?, val to: TO?) : IntervalLike<Connection<FROM, TO>>
Represents a pairing of two other IntervalLike objects.
Link copied to clipboard
data class ExternalEvent(val key: String, val type: String, val source: ExternalSource, val interval: Interval) : IntervalLike<ExternalEvent>
An external event instance.
Link copied to clipboard
An external source instance. Used for querying purposes - see EventQuery.kt. The included fields represent the primary key used to identify External Sources.
Link copied to clipboard
An interface for objects that have a interval-like presence on a timeline.
Link copied to clipboard
A linear equation in point-slope form.