Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: volenin on November 14, 2012, 02:50:01 pm

Title: UML Profile: hide 'parent' stereotype from toolbox
Post by: volenin 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
Title: Re: UML Profile: hide 'parent' stereotype from too
Post by: KP on November 14, 2012, 02:56:01 pm
Make ParentStereotype abstract :)
Title: Re: UML Profile: hide 'parent' stereotype from too
Post by: volenin on November 15, 2012, 06:07:57 am
Great. Thanks.