index.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. AToMPM Documentation
  2. ====================
  3. 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.
  4. This documentation serves to introduce AToMPM to the two main user groups: language developers and language users.
  5. AToMPM Website: https://atompm.github.io/
  6. .. image:: img/instance_tilted_environment.png
  7. :align: center
  8. :scale: 30%
  9. :width: 1146px
  10. :height: 1670px
  11. Contents
  12. --------
  13. .. toctree::
  14. :maxdepth: 3
  15. Installation and Usage <installation>
  16. Overview <overview>
  17. Creating a Modelling Language <new_language>
  18. Using a Modelling Language <using_language>
  19. Modelling a Model Transformation <modelling_transformation>
  20. Executing a Model Transformation <executing_transformation>
  21. Workflows <workflows>
  22. Creating Buttons and Plugins <creating_buttons_and_plugins>
  23. Toolbar/Plugin Documentation <toolbars_and_plugins>
  24. Troubleshooting <troubleshooting>