How to model "target day" in UML Classdiagrams
- by Tobiask
Hi there,
I want to describe the following situation in an UML Classdiagram:
A day, on which a newspaper is send to a customer. This day could be sth. like "every friday" or "every first day of a month".
My idea to represent this in a UML Classdiagram:
-targetDay:Integer
-targetDayGrid:Enumeration
targetDay would be sth. like "1" (for monday)…