Activity

Unifying interface for activity instances and directives.

Inheritors

Properties

Link copied to clipboard
abstract val interval: Interval

The interval this occupies on the timeline.

Link copied to clipboard
abstract val startTime: Duration

Time that the activity starts.

Link copied to clipboard
abstract val type: String

String type name of the activity.

Functions

Link copied to clipboard
abstract fun withNewInterval(i: Interval): A

Creates a new object that is identical except that it exists on a different interval.