Package in ActivityDiagram3

0 votes
asked Aug 20, 2014 in Wanted features by Luc Trudeau (360 points)

Hi!

I would like to add the notion of a process to SDL diagrams. However this requires ActivityDiagram3 to extends AbstractEntityDiagram this causes many problems. Is there an easier way to add a group to ActivityDiagram 3?

Concretely, I would like to be able to have something like

package MyProcess <<Rect>> {
  :Ready;
}
 
or 
 
process MyProcess {
  :Ready;
}
 
I created a ProcessCommand based on PackageCommand but all I managed to do is crash Graphviz.
 

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...