users.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. Types of users
  2. ==============
  3. For the Modelverse, we identify three types of users.
  4. It is possible for users to switch between these three different types over time.
  5. The remainder of this documentation is split up based on these three types of users: 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 abstracted from the Modelverse wrapper by their 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 language to be used by the modellers.
  18. Language engineering in the Modelverse is similar to modelling, as metamodels are models themselves.
  19. Developer
  20. ---------
  21. The final category of users is that of developer.
  22. Developers of the Modelverse will modify the internals of the Modelverse, but, as the Modelvers is explicitly modelled, this often takes the form of a modeller as well.
  23. Nonetheless, the various files are stored external to the Modelverse, and can be modified without the Modelverse.
  24. Similarly, some core languages are also included in the Modelverse, which requires developers to be familiar with language engineering.