-
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 #1524 from yezhiqiang0/master
- Loading branch information
Showing
4 changed files
with
27 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.
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,27 @@ | ||
# 实验三:过程建模 | ||
|
||
## 一、实验目标 | ||
|
||
1. 掌握过程建模方法 | ||
2. 掌握活动图的画法 | ||
|
||
## 二、实验内容 | ||
|
||
根据实验二中的用例规约创建活动图 | ||
|
||
## 三、实验步骤 | ||
|
||
1. 熟悉活动图(Activity Diagram)的符号及其用法 | ||
2. 在StarUML创建Activity Diagram | ||
3. 添加Initial | ||
4. 根据用例规约添加Action和Decision | ||
5. 最后用Control Flow将各符号连接 | ||
6. 添加Final | ||
7. 调节符号直接的间距与比例,完善活动图。 | ||
|
||
## 四、实验结果 | ||
![实验三录入图](./ActivityDiagram1.png) | ||
|
||
![实验三查询图](./ActivityDiagram2.png) | ||
|
||
![实验三修改图](./ActivityDiagram3.png) |