Lazy execution of model-to-model transformations

  • Authors:
  • Massimo Tisi;Salvador Martínez;Frédéric Jouault;Jordi Cabot

  • Affiliations:
  • AtlanMod, INRIA & École des Mines de Nantes, France;AtlanMod, INRIA & École des Mines de Nantes, France;AtlanMod, INRIA & École des Mines de Nantes, France;AtlanMod, INRIA & École des Mines de Nantes, France

  • Venue:
  • Proceedings of the 14th international conference on Model driven engineering languages and systems
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The increasing adoption of Model-Driven Engineering in industrial contexts highlights scalability as a critical limitation of several MDE tools. Most of the current model-to-model transformation engines have been designed for one-shot translation of input models to output models, and present efficiency issues when applied to very large models. In this paper, we study the application of a lazy-evaluation approach to model transformations. We present a lazy execution algorithm for ATL, and we empirically evaluate a prototype implementation. With it, the elements of the target model are generated only when (and if) they are accessed, enabling also transformations that generate infinite target models. We achieve our goal on a significant subset of ATL by extending the ATL compiler.