users.rst 1.8 KB

12345678910111213141516171819202122232425262728293031
  1. Types of users
  2. ==============
  3. For the Modelverse, we identify three types of users.
  4. It is possible for a user to switch between these three different types over time.
  5. The remainder of this documentation is however split up based on these three types: modellers, language engineers, and developers.
  6. Due to the design of the Modelverse, language engineers must also know all about modelling: languages are created through modelling.
  7. Similarly, developers must know about all knowledge of the modeller and language engineer, as they must implement operations for them.
  8. Nonetheless, there is still a different focus and different requirements for their domain knowledge.
  9. Modeller
  10. --------
  11. The majority of the users of the Modelverse will fall in the category of modellers.
  12. These users make use of the languages provided by other users, by instantiating them.
  13. While this is likely the biggest category of users, they will mostly be shielded from the Modelverse by the MvI.
  14. For modellers, the documentation is focused on instantiating existing languages and modifying models or executing processes on specific models.
  15. Language Engineer
  16. -----------------
  17. Language engineers are the second category of users, who create languages to be used by the modellers.
  18. Language engineering in the Modelverse is similar to modelling, as metamodels are models themselves.
  19. Modelverse Developer
  20. --------------------
  21. The final category of users is that of Modelverse developer.
  22. Developers of the Modelverse will modify the internals of the Modelverse, but, as the Modelverse is explicitly modelled, they often make use of modelling and language engineering operations as well.
  23. Nonetheless, various files are stored externally from the Modelverse, and can be modified without the Modelverse (e.g., bootstrap code).