-
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 #1897 from 1730030432/master
- Loading branch information
Showing
4 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
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,31 @@ | ||
# 实验四 类建模 | ||
# 实验五 高级类建模 | ||
|
||
## 一、实验目标 | ||
|
||
1. 掌握类的概念和构成 | ||
2. 掌握类建模方法 | ||
3. 了解MVC设计模式 | ||
4. 理解类的五种关系 | ||
5. 掌握类之间关系的画法 | ||
|
||
## 二、实验内容 | ||
|
||
1. 基于MVC模式设计类; | ||
2. 设计类的关系; | ||
3. 画出类图。 | ||
|
||
## 三、实验步骤 | ||
|
||
1. 在 StartUML 中创建类图:宝可梦添加类图.svg 宝可梦删除类图.svg | ||
2. 从用例规约中找出必要的类 | ||
3. 创建相关类 | ||
4. 根据各个类之间的关系,用线将它们连接起来 | ||
|
||
## 四、实验结果 | ||
|
||
![宝可梦添加类图](./添加宝可梦类图.jpg) | ||
图一.宝可梦添加类图 | ||
|
||
![宝可梦删除类图](./删除宝可梦类图.jpg) | ||
图一.宝可梦删除类图 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.