Skip to content

Commit ce51c46

Browse files
authored
Merge pull request #1710 from OMGdemo/master
#4 #5 #552 实验四五:类建模
2 parents b39fd32 + 9627c6c commit ce51c46

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

students/1714080902623/Lab45.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 实验四五 类建模
2+
3+
## 一、实验目标
4+
1、掌握类建模方法;
5+
2、了解MVC的设计模式;
6+
3、掌握类图的画法。(Class Diagram)
7+
## 二、实验内容
8+
1、学习类图的知识
9+
2、画出实验二两个用例的类图
10+
3、完成实验报告
11+
## 三、实验步骤
12+
1、画类图
13+
- 在model下创建一个 class Diagrame
14+
- 选取class
15+
- 输入M层的相关实体
16+
- 修改stereotype的值为M(完成M层后)
17+
- 选取class
18+
- 输入C层控制器
19+
- 修改stereotype的值为C
20+
- 选取class
21+
- 输入V层控制器
22+
- 修改stereotype的值为V
23+
2、书写实验报告
24+
## 四、实验结果
25+
26+
![手机进销存系统](./Lb3_采购手机MVC.jpg)
27+
图一:采购手机,采购员添加库存信息
28+
![手机进销存系统](./Lb3_出售手机MVC.jpg)
29+
图二:出售手机,导购员修改库存信息
85.2 KB
Loading
78.6 KB
Loading

0 commit comments

Comments
 (0)