gpt4 book ai didi

UML 序列图 消息分支

转载 作者:行者123 更新时间:2023-12-04 16:46:19 25 4
gpt4 key购买 nike

有人在序列图中使用过消息分支吗?有谁知道这个具体是做什么用的吗?

据我所知,它用于显示多个收件人收到的单个消息

Diagram showing a message branching to two recipients

我刚刚看到它用于显示并发性,但我认为这是不正确的,应该由“par”片段或在共同区域内进行描述。

diagram showing a message branching to one recipient

想法和意见?

最佳答案

UML 2+

据我所知,UML 2+ 中的序列图中不存在消息分支这样的东西(但请参阅结尾)。

首先,Message 是一对 sendEventreceiveEvent,其中 sendEvent (对于foundMessage)和receiveEvent(对于lostMessage)可以是可选的,但它不能有多个发送者/接收者。

enter image description here

如果有的话,您的图表将是两个不同的消息发送,因为如果您有两个接收者,那么每个接收者都会呈现不同的 receiveEvent (因此是唯一的 Message) .

此外,您使用的符号很奇怪,因为[强调我的]

In an interaction diagram each vertical line describes the time-line for a process, where time increases down the page. The distance between two events on a time-line does not represent any literal measurement of time, only that non-zero time has passed.

因此非水平线意味着非零时间间隔,并且规范没有提及此类弯曲线。

UML 1.3 (<2)

我在 UML 1.3 中发现了消息分支 ( http://doc.omg.org/formal/2000-03-01.pdf )

Variation: Branching

A branch is shown by multiple arrows leaving a single point, each labeled by a guard condition. Depending on whether the guard conditions are mutually exclusive, the construct may represent conditionality or concurrency.

但是 UML 1.3 没有明确定义的元模型。

摘要

据我所知,从 UML 2 开始,消息分支已从规范中删除。但是,它可以由两个具有明确定义的 Ordering 的单独消息来表示,或者使用 par 片段,如果它是并行的(这不是同一件事)。

关于UML 序列图 消息分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36060968/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com