-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2271 from aiyadc/master
- Loading branch information
Showing
2 changed files
with
17 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.
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,17 @@ | ||
# 实验七:状态建模 | ||
|
||
## 一、实验目标 | ||
1、掌握对象状态建模 | ||
## 二、实验内容 | ||
1、观看教学视频 | ||
2、结合用例图、活动图、类图、时序图来绘画状态图 | ||
3、编写实验报告文档 | ||
|
||
## 三、实验步骤 | ||
1.结合整个项目选出一个关键对象 | ||
2.结合用例图、活动图等进行对象状态的分析和总结 | ||
3.在StarUML中绘制状态图 | ||
|
||
## 四、实验结果 | ||
![决策状态图](./StatechartDiagram1.png) | ||
图1.决策状态图 |