问题标签 [uml-decision-node]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
uml - UML,合并“决策节点”和“合并节点”
在 UML 中,同时使用合并节点merge node
和和是否合法decision node
?看起来是这样的:
我认为避免使用复杂的图表可能会有所帮助。如果不可能,为什么它是非法的?
uml - 在所有流都到达合并节点之前,UML 合并节点是否不会退出?
我是初学者UML
并尝试理解它。现在我读了UML Demystified
。有这样一句话:
在所有流都到达合并节点之前,合并节点不会退出。
但是Figure 15.12 Activity node example (where the arrowed lines are the only non-activity node symbols)
在www.omg.org/spec/UML/2.5/Beta2中有一个标题为:
现在我想如果上面这句话是真的,上图说Activity
将是逐个merge
节点;因为到达所有流量是不可能的;因为订单只能被拒绝或接受。
现在我想知道引用的句子是不正确的还是我误解了什么?