Make profiles working UML conform
UML Profiles are a generic concept to extend standard UML elements to adopt them to the domain specific requirements.
Currently (version 5.0.2) I'm able to create profiles but some major features are missing:
- Restriction of a stereotype to a (Meta)Class is not respected. E.g. if I create a stereotype that extends the UMLComponent, I should be able to apply this stereotype only to UMLComponents (or any sub-type). Currently I can apply it to any element.
- Properties of a Stereotype are not shown on the element I've applied the stereotype to. E.g. Having a stereotype with a "Risk"-Enum attribute, and having this stereotype applied to an element, I should be able to set the Risk-value at the element.
It would be great to see this feature in one of the next releases.
