From f7c114b19c118c266e766953814c5f9619e18e4d Mon Sep 17 00:00:00 2001 From: Joss Date: Fri, 18 Jul 2025 13:27:46 +0200 Subject: [PATCH] Text: Added Appendix A --- text/appendixa.troff | 64 ++++++++++++++++++++++++++++++++++++++++++++ text/thesis.troff | 2 ++ 2 files changed, 66 insertions(+) create mode 100644 text/appendixa.troff diff --git a/text/appendixa.troff b/text/appendixa.troff new file mode 100644 index 0000000..6934226 --- /dev/null +++ b/text/appendixa.troff @@ -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 diff --git a/text/thesis.troff b/text/thesis.troff index aeb31e7..7402a94 100644 --- a/text/thesis.troff +++ b/text/thesis.troff @@ -7,3 +7,5 @@ .so toc.troff .bp .so content.troff +.bp +.so appendixa.troff