Discussion:
What's the UML relationship between View and Doc?
(too old to reply)
Jessica
2008-05-12 04:50:01 UTC
Permalink
Hi All,

When creating a UML class diagram of my MDI application in Visio, what kind
of relationship I should show between my view class and the doc class? Is it
an aggregation with the diamond near the view class, or is it just an
association with the arrow towards the view class?

Thanks in advance,
Jessy
Ajay Kalra
2008-05-16 03:40:44 UTC
Permalink
View has a reference to the doc and document owns the list of views(IIRC).

--
Ajay
Post by Jessica
Hi All,
When creating a UML class diagram of my MDI application in Visio, what kind
of relationship I should show between my view class and the doc class? Is it
an aggregation with the diamond near the view class, or is it just an
association with the arrow towards the view class?
Thanks in advance,
Jessy
Loading...