-
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 #1269 from 1714080902627/master
- Loading branch information
Showing
3 changed files
with
44 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,44 @@ | ||
# 实验三:过程建模 | ||
|
||
## 1. 实验目标 | ||
|
||
1. 掌握过程建模方法 | ||
2. 掌握活动图画法 | ||
|
||
|
||
## 2. 实验内容 | ||
|
||
1. 学习活动图画法 | ||
2. 画用例1活动图 | ||
3. 画用例2活动图 | ||
|
||
|
||
## 3. 实验步骤 | ||
|
||
1. 打开StarUML model新建Activity diagram | ||
2. StarUML画活动图 | ||
- 添加Initial | ||
- 按基本流程添加Action | ||
- 添加Decision | ||
- 按基本流程和扩展流程添加Action | ||
- 添加Final | ||
- 建立Control Flow | ||
|
||
3. git push到个人库 | ||
4. 写实验三报告 | ||
|
||
|
||
## 4. 实验结果 | ||
|
||
![用例图](./Activity1.jpg) | ||
|
||
图1:申请会议活动图 | ||
|
||
![用例图](./Activity2.jpg) | ||
|
||
图2:记录会议活动图 | ||
|
||
## 5. 实验总结 | ||
- 画图要工整,注意主线 | ||
- 查询操作不能产生两个结果 | ||
- 合并示个人设计定 |