00-Abstract.tex 1.2 KB

1234567891011121314
  1. \clearpage
  2. \phantomsection
  3. \addcontentsline{toc}{chapter}{Abstract}
  4. \chapter*{Abstract}
  5. Over the years, the statecharts formalism has been proven to be useful for the development of reactive systems. However, the semantics of statecharts are not precise, with implementations making their own semantic decisions.
  6. This thesis is a study of the possible semantics of statecharts, based on the work on Big-Step Modeling Languages, and an implementation of these semantics in a statechart interpreter. By supporting a range of semantics, the modeler can select the semantics most fit for the problem at hand, and we can claim (some level of) compatibility with existing implementations. As part of our statechart language, an action language was developed, in order to support certain variable assignment semantics, and to make models portable.
  7. We evaluate our solution by comparing it to the open-source statechart IDE and compiler YAKINDU, studying its semantics and features, and perform a case study, implementing example models in both solutions.
  8. % \todo{Hier SCCD (statecharts + class diagrams) vermelden? De reden dat ik dit niet doe is omdat ik in deze thesis niks bijdraag aan het `CD'-gedeelte}