On the use of an internal DSL for enriching EMF models

  • Authors:
  • Filip Křikava;Philippe Collet

  • Affiliations:
  • Université Nice, Sophia Antipolis, France;Université Nice, Sophia Antipolis, France

  • Venue:
  • Proceedings of the 12th Workshop on OCL and Textual Modelling
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Object Constraint Language (OCL) is widely used to enrich modeling languages with structural constraints, side effect free query operations implementation and contracts. OCL was designed to be small and compact language with appealing short "to-the-point" expressions. When trying to apply it to larger EMF models some shortcomings appear in the language expressions, the invariant constructs as well as in the supporting tools. In this paper we argue that some of these shortcomings are mainly related to the scalability of the OCL language and its trade-offs between domain-specificity and general-purpose. We present an alternative approach based on an internal DSL in Scala. By using this modern multi-paradigm programing language we can realize an internal DSL with similar features found in OCL while taking full advantage of the host language including state-of-the-art tool support. In particular, we discuss the mapping between the OCL and Scala concepts together with some additional constructs for better scalability in both expressiveness and reusability of the expressions.