aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-03-01 17:33:05 +0100
committerJonas Smedegaard <dr@jones.dk>2025-03-01 17:33:05 +0100
commit539372d61bcd5eb13a6276eaeb68591d04a6a2cb (patch)
tree88d61cdb62cda93e7df502b3bba42d6fa9de6ded
parent6d518f2c9b8d1eb42bebdf0dae2eca3ac72218ba (diff)
fix UML link Programme - Student
-rw-r--r--classes.puml7
1 files changed, 6 insertions, 1 deletions
diff --git a/classes.puml b/classes.puml
index 781bf21..8e24efb 100644
--- a/classes.puml
+++ b/classes.puml
@@ -85,8 +85,13 @@ StudentProject -- Supervisor
class Programme {
addActivity()
+ valid()
}
Programme o- Course
Programme o- StudentProject
-Programme *- Student
+Programme --* Student
+
+class Bachelorizer {
+}
+Bachelorizer --> Programme
@enduml