Hi,
In a UML activity diagram, what is the correct way of modeling passing a function pointer from one action to another "action"? The "destination action" is of course pretty empty, and all it does is to receive the function pointer (from the source action) and run the function.
TIA
Avraham
>> If you want to generate executable and deployable code, that's different than "I want to show my design intent so that someone can implement it in some action language.
i am doing reverse engineering. So this is supposed to be accurate. The system and its documentation gets regularly audited by external parties. And we are supposed to be always proving an upward path in quality of our development processes. My SysML/UML diagrams are intended to be used for safety analysis. So my needs are closer to the designation of "generate executable and deployable code".