mel - Model Extraction Language and Interpreter
Loading...
Date
2021-04-27
Authors
Hackman, Robert
Advisor
Atlee, Joanne
Journal Title
Journal ISSN
Volume Title
Publisher
University of Waterloo
Abstract
There is a large body of research on extracting models from code-related artifacts to enable model-based analyses of large software systems. However, engineers do not always have access to the entire code base of a system: some components may be procured from third-party suppliers based on a model specification or their code may be generated automatically from models. Additionally, the development of software systems does not produce only source code as its output. Modern large software system have various artifacts relevant to them, such as software models, build scripts, test scripts, version control history data, and more. In order to produce a more complete view of a modern software system heterogeneous fact extraction of various artifacts is necessary - not just of source code.
This thesis introduces mel— a model extraction language and interpreter for extracting
“facts” from models represented in XMI; these facts can be combined with facts extracted
from other system components to form a lightweight model of an entire software system.
We provide preliminary evidence that mel is sufficient to specify fact extraction from
models that have very different XMI representations. We also show that it can be easier
to use mel to create a fact extractor for a particular model representation than to develop
a specialized fact extractor for the model from scratch.
Description
Keywords
model extraction, mel, fact extraction