Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 UML 中模拟从外部状态到复合状态的子状态的转换,如下图(State3->State1.2)?
如果是这样,语义是什么?
我猜当 State3 中发生事件时
我对吗?
是的你可以。从上层建筑:
显式入口:如果转换进入复合状态的子状态,则该子状态变为活动状态,并且在执行复合状态的入口代码之后执行其入口代码。如果转换终止于可传递嵌套的子状态,则此规则递归应用。