From UML Activities to TAAL - Towards Behaviour-Preserving Model Transformations

  • Authors:
  • Gregor Engels;Anneke Kleppe;Arend Rensink;Maria Semenyak;Christian Soltenborn;Heike Wehrheim

  • Affiliations:
  • Department of Computer Science, University of Paderborn, Paderborn, Germany 33098;Department of Computer Science, University of Twente, Enschede, The Netherlands 7500 AE;Department of Computer Science, University of Twente, Enschede, The Netherlands 7500 AE;Department of Computer Science, University of Paderborn, Paderborn, Germany 33098;Department of Computer Science, University of Paderborn, Paderborn, Germany 33098;Department of Computer Science, University of Paderborn, Paderborn, Germany 33098

  • Venue:
  • ECMDA-FA '08 Proceedings of the 4th European conference on Model Driven Architecture: Foundations and Applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

Model transformations support a model-driven design by providing an automatic translation of abstract models into more concrete ones, and eventually program code. Crucial to a successful application of model transformations is their correctness, in the sense that the meaning (semantics) of the models is preserved. This is especially important if the models not only describe the structure but also the intended behaviourof the systems. Reasoning about and showing correctness is, however, often impossible as the source and target models typically lack a precise definition of their semantics.In this paper, we take a first step towards provably correct behavioural model transformations. In particular, we develop transformations from UML Activities (which are visual models) to programs in TAAL, which is a textual Java-like programming language. Both languages come equipped with formal behavioural semantics, which, moreover, have the same semantic domain. This sets the stage for showing correctness, which in this case comes down to showing that the behaviour of every (well-formed) UML Activity coincides with that of the corresponding TAAL program, in a well-defined sense.