Book a Demo

Author Topic: UML Subset Metaclass for Fork/Join Node  (Read 2714 times)

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
UML Subset Metaclass for Fork/Join Node
« 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

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: UML Subset Metaclass for Fork/Join Node
« Reply #1 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.
The Sparx Team
[email protected]

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: UML Subset Metaclass for Fork/Join Node
« Reply #2 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