Author Topic: MDG creating custom toolbox - How to add both Send and Receive events?  (Read 3806 times)

Knaldgas

  • EA User
  • **
  • Posts: 36
  • Karma: +1/-0
    • View Profile
I'm trying to make a custom toolbox for my MDG technology.
The toolbox should contain UML-Activity-Receive and UML-Activity-Send.
I can reference UML::Event, which result in a kind'a Send event, but how do I reference a Receive Event?
I guess that would also solve my problem with Synchronization (using the Horizontal and Vertical versions)...

~Per

MeryemAdb

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: MDG creating custom toolbox - How to add both Send and Receive events?
« Reply #1 on: February 25, 2016, 11:33:56 pm »
When you create the toolbox, you can also reference UML::SendEvent or UML::ReceiveEvent.

The complete list of elements you can use is available here:
http://www.sparxsystems.com/enterprise_architect_user_guide/11/extending_uml_models/elements_used_in_toolboxes.html

Knaldgas

  • EA User
  • **
  • Posts: 36
  • Karma: +1/-0
    • View Profile
Perfect - Thanks a lot.
Now I also found the relevant page in the EA help  :)