Skip to content

Commit

Permalink
Merge pull request #2171 from ReiujiTenshi/master
Browse files Browse the repository at this point in the history
#4 #6 #148 实验六 交互建模 + 修改实验四
  • Loading branch information
zengsn authored Apr 5, 2020
2 parents 78c17f1 + 5982ac5 commit f0acb42
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
Binary file removed students/1714080902318/Lab4_ClassDiagram_Add.jpg
Binary file not shown.
Binary file modified students/1714080902318/Lab4_ClassDiagram_Delete.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 removed students/1714080902318/Lab4_ClassDiagram_Edit.jpg
Binary file not shown.
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.
42 changes: 42 additions & 0 deletions students/1714080902318/lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 实验六:交互建模

## 1. 实验目标

1. 理解系统交互
2. 掌握UML顺序图的画法
3. 掌握对象交互的定义与建模方法

## 2. 实验内容

1. 根据用例模型和类模型,确定功能所涉及的系统对象
2. 在顺序图上画出参与者(对象)
3. 在顺序图上画出消息(交互)

## 3. 实验步骤

1. 视频学习交互建模与顺序图的画法
2. 根据用例图确定交互建模中要画的三个顺序图
3. 在StarUML上交互建模
3.1 根据用例图确定顺序图的参与者
3.2 根据类图确定顺序图的对象
3.3 根据用例规约和活动图画出顺序图的消息和交互

## 4. 实验结果

![增加景点信息活动图](./Lab3_ActivitiesDiagram_Add.jpg)
图1:旧地狱遗迹旅游导引系统增加景点信息活动图

![增加景点信息顺序图](./Lab6_SequenceDiagram_Add.jpg)
图2:旧地狱遗迹旅游导引系统增加景点信息顺序图

![修改景点信息活动图](./Lab3_ActivitiesDiagram_Edit.jpg)
图3:旧地狱遗迹旅游导引系统修改景点信息活动图

![增加景点信息顺序图](./Lab6_SequenceDiagram_Edit.jpg)
图4:旧地狱遗迹旅游导引系统修改景点信息顺序图

![删除景点信息活动图](./Lab3_ActivitiesDiagram_Delete.jpg)
图5:旧地狱遗迹旅游导引系统删除景点信息活动图

![增加景点信息顺序图](./Lab6_SequenceDiagram_Delete.jpg)
图6:旧地狱遗迹旅游导引系统删除景点信息顺序图

0 comments on commit f0acb42

Please sign in to comment.