1、19.1 汽车租赁系统的需求分析 19.1.1 系统功能需求 19.1.2 基本数据维护模块 19.1.3 基本业务模块 19.1.4 数据库模块 19.1.5 信息查询模块19.1.1 系统功能需求系统的功能需求主要包括以下几个方面:客户可以通过不同的方式(包括电话、前台、网上)预订车辆。能够保存客户的预订申请单。能够保存客户的历史记录。工作人员可以处理客户申请。技术人员可以保存对车辆检修的结果。19.1.1 系统功能需求满足上述需求的系统主要包括以下模块:基本数据维护模块 基本业务模块 数据库管理模块 信息查询模块19.1.2 基本数据维护模块基本数据维护模块包括的主要功能模块:添加车辆信
2、息 修改车辆信息 添加员工信息 修改员工数据19.1.3 基本业务模块基本业务模块包含的功能:用户填写预定申请 工作人员处理预定请求 技术人员填写服务记录 工作人员处理还车19.1.4 数据库模块 数据库模块的功能:客户信息管理 车辆信息管理 租赁信息管理 职员信息管理19.1.5 信息查询模块信息查询模块是查询数据库中的相关信息,包括:查询客户信息 查询职员信息 查询车辆信息 查询客户记录19.2 系统的UML基本模型 19.2.1 建立UML模型框架 19.2.2 系统的用例图 19.2.3 系统的时序图 19.2.4 系统的协作图 19.2.5 系统的状态图 19.2.6 系统的活动图1
3、9.2.1 建立UML模型框架 选择J2EE模式 19.2.2 系统的用例图 创建用例图之前首先需要确定参与者。系统中的参与者主要有两类:客户 公司职员 19.2.2 系统的用例图 1.客户参与的用例图 2.公司职员参与的用例图1.客户参与的用例图2.公司职员参与的用例图19.2.3 系统的时序图 1.管理人员开展工作的时序图 2.客户预订车辆的时序图 3.客户取车的时序图 4.客户还车的时序图1.管理人员开展工作的时序图2.客户预订车辆的时序图theCustomer:CustomertheRequest:RequestOrdertheCar:CartheCustomerRecord:Cust
4、omerRecordtheCommonWorker:CommonWorkerfillOrder()checkRequest()check()InServiced()create new customer recordAllow()notify()isHandled()no problemok3.客户取车的时序图theCustomer:CustomertheCommonWorker:CommonWorkertheRequestOrder:RequestOrdertheCar:CartheWorkRecord:WorkRecordshow_notice()check()okpay()fillWor
5、kRecord()update_carstatus()4.客户还车的时序图theCar:CartheSkillWorker:SkillWorkertheServiceRecord:ServiceRecordtheCommonWorker:CommonWorkertheCustomerRecord:CustomerRecordtheRentRecord:WorkRecordtheCustomer:Customerreturnbackcheck_carstatus()fillRecord()update_carstatus()end()updateRecord()notify_payment()p
6、ay()return19.2.4 系统的协作图 1.客户预订的协作图 2.客户取车的协作图 3.客户还车的协作图1.客户预订的协作图:custormertheRequestOrder:RequestOrder:employeetheCustomerRecord:CustomerRecordtheCar:Car6:isHandled()1:fillOrder()7:notify()2:checkRequest()5:Allow()/Deny()3:check()8:new CustomerRecord4:InServiced()2.客户取车的协作图:custormertheRequestOrde
7、r:RequestOrder:employeetheWorkRecord:WorkRecordtheCar:Car1:show_notice()4:take_car()2:check()3:validate5:fillWorkRecord()6:update_carstatus()3.客户还车的协作图theServiceOrder:ServiceRecord:custormer:employeetheCar:CartheCustomerRecord:CustomerRecordtheWorkRecord:WorkRecord1:return_car()3:fillRecord()5:end()
8、6:updateRecord()2:check_carstatus()4:update_carstatus()19.2.5 系统的状态图 19.2.6 系统的活动图 customer requestEmployee check the requeststore the requesthandle new requestcheck the customers recordthe car is availablethe history is gooddeny requestthe history is badsend the messagecustomer acquire the carcustomer give the car backyesno new requestnohave new request19.3 系统中的类 1.系统中主要的类 2.各个类之间的关系1.系统中主要的类 客户和公司职员类 一些其他的类(1)客户和公司职员类(2)一些其他的类2.各个类之间的关系19.4 系统的配置与实现 系统的配置图 Database ApplicationApplication ServerCommon WorkerManager InterfaceSkill Worker