Skip to content

Commit

Permalink
Merge pull request #2437 from 1342014347/master
Browse files Browse the repository at this point in the history
#7 #798 实验7状态建模
  • Loading branch information
zengsn authored Apr 16, 2020
2 parents ae447b8 + affec16 commit 6f8569e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added students/1714080902415/Last.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions students/1714080902415/lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 实验七:状态建模

## 一、实验目标

1. 掌握对象状态建模
2. 画状态图


## 二、实验内容

1. 根据用例图、活动图等确定关键对象
2. 确定对象的状态和状态的转换条件
3. 画系统对象的状态图

## 三、实验步骤

1. 从用例图、活动图等找到关键对象
2. 新建状态图,添加Initial State 和 Final State
3. 添加状态的Simple State
4. 用Transition连接,写上转换条件

## 四、实验结果

![潮鞋的状态图](./Last.jpg)

图1、潮鞋库存的状态图

0 comments on commit 6f8569e

Please sign in to comment.