Hide last authors
Niklas Rentz 19.1 1 A demonstrator for a larger embedded system that we maintain is the model railway [1, 2], where individual controllers can control up to eleven trains. We use this model railway for various projects, theses, and also for showing computer science to other people on the Girls' Day and the "Schnupperstudium". To provide easy access to the model railway, without the need to code low-level C, the (potential) students can define the train behavior using a high-level domain-specific language (DSL) called //RailSL// [3].
Maximilian Kasperowski 14.1 2
Niklas Rentz 19.1 3 Visual representations of programs can help developers to understand the meaning of the program and to get an overview with a different representation. However, such representations can be automatically generated from the underlying textual source, thus enabling the use of the advantages of textual and graphical representations and their interaction, which we also define as //modeling pragmatics// [4].
4
5 Designing and implementing such a visualization with diagramming frameworks for the RailSL language enables us to utilize and evaluate the modeling pragmatics approach in a new domain and to better convey such programs.
6
7
Alexander Schulz-Rosengarten 6.1 8 = Goals =
9
Niklas Rentz 19.1 10 * Design a graphical representation for the RailSL language
11 * Implement diagram interaction for exploration and editing
12 * Evaluate the new user experience with students from the Girls' Day or "Schnupperstudium"
Alexander Schulz-Rosengarten 6.1 13
Maximilian Kasperowski 5.1 14 = Scope =
15
Maximilian Kasperowski 13.9 16 Master's/Bachelor's Thesis
Maximilian Kasperowski 5.1 17
Maximilian Kasperowski 1.1 18 = Related Work/Literature =
19
Niklas Rentz 19.1 20 [1] Nis Wechselberg, "Model Railway 4.0 – A Demonstrator for Interactive Timing Analysis," [[https:~~/~~/rtsys.informatik.uni-kiel.de/~~~~biblio/downloads/theses/nbw-mt.pdf>>https://rtsys.informatik.uni-kiel.de/~~biblio/downloads/theses/nbw-mt.pdf]]. Master's Thesis. Kiel University, Department of Computer Science, Mar. 2015.
Maximilian Kasperowski 1.1 21
Niklas Rentz 19.1 22 [2] [[https:~~/~~/www.rtsys.informatik.uni-kiel.de/en/teaching/modelrailway1>>https://www.rtsys.informatik.uni-kiel.de/en/teaching/modelrailway1]]
23
24 [3] Philip Eumann, "A Domain-Specific Language for Railway Control," [[https:~~/~~/rtsys.informatik.uni-kiel.de/~~~~biblio/downloads/theses/peu-bt.pdf>>https://rtsys.informatik.uni-kiel.de/~~biblio/downloads/theses/peu-bt.pdf]]. Bachelor's Thesis. Kiel University, Department of Computer Science, Sep. 2017.
25
26 [4] H. Fuhrmann and R. von Hanxleden, “On the pragmatics of model-based design,” in Proceedings of the 15th Monterey Workshop 2008 on the Foundations of Computer Software. Future Trends and Techniques for Development, Revised Selected Papers, ser. LNCS, vol. 6028. Budapest, HR: Springer, 2010, pp. 116–140.
27
Alexander Schulz-Rosengarten 6.1 28 = Involved Languages/Technologies =
29
Niklas Rentz 19.1 30 * Java / Xtend and TypeScript
31 * Diagramming Frameworks such as [[KLighD>>https://github.com/kieler/klighd]] and [[Sprotty>>https://sprotty.org/]]
32 * Automatic Layout with [[ELK>>https://eclipse.dev/elk/]]
Alexander Schulz-Rosengarten 6.1 33
Maximilian Kasperowski 4.1 34 = Supervised by =
Maximilian Kasperowski 3.1 35
Niklas Rentz 19.1 36 Niklas Rentz
37
38 nre@informatik.uni-kiel.de
39
Niklas Rentz 18.1 40