binary association composite end multiplicity
From: karl wettin (karl.wettin_at_gmail.com)
Date: 11/28/04
- Next message: H. S. Lahman: "Re: class diagram meta question"
- Previous message: karl wettin: "Re: class diagram meta question"
- Next in thread: H. S. Lahman: "Re: binary association composite end multiplicity"
- Reply: H. S. Lahman: "Re: binary association composite end multiplicity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Nov 2004 07:17:24 -0800
I just noticed the following text in the UML 1.5 specification:
3.48.1 Semantics
Composite aggregation is a strong form of aggregation, which requires
that a part instance be included in at most one composite at a time
and that the composite object has sole resposibility for the
disposition of its parts. The multiplicity of the aggregate end may
not exceed one (it is unshared).
Does the last sentence mean that the following binary association is
invalid?:
[CompositeEndClass]<<>>-- {0..*} {20} --[PartEndClass]
And this valid:
[CompositeEndClass]-- {0..*} {20} --[PartEndClass]
That would make most of my diagrams invalid.
-- karl
- Next message: H. S. Lahman: "Re: class diagram meta question"
- Previous message: karl wettin: "Re: class diagram meta question"
- Next in thread: H. S. Lahman: "Re: binary association composite end multiplicity"
- Reply: H. S. Lahman: "Re: binary association composite end multiplicity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|