-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1757 from zrjdev/master
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:查看请假状态的类图** | ||
|