Text: Added Appendix A

This commit is contained in:
joss 2025-07-18 13:27:46 +02:00
parent dbb4e64b64
commit f7c114b19c
2 changed files with 66 additions and 0 deletions

64
text/appendixa.troff Normal file
View file

@ -0,0 +1,64 @@
.NH 2
Anhang A - Klassendiagramme
.NH 3
Datenverwaltung
.LP
.TS
box center;
cfBI
-
l
l
-
l.
DataObject
+ displayName: String
+ uid: String
# DataObject(uid: String, displayName: String)
.TE
.TS
box center;
cb
-
l
-
l.
Module
+ sws: int
+ Module(uid: String, displayName: String, sws: int)
.TE
.TS
box center;
cb
-
l
l
-
l.
Person
+ name: String
+ lastName: String
+ Person(uid: String, name: String, lastName: String)
.TE
.TS
box center;
cb
-
l
-
l.
Room
+ size: int
+ Room(uid: String, displayName: String, size: int)
.TE
.TS
box center;
cb
-
l
-
l.
Student
+ studentNumber: String
+ Student(uid: String, name: String, lastName: String, studentNumber: String)
.TE

View file

@ -7,3 +7,5 @@
.so toc.troff
.bp
.so content.troff
.bp
.so appendixa.troff