Book a Demo

Author Topic: UML Profile: hide 'parent' stereotype from toolbox  (Read 3169 times)

volenin

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
UML Profile: hide 'parent' stereotype from toolbox
« on: November 14, 2012, 02:50:01 pm »
Hi,

I have defined a hierarchy of stereotypes in my UML Profile:

ChildStereotype --generalize--> ParentStereotype --extend--> Metaclass

I wonder if it's possible to 'hide' 'ParentStereotype' from the toolbox. I think with MDG it might be possible (as I recall there is a way to define the 'content' of the toolbox)... Is it possible to do through the UML Profile imported as a resource?

Thanks,

Vlad

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: UML Profile: hide 'parent' stereotype from too
« Reply #1 on: November 14, 2012, 02:56:01 pm »
Make ParentStereotype abstract :)
The Sparx Team
[email protected]

volenin

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: UML Profile: hide 'parent' stereotype from too
« Reply #2 on: November 15, 2012, 06:07:57 am »
Great. Thanks.