-
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 #1886 from lbules/master
- Loading branch information
Showing
3 changed files
with
27 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.
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,27 @@ | ||
# 实验四:类建模 实验五:高级类建模 | ||
|
||
## 一、实验目标 | ||
1、掌握类建模方法 | ||
2、了解MVC或你熟悉的设计模式 | ||
3、掌握类图的画法(Class Diagram) | ||
|
||
## 二、实验内容 | ||
1、基于MVC模式设计类 | ||
2、设计类的关系 | ||
3、画出类图 | ||
|
||
## 三、实验步骤 | ||
1、确定设计模式为MVC模式 | ||
2、在StarUML中新建Class Diagram | ||
3、根据实验二用例规约确定类 | ||
4、用class画出类,包括控制器与界面 | ||
|
||
## 四、实验结果 | ||
|
||
### 类图如下: | ||
|
||
![ClassDiagram1](./ClassDiagram1.jpg) | ||
图1:录入肉鸡信息类图 | ||
|
||
![ClassDiagram1](./ClassDiagram2.jpg) | ||
图2:修改肉鸡存栏类图 |