Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Stereotype application problem
Stereotype application problem [message #732267] Tue, 04 October 2011 11:23
Alexander Weickmann is currently offline Alexander WeickmannFriend
Messages: 33
Registered: July 2009
Member
Hi,

I have a problem concerning the application of stereotypes to association member ends using the Eclipse UML2 API.

- Custom UML-Profile that defines some stereotypes
- Two separate UML2 models
- Model 2 imports model 1 using <Package Import>

I have a class in model 1 (ClassA) and another class in model 2 (ClassB). Now I create an association from ClassB to ClassA. I want to apply stereotypes to the member end properties. I am doing this programatically:

association.getMemberEnds().get(0).applyStereotype(memberStereotype);
association.getMemberEnds().get(1).applyStereotype(memberStereotype);


Even though the code is executed and getAppliedStereotypes() returns the expected stereotype afterwards, this is not saved to the UML model file. However, it works if the target class originates from the same model and not from an imported model. So an association from ClassB to another ClassC that is in the same model as ClassB works.

You can see the problem more easily in the attached image.

Thanks in advance for any help.
Previous Topic:Profile extends existing profile
Next Topic:Where can I download uml.ecore
Goto Forum:
  


Current Time: Fri Apr 26 09:04:17 GMT 2024

Powered by FUDForum. Page generated in 0.03061 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top