sequenceDiagram -- create recipient AND destroy sender #6793
Unanswered
asymmetricia
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Yes that would be wonderful. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi! I can't seem to sort out how (if?) I can both create the recipient of a message and destroy the sender of a message. Consider this case:
Example with only creation:
Example with only destruction:
How would I express a sequence diagram where, e.g., the
Hello
message creates Betty and destroys Alice?destroy and then create does not "destroy" Alice
create and then destroy does not "destroy" Alice
Beta Was this translation helpful? Give feedback.
All reactions