Skip to content

Commit

Permalink
Merge pull request #1897 from 1730030432/master
Browse files Browse the repository at this point in the history
#4 #5 #984 实验四&五 类建模与高级类建模
  • Loading branch information
zengsn authored Mar 28, 2020
2 parents 13c9878 + 68d9c06 commit 6c2c267
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
31 changes: 31 additions & 0 deletions students/1714080902509/lab4.md
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)
图一.宝可梦删除类图
Binary file added students/1714080902509/删除宝可梦类图.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6c2c267

Please sign in to comment.