Towards Domain-specific Model Editors with Automatic Model Completion

  • Authors:
  • Sagar Sen;Benoit Baudry;Hans Vangheluwe

  • Affiliations:
  • INRIA Rennes Bretagne-Atlantique Campus universitairede beaulieu Rennes 35042, France;INRIA Rennes Bretagne-Atlantique Campus universitairede beaulieu Rennes 35042, France;School of Computer Science, McGill University McConnellEngineering Bldg. room 328 3480 University Street Montreal, Quebec, Canada,

  • Venue:
  • Simulation
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Integrated development environments such as Eclipse allow users to write programs quickly by presenting a set of recommendations for code completion. Similarly, word processing tools such as Microsoft Word present corrections for grammatical errors in sentences. Both of these existing structure editors use a set of constraints expressed in the form of a natural language grammar to restrict/correct the user ( syntax-directed editing) or formal grammar (language-directed editing ) to aid document completion. Taking this idea further, in this paper we present an integrated software system capable of generating recommendations for model completion of partial models built in editors for domain-specific modeling languages. We present a methodology to synthesize model editors equipped with automatic completion from a modeling languageâ聙聶s declarative specification consisting of a meta-model with a visual syntax. This meta-model directed completion feature is powered by a first-order relational logic engine implemented in ALLOY. We incorporate automatic completion in the generative tool AToM3. We use the finite state machines modeling language as a concise running example. Our approach leverages a correct by construction philosophy that renders subsequent simulation of models considerably less error-prone.