Question

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)

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top