Reputation: 987
I got an assignment on my university to create a model of an simple app in UML. That model should use 3-4 different design patterns. Since i'm terrible in UML, could anyone please check if this thing i made makes any sense? If not how should i modify it? Any ideas how to include 1 more design pattern inside this little monster?
Upvotes: 1
Views: 1508
Reputation: 5854
Semantically it looks correct (in lack of more background information).
Even without adding more patterns, your diagram is too complex and hard to follow. On the other side, your design ideas should not be constrainet by your diagram size of screen resolution.
The solution is simple - divide to conquer. :) Break your diagram in several smaller ones, each one of them having a clear focus. That will not change your model meaning - each element can be shown on many diagrams.
I suggest the following diagrams:
Give each diagram a meaningfull name and a short explanation.
Upvotes: 1