Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ArgoUML and calling a "sub-procedure"

Tags:

uml

argouml

I don't know if its a limitation of UML 1.4, or ArgoUML, but in a sequence diagram, I want to show an object calling a method in its own class, ie calling a sub-procedure.

If I drag from the object to itself, nothing happens :-(

Thanks, Ant

like image 657
Ant Kutschera Avatar asked Oct 09 '10 07:10

Ant Kutschera


1 Answers

You need to drag away, click, drag down, click, drag back to the original lifeline (ie make a U shape instead of a V shape or single line). It seems like more work than should be necessary, but it does work.

This works in 0.30.2. Not sure if it used to work differently (as Jordi's comment implies).

like image 195
Tom Morris Avatar answered Nov 25 '22 14:11

Tom Morris