State charts as an intermediate representation of JPDDs which help developers to map them to executable artifacts

  • Authors:
  • Pablo Sánchez;Dominik Stein;Stefan Hanenberg

  • Affiliations:
  • Universidad de Málaga, Málaga;University of Duisburg Essen, Essen;University of Duisburg Essen, Essen

  • Venue:
  • Proceedings of the 2008 AOSD workshop on Aspect-oriented modeling
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Join Point Designation Diagrams (JPDDs) give developers the ability to model their join point selections in the UML, independent of any existing aspect-oriented programming language. In order to apply JPDDs in real software projects, it is necessary to have an executable representation of them -- either in terms of generated code for the desired aspect-oriented programming language or directly as executable diagrams in an environment that permits to execute UML diagrams. While principles for translating JPDDs into a target language are already known, it turns out that developers who follow those principles still face a large number of problems due to the complex selection semantics for dynamic join point: developers need to collect all data that is necessary to detect dynamic join points, and they need to maintain that data in appropriate data structures. In order to ease this step, it is desirable to translate JPDDs into an intermediate representation that equips the developers with a more concrete understanding about what information is needed, and when it needs to be stored or updated. This paper mainly addresses the motivation for such an intermediate representation and gives a first step into that direction -- the translation of JPDDs based on sequence diagrams into executable state charts.