收藏 分销(赏)

图书馆管理系统建模设计(基于UML).doc

上传人:精**** 文档编号:2486861 上传时间:2024-05-30 格式:DOC 页数:21 大小:697.04KB
下载 相关 举报
图书馆管理系统建模设计(基于UML).doc_第1页
第1页 / 共21页
图书馆管理系统建模设计(基于UML).doc_第2页
第2页 / 共21页
图书馆管理系统建模设计(基于UML).doc_第3页
第3页 / 共21页
图书馆管理系统建模设计(基于UML).doc_第4页
第4页 / 共21页
图书馆管理系统建模设计(基于UML).doc_第5页
第5页 / 共21页
点击查看更多>>
资源描述

1、图书馆管理系统建模设计(基于UML) 作者: 日期:2 个人收集整理 勿做商业用途图书馆管理系统建模设计 -基于UML一、图书馆管理系统需求分析1.1系统目标设计图系统开发的总目标是实现内部图书借阅管理的系统化、规范化和自动化。能够对图书进行注册登记,也就是将图书的基本信息(如:书的编号、书名、作者、价格等)预先存入数据库中,供以后检索.能够对借阅人进行注册登记,包括记录借阅人的姓名、编号、班级、年龄、性别、地址、电话等信息。提供方便的查询方法。如:以书名、作者、出版社、出版时间(确切的时间、时间段、某一时间之前、某一时间之后)等信息进行图书检索,并能反映出图书的借阅情况;以借阅人编号对借阅人

2、信息进行检索;以出版社名称查询出版社联系方式信息。提供对书籍进行的预先预订的功能。提供旧书销毁功能,对于淘汰、损坏、丢失的书目可及时对数据库进行修改。能够对使用该管理系统的用户进行管理,按照不同的工作职能提供不同的功能授权。提供较为完善的差错控制与友好的用户界面,尽量避免误操作.1。2系统功能需求分析 (1) 读者管理:读者信息的制定、输入、修改、查询,包括种类、性别、借书数量、借书期限、备注等。 (2) 书籍管理:书籍基本信息制定、输入、修改、查询,包括书籍编号、类别、关键词、备注。 (3) 借阅管理:包括借书,还书,预订书籍,续借,查询书籍,过期处理和书籍丢失后的处理.(4)系统管理:包括

3、用户权限管理,数据管理和自动借还书机的管理 满足以上需求的系统主要包含有一下几个子系统(1)基本业务功能子系统:该系统中主要包含了借书还书和预订等功能。(2)基本数据录入功能子系统:该子系统主要包含有书籍信息和读者信息录入功能.(3)信息查询子系统:包含了多功能的查询书籍信息和读者信息。(4)数据库管理功能子系统:主要包含了借阅信息管理功能,书籍信息管理功能和预订信息管理功能。(5)帮助功能子系统。下图为该图书馆管理系统的主要功能模块图: 图1:图书馆管理系统功能模块图1.3功能描述(1) 借书.处理借书业务。(2) 还书。处理还书业务.(3) 书籍预订。借阅者可以通过网络进行书籍预订。(4)

4、 书籍信息录入。处理书籍个类信息录入业务。(5) 借阅者信息录入。对读者信息进行录入。(6) 书籍信息查询。负责书籍信息的查询。(7) 读者信息查询。负责数据信息的查询。(8) 借阅信息管理。书籍借阅信息包括所借书的书名、ISBN以及借书的时间等。(9) 书籍信息管理。书籍信息包括书籍的名字、ISBN、作者、入库时间以及书籍在相应书目下的编号等.(10) 预订信息管理.负责管理书籍预订信息。1.4、图书馆管理系统的数据流图。如下:显示系统界面 有效用户及密码处理用户名与密码输入用户名及密码用户 输入有效命令反馈给用户处理修改密码修改用户名及密码处理命令 修改用户表书籍修改命令借.还书书籍入库及

5、修改信息显示结果处理借还书命令 修改书籍信息表 修改借、还书表图2:图书馆管理系统的DFD图二、系统的UML建模设计2。1、UML简介UML是一种功能强大的、面向对象的可视化系统分析的建模语言,它采用一整套成熟的建模技术,广泛地适用于各个应用领域。它的各个模型可以帮助开发人员更好地理解业务流程,建立更可靠、更完善的系统模型。从而使用户和开发人员对问题的描述达到相同的理解,以减少语义差异,保障分析的正确性。2。2该图书系统的用例管理分析该图书馆管理系统的用例图如下:图3:图书馆管理系统的用例图从用例图中我们可以看出管理员和读者之间对本系统所具有的用例。管理员所包含的用例有:(1) 登录系统:管理

6、员可以通过登录该系统进行各项功能的操作(2) 书籍管理:包括对书籍的增删改等。(3) 书籍借阅管理:包括借书、还书、预订、书籍逾期处理和书籍丢失处理等等.(4) 读者管理:包含对读者的增删改等操作。(5) 自动借书机的管理.读者所包含的用例有:(1) 登录系统(2) 借书:进行借书业务.(3) 还书:读者具有的还书业务。(4) 查询:包含对个人信息和书籍信息的查询业务(5) 预订:读者对书籍的预订业务。(6) 逾期处理:就是书籍过期后的缴纳罚金等。(7) 书籍丢失处理:对书籍丢失后的不同措施进行处理。(8) 自动借书机的使用等。2。3系统的顺序图顺序图是显示对象之间交互的图,这些对象是按时间顺

7、序排列的.该图书馆管理系统主要含有以下几个重要的顺序图,其他对象的顺序图和这些也类似。(1) 借书顺序图(2) 还书顺序图(3) 罚款顺序图1、 借书顺序图图4:图书馆管理系统借书顺序图【顺序图说明】(1) login():登录系统.(2) checkstu_card():对读者信息进行验证,检查是否符合本图书馆借书条件。(3) showinformation():显示该读者的基本信息函数。(4) borrow():读者借书函数。(5) getreaders():取得读者信息函数。看该读者是否符合借书条件,若符合,则返回可借信息.(6) gettitle():取得书目信息。(7) getres

8、ervation():检验书籍是否被预订函数.(8) getnoreservation():书籍没被预订或取消预订函数。(9) create(borrower,item):创建书籍外借函数.借书时,读者先将书拿予管理员,管理员对书籍和读者进行检验,若书籍和读者都符合借书条件,则借书成功.2、 还书顺序图图5:图书馆管理系统还书顺序图【顺序图说明】(1) login():登录系统。(2) getitem():取得书籍条目信息。(3) update():对图书馆书籍条目和借阅者信息进行更新条目.还书时,读者先将书交给管理员,由管理员扫描书籍,若书籍没有过期等违规现象,则对书目和读者借阅信息进行更新

9、,同时还书成功。3、 罚款顺序图图6:图书馆管理系统的罚款顺序图【顺序图说明】管理员对书籍进行扫描,若发现书籍已经超过了图书馆规定的还书期限,则按每天一定金额进行罚款,过期天数和罚款金额由系统自动计算。用户交完罚金后,则对读者借阅信息进行更新。2.4系统的状态图图书馆的书籍状态图如图7所示。【状态图说明】书籍在未变成图书馆在库书籍时,为新加书籍状态。书籍处于在库状态时既可以预订也可以外借,外借后变为借出状态。处于预订状态时也可以外借,超出预订时间期限则从预订状态直接转为可用状态。借阅者在规定的预订时间内也可以考虑取消预订,取消预订后书籍的状态转为可用。外借书籍归还后变为可用状态.图7:图书馆的

10、书籍状态图2.5系统的活动图活动图描述的是某流程中的任务的执行,活动图描述活动是如何协同工作的,当一个操作必须完成一系列事情,而又无法确定以什么样的顺序来完成这些事情时,活动图可以更清晰地描述这些事情。在本图书馆管理系统中,我们主要描述了图书馆系统的借书、还书和预订的活动图.1。借书活动图【借书活动图说明】 管理员首先要扫描读者的借书证,检验证件是否符合图书馆借书条件,若该读者的借书数量还未达到最大规定数量,并且其所借书籍均未属于过期范围,则符合借书条件.则再扫描书籍条形码,检查书籍是否是不可借书籍或者已经被预订,若被预订,则取消预订,方可借书。在这些条件都符合时则更新书籍信息和读者的借阅信息

11、,记录好借书的时间.图8:图书馆管理系统的借书活动图2、还书活动图【还书活动图说明】图书管理员对书籍进行扫描,若书籍已经过期,则要求读者还请欠款才能还书,读者缴应交罚款后,更新书目信息和读者信息。图9:图书馆管理系统的还书活动图3、预订图书活动图【预订书籍活动图说明】读者先进入系统查询自己所需要的书籍,显示书籍信息,检验书籍是否属于可预订书籍,若符合条件则检查书籍是否已经被预订或已经被外借,若都未成立,则读者登录系统,并对该书籍进行预订.图10:图书馆管理系统预订书籍活动图2。6图书管理系统的类图【类图说明】(1) reader类是借阅者的类,它的属性很多,包括借阅者的账户ID(reader_

12、id)、姓名(reader_Name)、地址(Address)、班级(class)、所借书籍的书目(borrowed)等。其中主要操作有借书(addborrowed)和还书(deleteborrowed)和预订(reservation)等。(2) admin类是管理员类,他有编号和姓名属性,操作主要是书籍的增删改和读者的增删改等等。(3) Title 类是记录书目信息的类,包括书籍的名字(name)、作者(author)、book_id等属性。(4) Item 类是具体某本书的类,属性包括书籍号(id)。操作包括预订(reserve)、按书目查找(find_on_title)等。(5) bor

13、row类是某本书的借阅信息类,包括所借阅书籍的ISBN、借阅的时间(date)等。(6) Reservation类是预订信息类,每个预订信息包括预订日期(date)、所预订书籍的ISBN、预订书籍的用户ID(UserID)等属性.(7) persistent store类是书籍永久的存储类,在数据库中的存储数据,其他对与书籍有关的活动都要经过其存储类。图11:图书馆管理系统的类图及关系三、图书馆管理系统数据库建模 考虑到系统的推广性,本系统采用SQL SERVER2000作为数据库。并且采用PowerDesigner进行数据建模,从而自动生成sql脚本。3.1、数据库概念设计1、数据库表设计

14、(1) 管理员表admin:管理员编号(admin_id),管理员姓名(admin_name),密码(admin_password),登录次数(logins),最后一次登录时间(lastlogin)和权限(right)。 (2) 读者表reader:读者编号(reader_id),读者姓名(reader_name),性别(sex),年龄(age),班级(class),最大借书量(maxborrowed)借书总量(amount)和权限(right)。(3)书籍表books:书籍编号(book_id),书名(title),作者(author),出版社(book concert),价格(price)

15、,出版时间(time),在库总量(amount),剩余量(remain)。(4)借阅信息表(borrow_information):书籍编号(book_id),读者编号(reader_id),借书时间(borrow_time),到期时间(end_time),归还时间(return_time).(5)预订信息表:读者编号(reader_id),书籍编号(book_id),预订时间(reservation_time),取消预订时间(reservationcanceltime).(6) 书籍类型表booktype:书籍类型编号(type_id),书籍类型名称(type_name).(7) 用户权限表

16、right:权限(right)。2、图书管理系统个实体之间的ER图图12:图书馆管理系统各实体之间的ER图3、基于powerdesigner的CDM数据库模型 (1)数据库概念数据模型CDM对象如下图,该图显示了各实体的属性及各实体之间的关系。图13:图书馆管理系统CDM建模3。2数据库物理设计由概念模型生成物理模型的的数据库脚本文件为 图书管理.sql文件,代码附下页。附:由PDM对象自动生成的数据库脚本文件代码如下:21if exists (select 1 from dbo。sysreferences r join dbo.sysobjects o on (o。id = r。consti

17、d and o。type = F) where r.fkeyid = object_id(books) and o.name = FK_BOOKS_管理书籍_ADMIN)alter table books drop constraint FK_BOOKS_管理书籍_ADMINgoif exists (select 1 from dbo。sysreferences r join dbo.sysobjects o on (o。id = r.constid and o.type = F) where r。fkeyid = object_id(borrow_information) and o.nam

18、e = FK_BORROW_I_BORROW_IN_BOOKS)alter table borrow_information drop constraint FK_BORROW_I_BORROW_IN_BOOKSgoif exists (select 1 from dbo.sysreferences r join dbo。sysobjects o on (o.id = r。constid and o.type = F) where r.fkeyid = object_id(borrow_information) and o.name = FK_BORROW_I_BORROW_IN_READER

19、)alter table borrow_information drop constraint FK_BORROW_I_BORROW_IN_READERgoif exists (select 1 from dbo。sysreferences r join dbo。sysobjects o on (o.id = r。constid and o。type = F) where r。fkeyid = object_id(login) and o。name = FK_LOGIN_LOGIN_ADMIN)alter table login drop constraint FK_LOGIN_LOGIN_A

20、DMINgoif exists (select 1 from dbo。sysreferences r join dbo.sysobjects o on (o。id = r。constid and o.type = F) where r.fkeyid = object_id(login) and o。name = FK_LOGIN_LOGIN2_READER)alter table login drop constraint FK_LOGIN_LOGIN2_READERgoif exists (select 1 from dbo。sysreferences r join dbo.sysobjec

21、ts o on (o.id = r.constid and o.type = F) where r。fkeyid = object_id(reversation) and o.name = FK_REVERSAT_REVERSATI_BOOKS)alter table reversation drop constraint FK_REVERSAT_REVERSATI_BOOKSgoif exists (select 1 from dbo.sysreferences r join dbo.sysobjects o on (o。id = r。constid and o。type = F) wher

22、e r.fkeyid = object_id(reversation) and o。name = FK_REVERSAT_REVERSATI_READER)alter table reversation drop constraint FK_REVERSAT_REVERSATI_READERgoif exists (select 1 from sysindexes where id = object_id(admin) and name = 权限_FK and indid 0 and indid 255) drop index admin.权限_FKgoif exists (select 1

23、from sysobjects where id = object_id(admin) and type = U) drop table admingoif exists (select 1 from sysindexes where id = object_id(books) and name = 管理书籍_FK and indid 0 and indid 0 and indid 255) drop index books.图书类型_FKgoif exists (select 1 from sysobjects where id = object_id(books) and type = U

24、) drop table booksgoif exists (select 1 from sysobjects where id = object_id(booktype) and type = U) drop table booktypegoif exists (select 1 from sysindexes where id = object_id(borrow_information) and name = Association_2_FK and indid 0 and indid 0 and indid 255) drop index login.login2_FKgoif exi

25、sts (select 1 from sysindexes where id = object_id(login) and name = login_FK and indid 0 and indid 255) drop index login.login_FKgoif exists (select 1 from sysobjects where id = object_id(login) and type = U) drop table logingoif exists (select 1 from sysindexes where id = object_id(reader) and nam

26、e = 用户权限_FK and indid 0 and indid 255) drop index reader.用户权限_FKgoif exists (select 1 from sysobjects where id = object_id(reader) and type = U) drop table readergoif exists (select 1 from sysindexes where id = object_id(reversation) and name = reversation2_FK and indid 0 and indid 255) drop index r

27、eversation。reversation2_FKgoif exists (select 1 from sysindexes where id = object_id(reversation) and name = reversation_FK and indid 0 and indid 255) drop index reversation.reversation_FKgoif exists (select 1 from sysobjects where id = object_id(reversation) and type = U) drop table reversationgocr

28、eate table admin ( admin_id int not null, admin_name char(20) null, admin_password char(16) null, logins int null, last_login char(10) null, right int null, constraint PK_ADMIN primary key nonclustered (admin_id)gocreate index 权限_FK on admin ()gocreate table booktype ( type_id int null)gocreate tabl

29、e books ( book_id int not null, admin_id int null, title char(20) null, type_id int null, author char(40) null, price money null, ”book concern char(50) null, addtime datetime null, amount int null, remain int null, constraint PK_BOOKS primary key nonclustered (book_id), constraint FK_BOOKS_管理书籍_ADM

30、IN foreign key (admin_id) references admin (admin_id), constraint FK_BOOKS_BOOKTYPE_BOOKTYPE foreign key () references booktype)gocreate index 图书类型_FK on books ()gocreate index 管理书籍_FK on books (admin_id ASC)go create table reader ( reader_id int not null, reader_name char(20) null, sex char(2) null

31、, age tinyint null, class char(15) null, address text null, memo text null, maxborrowed int null, reader_password char(16) null, ”right int null, constraint PK_READER primary key nonclustered (reader_id))gocreate table borrow_information ( book_id int not null, reader_id int not null, borrow_time da

32、tetime null, end_time datetime null, amount int null, return_time datetime null, constraint PK_BORROW_INFORMATION primary key (book_id, reader_id), constraint FK_BORROW_I_BORROW_IN_BOOKS foreign key (book_id) references books (book_id), constraint FK_BORROW_I_BORROW_IN_READER foreign key (reader_id)

33、 references reader (reader_id))gocreate index Association_1_FK on borrow_information (book_id ASC)gocreate index Association_2_FK on borrow_information (reader_id ASC)gocreate table login ( admin_id int not null, reader_id int not null, right” int null, constraint PK_LOGIN primary key (admin_id, rea

34、der_id), constraint FK_LOGIN_LOGIN_ADMIN foreign key (admin_id) references admin (admin_id), constraint FK_LOGIN_LOGIN2_READER foreign key (reader_id) references reader (reader_id))gocreate index login_FK on login (admin_id ASC)gocreate index login2_FK on login (reader_id ASC)gocreate index 用户权限_FK

35、on reader ()gocreate table reversation ( book_id int not null, reader_id int not null, reservation_time datetime null, reservationcancel datetime null, constraint PK_REVERSATION primary key (book_id, reader_id), constraint FK_REVERSAT_REVERSATI_BOOKS foreign key (book_id) references books (book_id), constraint FK_REVERSAT_REVERSATI_READER foreign key (reader_id) references reader

展开阅读全文
部分上传会员的收益排行 01、路***(¥15400+),02、曲****(¥15300+),
03、wei****016(¥13200+),04、大***流(¥12600+),
05、Fis****915(¥4200+),06、h****i(¥4100+),
07、Q**(¥3400+),08、自******点(¥2400+),
09、h*****x(¥1400+),10、c****e(¥1100+),
11、be*****ha(¥800+),12、13********8(¥800+)。
相似文档                                   自信AI助手自信AI助手
搜索标签

当前位置:首页 > 研究报告 > 其他

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        获赠5币

©2010-2024 宁波自信网络信息技术有限公司  版权所有

客服电话:4008-655-100  投诉/维权电话:4009-655-100

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :gzh.png    weibo.png    LOFTER.png 

客服