Skip to content

Commit

Permalink
Merge pull request #1777 from HanXuanMo/master
Browse files Browse the repository at this point in the history
#4 #235 提交实验三
  • Loading branch information
zengsn authored Mar 26, 2020
2 parents 55d21c6 + 65e8b76 commit 2f71ea6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 2 deletions.
Binary file modified students/1714080902110/Lab3_ActivityDiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902110/Lab4_ClassDiagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902110/Lab4_ClassDiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions students/1714080902110/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@
~| 6. 系统查询该任务所需人数大于已接受任务人数; |
~| 7. 系统修改该任务的详细信息; |
~| 8. 系统显示任务接受完成页面。 |
扩展流程 | 5.1 接受者点击取消按钮,系统返回该任务详细信息页面。 |*用例执行失败*
~| 6.1 系统发现所需人数小于或等于已接受任务人数,提示接收者“该任务所需人数已满”; |
扩展流程 | 6.1 系统发现所需人数小于或等于已接受任务人数,提示接收者“该任务所需人数已满”。 |*用例执行失败*
32 changes: 32 additions & 0 deletions students/1714080902110/lab4.md
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.接受者接受任务

0 comments on commit 2f71ea6

Please sign in to comment.