Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3 #4 #5 #495 实验三&四&五 活动图和类图的修改 #1744

Merged
merged 11 commits into from
Mar 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion students/1714080902639/lab3.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
图1. 添加路由器活动图
![启用活动图](./lab3_ActivityDiagram2.jpg)
图2. 启用路由器活动图
![删除活动图](./lab3_ActivityDiagram3.jpg)
![删除活动图](./lab3_ActivityDiagram5.jpg)
图3. 删除路由器活动图
Binary file removed students/1714080902639/lab3_ActivityDiagram3.jpg
Binary file not shown.
Binary file added students/1714080902639/lab3_ActivityDiagram5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions students/1714080902639/lab4.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
## 三、实验步骤

1. 创建添加路由器的类图
2. 根据MVC创建四个类,分别是添加路由器控制器、路由器信息、管理列表页面、添加路由器页面
3. 然后给4个类添加依赖关系
2. 根据MVC创建五个类,分别是添加路由器控制器、路由器、管理列表页面、添加路由器页面、管理员
3. 然后用依赖线连接添加路由器控制器和其他类,使用聚合线连接管理员和路由器
4. 创建启用路由器的类图
5. 创建三个类,分别是路由器状态、启用路由器控制器、管理列表页面
6. 给3个类添加依赖关系
5. 创建四个类,分别是路由器、启用路由器控制器、管理列表页面、管理员
6. 用依赖线连接启用路由器控制器和其他类,使用聚合线连接管理员和路由器
7. 修改用例规约
8. 创建删除路由器的类图
9. 创建三个类,分别是路由器信息、删除路由器控制器、删除路由器页面
10. 给3个类添加依赖关系
9. 创建四个类,分别是路由器、删除路由器控制器、删除路由器页面、管理员
10. 用依赖线连接删除路由器控制器和其他类,使用聚合线连接管理员和路由器

## 实验结果

![添加类图](./tianjia.jpg)
![添加类图](./tianjia1.jpg)
图1:添加路由器的类图

![启用类图](./qiyong.jpg)
![启用类图](./qiyong1.jpg)
图2:启用路由器的类图

![删除类图](./shanchu.jpg)
![删除类图](./shanchu1.jpg)
图3:删除路由器的类图
Binary file removed students/1714080902639/qiyong.jpg
Binary file not shown.
Binary file added students/1714080902639/qiyong1.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/1714080902639/shanchu.jpg
Binary file not shown.
Binary file added students/1714080902639/shanchu1.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/1714080902639/tianjia.jpg
Binary file not shown.
Binary file added students/1714080902639/tianjia1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.