D. Leroy, E. Bousse, M. Wimmer, T. Mayerhofer, B. Combemale, W. Schwinger: Behavioral Interfaces for Executable DSLs, Software Engineering 2021, Fachtagung des GI-Fachbereichs Softwaretechnik, Braunschweig, Deutschland, 22.-26. Februar 2021 virtuell, Vortrag am 25.2.2021. Doi: 10.18420/SE2021\_25


A large amount of domain-specific languages (DSLs) are used to represent behavioral aspects of systems in the form of behavioral models [BCW17]. Executable domain-specific languages (xDSLs) enable the execution of behavioral models [Ma13]. While an executionis mostly driven by the model’s content (e.g., control structures, conditionals, transitions, method calls), many use cases require interacting with the running model, such as simulating scenarios in an automated or interactive way or coupling system models with environment models. The management of these interactions is usually hard-coded into the semantics ofxDSLs, which prevents its reuse for other xDSLs and the provision of generic interaction tools. To tackle these issues, we propose a novel meta language for complementing the definition of xDSLs with explicit behavioral interfaces to enable external tools to interact with executable models in a unified way. A behavioral interface defines a set of events specifying how external tools can interact with models that conform to xDSLs implementing the interface. Additionally, we define two types of relationships involving behavioral interfaces the implementation relationship and the subtyping relationship. An implementation relationship ties a behavioral interface to a given operational semantics implementation. Subtyping relationships allow to build event abstraction hierarchies, indicating that events from one interface can be abstracted or refined as events from another interface.

Behavioral Interfaces for Executable DSLs