Skip to content

Commit

Permalink
Merge pull request #1273 from lianqy0/master
Browse files Browse the repository at this point in the history
#3 #567 实验三:过程建模
  • Loading branch information
zengsn authored Mar 18, 2020
2 parents f0e185b + d2f8a61 commit f821fae
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions students/1714080902433/lab3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# UML实验三:过程建模

## 1、实验目标
1.1、掌握过程建模方法

1.2、掌握活动图的画法(Activity Diagram)
## 2、实验内容
2.1、根据实验二中的用例规约,利用StarUML画出活动图
## 3、实验步骤
3.1、在StarUML上创建 录入新英雄人物资料和搜索英雄 活动图

3.2、添加initial和final

3.3、根据用例规约添加action

3.4、在扩展流程的部分添加decision

3.5、用Merge将分支合回一路

3.6、用control flow连接起来

3.7、调整各部分位置,保持图简洁美观

3.8、导出活动图为图片(lab3model1、lab3model2)

3.9、pull本地磁盘文件和Push到自己GitHub仓库中

3.10、编写实验报告
## 4、实验结果

![录入新英雄人物资料图](./lab3model1.jpg)

图1.录入新英雄人物资料图

![搜索英雄图](./lab3model2.jpg)

图2.搜索英雄图
Binary file added students/1714080902433/lab3model1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902433/lab3model2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f821fae

Please sign in to comment.