Abstract
Scenario-Based Programming is a methodology for modeling and constructing complex reactive systems from simple, stand-alone building blocks, called scenarios. These scenarios are designed to model different traits of the system, and can be interwoven together and executed to produce cohesive system behavior. Existing execution frameworks for scenario-based programs allow scenarios to specify their view of what the system must, may, or must not do only through very strict interfaces. This limits the methodology's expressive power and often prevents users from modeling certain complex requirements. Here, we propose to extend Scenario-Based Programming's execution mechanism to allow scenarios to specify how the system should behave using rich logical constraints. We then leverage modern constraint solvers (such as SAT or SMT solvers) to resolve these constraints at every step of running the system, towards yielding the desired overall system behavior. We provide an implementation of our approach and demonstrate its applicability to various systems that could not be easily modeled in an executable manner by existing Scenario-Based approaches.
Original language | English |
---|---|
Title of host publication | MODELSWARD 2019 - Proceedings of the 7th International Conference on Model-Driven Engineering and Software Development |
Editors | Slimane Hammoudi, Luis Ferreira Pires, Bran Selic |
Publisher | SciTePress |
Pages | 143-156 |
Number of pages | 14 |
ISBN (Electronic) | 9789897583582 |
DOIs | |
State | Published - 2019 |
Event | 7th International Conference on Model-Driven Engineering and Software Development, MODELSWARD 2019 - Prague, Czech Republic Duration: 20 Feb 2019 → 22 Feb 2019 |
Publication series
Name | MODELSWARD 2019 - Proceedings of the 7th International Conference on Model-Driven Engineering and Software Development |
---|
Conference
Conference | 7th International Conference on Model-Driven Engineering and Software Development, MODELSWARD 2019 |
---|---|
Country/Territory | Czech Republic |
City | Prague |
Period | 20/02/19 → 22/02/19 |
Bibliographical note
Publisher Copyright:Copyright © 2019 by SCITEPRESS - Science and Technology Publications, Lda. All rights reserved
Keywords
- Behavioral Programming
- Constraint Solvers
- SMT Solvers
- Scenario-Based Programming