Chaining model transformations

  • Authors:
  • Anne Etien;Vincent Aranega;Xavier Blanc;Richard F. Paige

  • Affiliations:
  • LIFL CNRS UMR, Université Lille, France;LIFL CNRS UMR, Université Lille, France;LaBri CNRS UMR, Université Bordeaux, France;University of York, UK

  • Venue:
  • Proceedings of the First Workshop on the Analysis of Model Transformations
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Model transformation is one of the key practices of Model-Driven Engineering. Building very large model transformations may benefit from the construction of small transformations, in order to manage complexity and enhance reusability, maintainability and modularity. The decomposition of transformations into smaller ones raises the issue of assuring the validity of a composition: if two or more transformations are chained together, are the results of executing the chain the expected ones? This paper addresses the challenge of determining if two transformations are conflicting. Transformations can conflict in numerous ways, e.g., in terms of preconditions, post-conditions, behaviour of individual rules. In this paper, we demonstrate a strong notion of conflict, via commutativity: two transformations do not conflict if they can be chained in either order, and in doing so produce identical results. We propose an approach to detecting such potential conflicts based on static analysis, exploiting an intermediate representation of transformations independent of any concrete language.