Skip to content

Commit

Permalink
Merge pull request #1757 from zrjdev/master
Browse files Browse the repository at this point in the history
#4 #270 实验四 实验五
  • Loading branch information
zengsn authored Mar 26, 2020
2 parents ce04a94 + e6c0b24 commit 7f3d439
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Binary file added students/1714080902130/Lab4_ClassDiagram1.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/1714080902130/Lab4_ClassDiagram2.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/1714080902130/Lab4_ClassDiagram3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions students/1714080902130/lab4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 实验四:类建模
# 实验五:高级类建模

## 一、实验目标

1. 掌握类建模方法;
2. 了解MVC或你熟悉的设计模式;
3. 掌握类图的画法。(Class Diagram)

## 二、实验内容

分析MVC设计模式,按照实验用例图设计类图

## 三、实验步骤

1. 学习类建模知识和MVC设计模式
2. 从实验一的3个用例规约中寻找功能中涉及的相关类
3. 分析并确定类间关系
4. 根据分析结果基于MVC模式设计类图
5. 在StarUML中画出类图

## 四、实验结果

![提出请假申请的类图](Lab4_ClassDiagram1.jpg)

**图1:提出请假申请的类图**

![修改请假条的类图](Lab4_ClassDiagram2.jpg)

**图2:修改请假条的类图**

![查看请假状态的类图](Lab4_ClassDiagram3.jpg)

**图3:查看请假状态的类图**

0 comments on commit 7f3d439

Please sign in to comment.