You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cameo/MagicDraw 2021x expose an appliedStereotype feature for accessing the stereotypes applied to an element, but this is not available from Cameo 19.0 SP4. One alternative would be to define a number of Model methods to cover for this gap:
Model.applyStereotype(object, stereotype)
Model.getAppliedStereotypes(object).
Model.hasStereotype(object, stereotype)
Model.removeStereotype(object, stereotype)
The text was updated successfully, but these errors were encountered:
agarciadom
changed the title
Add more methods for managing profiles in Cameo 19.0 SP4
Add more methods for managing stereotypes in Cameo 19.0 SP4
Oct 12, 2022
Cameo/MagicDraw 2021x expose an
appliedStereotype
feature for accessing the stereotypes applied to an element, but this is not available from Cameo 19.0 SP4. One alternative would be to define a number ofModel
methods to cover for this gap:The text was updated successfully, but these errors were encountered: