123456789101112131415161718192021222324252627282930313233343536 |
- AToMPM Documentation
- ====================
- AToMPM ("A Tool for Multi-Paradigm Modelling") is a (meta)modelling workbench, which allows language developers to create visual domain-specific languages, and domain experts to use these languages. A language is defined by its *abstract syntax* in a metamodel, its *concrete syntax(es)*, which define(s) how each abstract syntax element is visualized, and its *semantics definition(s)*, either operational (a simulator) or translational (by mapping onto a known semantic domain). AToMPM supports model transformations to model semantics.
- This documentation serves to introduce AToMPM to the two main user groups: language developers and language users.
- AToMPM Website: https://atompm.github.io/
- .. image:: img/instance_tilted_environment.png
- :align: center
- :scale: 30%
- :width: 1146px
- :height: 1670px
-
- Contents
- --------
- .. toctree::
- :maxdepth: 3
- Installation and Usage <installation>
- Overview <overview>
- Creating a Modelling Language <new_language>
- Using a Modelling Language <using_language>
- Modelling a Model Transformation <modelling_transformation>
- Executing a Model Transformation <executing_transformation>
- Workflows <workflows>
- Creating Buttons and Plugins <creating_buttons_and_plugins>
- Toolbar/Plugin Documentation <toolbars_and_plugins>
- Troubleshooting <troubleshooting>
|