Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: EA2412 on March 24, 2009, 09:49:12 pm

Title: UML Subset Metaclass for Fork/Join Node
Post by: EA2412 on March 24, 2009, 09:49:12 pm
Hello everybody,

I´m trying to create a subset of the UML for our development. Therfore I´m creating some profiles with metaclasses and stereotypes. I need to create the fork/join metaclass for my activity profile, but EA does not provide any metaclass for that.

Does anybody know how to realize that?

Thanks in advance
Title: Re: UML Subset Metaclass for Fork/Join Node
Post by: KP on March 25, 2009, 08:55:02 am
If you're creating a custom toolbox profile, use "UML::ForkJoinV" and "UML::ForkJoinH". If you're stereotyping them in "normal" profile, extend "Synch(H)" and "Synch(V)" metaclasses.
Title: Re: UML Subset Metaclass for Fork/Join Node
Post by: EA2412 on March 25, 2009, 08:48:43 pm
Hello KP

thanks for your help. Could you please tell me which metaclass to use for interaction lifeline?

Thanks in advance