Skip to content

Commit

Permalink
hzuapps#3 hzuapps#311 实验三:过程建模
Browse files Browse the repository at this point in the history
  • Loading branch information
G1-C authored Mar 16, 2020
1 parent 60e4b79 commit 8c7e70a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions students/1714080902534/lab3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 实验三:过程建模

## 一、实验目标
1. 掌握过程建模方法;
2. 掌握活动图的画法(Activity Diagram)。
## 二、实验内容
1. 使用StarUML根据实验二中编写的用例规约创建活动图
## 三、实验步骤
1. 修改实验二的用例规约
1. 新建活动图(Add Diagram -> Activity Diagram)
3. 添加initial和final
4. 根据用例规约添加action和decision
5. 将绘制的活动图导出为.jpg图片
## 四、实验结果
![添加订单的活动图](./添加订单的活动图.jpg)
图1:添加订单的活动图

![查看商品库存的活动图](./查看商品库存的活动图.jpg)
图2:查看商品库存的活动图

![查看订单的活动图](./查看订单的活动图.jpg)
图3:查看订单的活动图

0 comments on commit 8c7e70a

Please sign in to comment.