-
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 #1471 from HanXuanMo/master
- Loading branch information
Showing
4 changed files
with
46 additions
and
13 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
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.掌握过程建模方法; | ||
2.掌握活动图的画法。(Activity Diagram) | ||
|
||
## 二、实验内容 | ||
|
||
1.创建活动图 | ||
2.编写实验报告文档 | ||
|
||
## 三、实验步骤 | ||
|
||
1.选题为任务系统 | ||
2.根据issue确认用例规约的步骤 | ||
3.根据用例规约创建活动图(Lab3_ActivityDiagram、Lab3_ActivityDiagram1) | ||
4.建立Action的流程 | ||
|
||
## 四、实验结果 | ||
|
||
1.发布任务活动图 | ||
|
||
![第一张活动图](./Lab3_ActivityDiagram.jpg) | ||
图1.发布者发布任务 | ||
|
||
2.接受任务活动图 | ||
|
||
![第二张活动图](./Lab3_ActivityDiagram1.jpg) | ||
图2.接受者接受任务 |