Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started 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
-
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
-
Perfect - Thanks a lot.
Now I also found the relevant page in the EA help :)