forked from hzuapps/uml-modeling-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c32573
commit 2f741a6
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 实验七 状态建模 | ||
|
||
## 一、实验目标 | ||
|
||
1.掌握对象状态建模(状态图,Statechart)。 | ||
|
||
|
||
## 二、实验内容 | ||
|
||
1.根据用例图、用例规约、活动图、类图、顺序图,找出项目功能会存在的状态 | ||
|
||
2.根据会存在的状态按状态顺序画出状态图 | ||
|
||
## 三、实验步骤 | ||
|
||
1.打开用例图、用例规约、活动图、类图、顺序图 | ||
|
||
2.找出项目功能会存在的状态 | ||
|
||
3.按功能分别根据会存在的状态按状态顺序画出相应的功能状态图 | ||
|
||
## 四、实验结果 | ||
![打卡的状态图](./SCclock.jpg) | ||
|
||
图1:打卡的状态图 | ||
|
||
|
||
![发布消息的状态图](./SCnews.jpg) | ||
|
||
图1:发布消息的状态图 |