[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] Re: Creating Stereotype extending AssociationEnd

Gilbert,

If you want to convey that a <<DataChannel>>-stereotyped Association has an <<Event>>-stereotyped association end, then you need to define <<End>> as an extension of whatever metaclass you want to use for representing the actual <<Event>> in your profile.

For more details on profile development, read the excellent article here:

http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Customizing_UML2_Which_Technique_is_Right_For_You/article.html

- Nicolas.

Ed Merks wrote:
Gilbert,

I've added the UML2 newsgroup to the "to" list of the reply to redirect this question to the appropriate group.


Gilbert Mirenque wrote:
Hello NG,
I don't exactly know if this is the right NG. Please point me to the
correct one.
I recently started to create a UML-profile which is aimed to put some
special semantics to my use-cases and class-diagrams. I added a
stereotype DataChannel extending the "Association"-metaclass. Now it
would be fine if I could create a new stereotype "Event" extending
AssociationEnd. But I couldn't select "AssociationEnd" as a metaclass in
my profile. And if it is possible - how can I specify that the
association-ends of my newly created stereotype DataChannel are of
stereotype "Event"? Or isn't it possible at all?

greets
Gilbert