Timing Diagram
Last updated
Was this helpful?
Last updated
Was this helpful?
A Timing Diagram models the state of objects over time, focusing on time-based changes in interactions. It is useful for real-time systems, embedded systems, and protocol modeling.
Refer to the official documentation for more details -
Lifelines (Objects or Entities)
Represented as horizontal lines, showing how an entity behaves over time.
States
Represented as labels along the timeline (e.g., "Idle", "Processing", "Completed").
Time Axis
Represented as a horizontal timeline tracking event occurrences.
State Changes
Vertical transitions show state changes at specific time intervals.
Messages
Represented as arrows between lifelines.