abstract.tex 1.2 KB

123456789101112
  1. %!TEX root=./main.tex
  2. Statecharts, introduced by Harel~\cite{Harel_Statecharts}, is used to specify complex, timed, reactive, autonomous discrete-event systems.
  3. It is an extension of Timed Finite State Automata which adds depth, orthogonality, broadcast communication and history.
  4. Its visual representation is based on higraphs, which combine graphs and Venn diagrams~\cite{Harel_VisualFormalisms}.
  5. This representation is most suited to represent Statecharts models, and many tools offer visual editing and simulation support for the Statecharts formalism.
  6. Examples include STATEMATE~\cite{Harel1996}, Rhapsody~\cite{Harel_Rhapsody}, Yakindu~\footnote{\url{https://www.itemis.com/en/yakindu/statechart-tools/}}, and Stateflow~\footnote{\url{https://www.mathworks.com/products/stateflow.html}}.
  7. This tutorial introduces Statecharts modelling, simulation, and testing.
  8. As a running example, the behaviour of a simple timed, autonomous, reactive system is modelled: a traffic light.
  9. We start from the basic concepts of states and transitions and explain the more advanced concepts of Statecharts by extending the example incrementally.
  10. We discuss several semantics options, such as STATEMATE and Rhapsody semantics.
  11. We use Yakindu to model the example system.