UML软件建模课程设计
题 目:电子公告板系统 姓 名:田晴 201314070203 系 别:软件与通信工程学院 专 业、班 级:计算机科学与技术1班 年 级:2013级 指 导 老 师 :罗玉玲 设 计 时 间 :2016年5月
摘 要
计算机软件建模技术现在越来越广泛的应用于软件工程中。本次基于BBS论坛系统建模设计的目的是为了在课程理论学习的同时,通过在一个实践的环境下,实际学习软件统一建模语言,对软件建模技术有一个更深的了解及认识。
同时利用建模工具对BBS论坛系统进行建模,用类图、用例图、时序图、协作图、状态图、活动图、组件图、配置图等面向对象分析设计的软件过程,以便让用户更好的理解。
关键词:学习;建模;理解
Abstract
Computer software modeling technology is now widely used insoftware
engineering. The modeling based on BBS forum system design is for the purpose of learning in the curriculum theory at the same time, through in a practical environment, the actual learning software, unified modeling language, understand and a deeper understanding of software modeling technology.
has also used the modeling tool of BBS forum system, analysis of software
processdesign using class diagram, use case diagram, sequence diagram,collaboration diagram, state diagram, activity diagram, component diagram, diagram, object oriented, in order to allow users to better understand.
Key words:Learning; modeling; understanding
目 录
一、引言........................................................................................................................................... 1
1.1 课题背景与开发目的 ....................................................................................................... 1 1.2开发环境............................................................................................................................. 1 1.3硬件需求............................................................................................................................. 1 二、需求分析 ................................................................................................................................... 1
2.1系统概述............................................................................................................................. 1 2.2系统角色划分 ..................................................................................................................... 3 三、系统总体设计 ........................................................................................................................... 3
3.1系统流程图 ........................................................................................................................ 3 3.2用例图................................................................................................................................. 4
3.2.1 用户注册用例 ......................................................................................................... 4 3.2.2 系统管理用例 ......................................................................................................... 5 3.2.3 系统管理员用例 ..................................................................................................... 5 3.2.4 系统用户用例 ......................................................................................................... 6 3.3 类图 ................................................................................................................................... 7 3.4 协作图................................................................................................................................ 8
3.4.1 论坛管理员管理帖子协作图 ................................................................................. 8 3.4.2 论坛管理员管理用户协作图 ............................................................................... 8 3.4.3 用户发帖回帖协作图 ............................................................................................. 9 3.5 时序图.............................................................................................................................. 10
3.5.1 论坛管理员管理帖子时序图 ............................................................................... 10 3.5.2 论坛管理员管理用户时序图 ............................................................................... 11 3.5.3 用户发帖回帖时序图 ........................................................................................... 11 3.6 状态图.............................................................................................................................. 12
3.6.1 后台帖子管理 ....................................................................................................... 12 3.6.2 后台帖子管理 ....................................................................................................... 12 3.6.3 前台业务 ............................................................................................................... 13 3.7 活动图.............................................................................................................................. 14
3.7.1 后台业务 ............................................................................................................... 14 3.7.2 前台业务 ............................................................................................................... 15 3.8 组件图.............................................................................................................................. 16 3.9部署图............................................................................................................................... 16 四、结论......................................................................................................................................... 17
相关推荐: