Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Knaldgas on February 25, 2016, 10:15:22 pm

Title: MDG creating custom toolbox - How to add both Send and Receive events?
Post by: Knaldgas on February 25, 2016, 10:15:22 pm
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
Title: Re: MDG creating custom toolbox - How to add both Send and Receive events?
Post by: MeryemAdb 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
Title: [Solved] MDG creating custom toolbox - How to add both Send and Receive events?
Post by: Knaldgas on February 25, 2016, 11:51:01 pm
Perfect - Thanks a lot.
Now I also found the relevant page in the EA help  :)