开发者

Synchronization of flow in UML Sequence Diagram

开发者 https://www.devze.com 2023-03-03 21:06 出处:网络
How to synchronize flow after sending two asynchrono开发者_如何学运维us messages?There isn\'t an explicit construct for this in sequence diagrams afaik.You would have to annotate the diagram with a co

How to synchronize flow after sending two asynchrono开发者_如何学运维us messages?


There isn't an explicit construct for this in sequence diagrams afaik. You would have to annotate the diagram with a comment/constraint to indicate the need for synchronisation before further action.

Have you considered an Activity Diagram? They have specific notation for parallelism & synchronisation.

0

精彩评论

暂无评论...
验证码 换一张
取 消