forked from hzuapps/uml-modeling-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
3 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,20 @@ | ||
# 实验三:过程建模 | ||
|
||
## 一、实验目标 | ||
1. 掌握过程建模方法; | ||
2. 掌握活动图的画法。(Activity Diagram) | ||
## 二、实验内容 | ||
1. 使用StarUML根据lab2中编写的用例规约画活动图 | ||
## 三、实验步骤 | ||
1. 新建活动图(Add Diagram -> Activity Diagram) | ||
2. 使用Activities(Basic)中的元素绘制用例活动图 | ||
3. 将绘制的活动图导出为.jpg图片 | ||
## 四、实验结果 | ||
![查看新闻的活动图](./Lab3_查看新闻.jpg) | ||
图1:查看新闻的活动图 | ||
|
||
![搜索新闻的活动图](./Lab3_搜索新闻.jpg) | ||
图2:搜索新闻的活动图 | ||
|
||
![评论新闻的活动图](./Lab3_评论新闻.jpg) | ||
图3:评论新闻的活动图 |