How can I show stereotypes inline again?

When I create an uml model in eclipse, I can apply stereotypes, no problem: before

But when I close this diagram and reopen it, I get this:

after close and reopen

I understand WHY this is, uml models are saved in 2 parts. But how do I show the stereotypes inline again? on my modeling elements like before. (I want to extend my model)

有帮助吗?

解决方案

This problems occurs when you define your own UML profile in eclipse, while simultaneously testing it with an UML model. When you adjust the profile, a new "version" is created. But the model created to test the profile still refers to the old version.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top