TimeLanes

class caqtus.types.timelane.TimeLanes(
step_names: list[str] = NOTHING,
step_durations: list[Expression] = NOTHING,
lanes: dict[str, TimeLane] = NOTHING,
)

Bases: object

A collection of time lanes.

Groups together multiple time lanes and the associated step names and durations.

property number_steps: int

The number of steps in the time lanes.

The number of steps is the same as the length of each lane.

property number_lanes: int

Returns the number of lanes.