每一个用例有一个状态图,显示一个对象从创建到消亡的整个生命周期

绘图要点:

要求:对象(描述哪一个的状态)
状态名字不要动词
有起点,终点
转移:事件名 [条件]/动作名(如果前面出现“/”,说明是系统的动作,不加是使用者进行的操作)
有明确的模式


例子:

Develop a UML state model for the control process of the use case“背单词”. The model visualizes the relationship between external events and business scenes.

[系分] 状态图

相关文章:

  • 2022-01-20
  • 2021-08-13
  • 2021-11-06
  • 2021-06-23
  • 2022-12-23
  • 2022-01-19
  • 2021-05-29
  • 2021-05-05
猜你喜欢
  • 2021-10-17
  • 2021-08-13
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案