- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个关于 UML 状态机图的问题。
来自 UML 2.5 规范,“14.2.3.4.5 进入状态”,p. 307f.
Explicit entry: If the incoming Transition or its continuations terminate on a directly contained substate of the composite State, then that substate becomes active and its entry Behavior is executed after the execution of the entry Behavior of the containing composite State. This rule applies recursively if the Transition terminates on an indirect (deeply nested) substate.
让 e 成为我们的显式入口,这意味着对于给定的情况,A1(即 x)的入口事件被执行在 A(即 y)的进入事件之前,对吧?还是相反?
谢谢。
最佳答案
Let e be our explicit entry, this means for the given situation that the entry activity of A1 (which is x) is executed before the entry activity of A (which is y), right? Or is it the other way round?
不,这是相反的(它的入口行为在之后执行包含复合状态的入口行为)所以x 在 y
之后执行这是合乎逻辑的,您在进入A1 之前输入A(您在进入大楼之前进入大楼)。在退出时,这当然是相反的,你先从 A1 退出,然后从 A
退出关于UML 状态机 - 具有入口事件的复合状态中的显式入口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55796621/
我是一名优秀的程序员,十分优秀!