Remove participan

+3 votes
asked Feb 19, 2013 in Wanted features by anonymous
retagged Feb 19, 2013
Now we can dynamicaly create new participan in sequence diagramm (like: we create new thread).

But, we can not remove them (like: thread completed). I think, that this is good idea to add this functionality.

1 Answer

0 votes
answered Feb 28, 2013 by plantuml (295,000 points)

The destroy keyword is not what you are looking for ?

http://plantuml.sourceforge.net/sequence.html#Lifeline_activation_destruction

Bob -> Alice : hello
create Foo
Alice -> Foo : create
Foo -> Foo : working
destroy Foo
Alice -> Bob : ok

 

 

commented Mar 1, 2013 by anonymous
No. I mean that lifeline also should be removed after that keyword.
...