-
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 #1777 from HanXuanMo/master
- Loading branch information
Showing
5 changed files
with
33 additions
and
2 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
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,32 @@ | ||
# 实验四:类建模 | ||
|
||
## 一、实验目标 | ||
|
||
1.掌握类建模方法; | ||
2.了解MVC或熟悉的设计模式; | ||
3.掌握类图的画法。(Class Diagram) | ||
|
||
## 二、实验内容 | ||
|
||
1.基于MVC模式设计类; | ||
2.设计类的关系; | ||
3.画出类图; | ||
|
||
## 三、实验步骤 | ||
|
||
1.回到实验二观察并分析用例规划 | ||
2.提炼出实体类、界面类、控制类 | ||
3.在StarUML画出各个类 | ||
4.建立各个类之间的关系,完成类建模(Lab4_ClassDiagram、Lab4_ClassDiagram1) | ||
|
||
## 四、实验结果 | ||
|
||
1.发布任务类图 | ||
|
||
![第一张类图](./Lab4_ClassDiagram.jpg) | ||
图1.发布者发布任务 | ||
|
||
2.接受任务类图 | ||
|
||
![第二张类图](./Lab4_ClassDiagram1.jpg) | ||
图2.接受者接受任务 |