Changes
Page history
Update associations
authored
Jun 04, 2024
by
Lukas Damerau
Show whitespace changes
Inline
Side-by-side
uml/associations.md
View page @
043b32a2
...
@@ -6,7 +6,7 @@ An Association classifies a set of tuples representing links between typed insta
...
@@ -6,7 +6,7 @@ An Association classifies a set of tuples representing links between typed insta
### Example
### Example


# Aggregation and Composition
# Aggregation and Composition
...
@@ -19,7 +19,7 @@ Aggregation implies a relationship where the child can exist independently of th
...
@@ -19,7 +19,7 @@ Aggregation implies a relationship where the child can exist independently of th
### Example
### Example


Lecture (parent) and Student (child). Delete the Lecture and the Students still exist.
Lecture (parent) and Student (child). Delete the Lecture and the Students still exist.
...
...
...
...