-
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 #1554 from MUYU0-0/master
- Loading branch information
Showing
5 changed files
with
41 additions
and
20 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
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,28 @@ | ||
# 实验三:过程建模 | ||
|
||
## 一、 实验目标 | ||
|
||
1. 掌握过程建模方法; | ||
2. 掌握活动图的画法。 | ||
|
||
## 二、 实验内容 | ||
|
||
根据用例规约绘制活动图 | ||
|
||
## 三、 实验步骤 | ||
|
||
1. 选择初始结点Initial和结束结点Final | ||
2. 根据用例规约中的基本流程和扩展流程添加操作Action | ||
3. 在分支操作处添加决策结点Decision,标明判决条件 | ||
4. 按流程连接各个元素 | ||
5. 绘制活动图 | ||
|
||
## 4. 实验结果 | ||
|
||
![查询公交车的活动图](./Activity1.jpg) | ||
|
||
图1:查询公交车的活动图 | ||
|
||
![寻找路线活动图](./Activity2.jpg) | ||
|
||
图2:寻找路线的活动图 |