Re: UML-ish question
- From: Bart Wakker <bhawa@xxxxxx>
- Date: Wed, 22 Mar 2006 19:24:14 +0000
On 2006-03-22, jhinchey@xxxxxxxxxx <jhinchey@xxxxxxxxxx> wrote:
Is that legal UML? If so, what does it mean? I think they are trying
to show an association between two instances of the class, which I
don't think belongs on the class diagram.
No, not between two particular instances of the class, but just an
association of the class to itself, e.g. a parent/child relation.
e.g. the following class would lead to such a UML:
class X {
X parent;
Collection<X> children;
}
.
- References:
- UML-ish question
- From: jhinchey@xxxxxxxxxx
- UML-ish question
- Prev by Date: Re: Kinds of methods
- Next by Date: Re: Kinds of methods
- Previous by thread: Re: UML-ish question
- Next by thread: Re: UML-ish question
- Index(es):