1、UML实例UML案例完整建模汽车租赁系统 系统功能需求系统的功能需求主要包括以下几个方面:客户可以通过不同的方式(包括电话、前台、网上)预订车辆。能够保存客户的预订申请单。能够保存客户的历史记录。工作人员可以处理客户申请。技术人员可以保存对车辆检修的结果。第2页/共32页 系统功能需求满足上述需求的系统主要包括以下模块:基本数据维护模块 基本业务模块 数据库管理模块 信息查询模块第3页/共32页 基本数据维护模块基本数据维护模块包括的主要功能模块:添加车辆信息 修改车辆信息 添加员工信息 修改员工数据第4页/共32页 基本业务模块基本业务模块包含的功能:用户填写预定申请 工作人员处理预定请求
2、技术人员填写服务记录 工作人员处理还车第5页/共32页 数据库模块 数据库模块的功能:客户信息管理 车辆信息管理 租赁信息管理 职员信息管理第6页/共32页 信息查询模块信息查询模块是查询数据库中的相关信息,包括:查询客户信息 查询职员信息 查询车辆信息 查询客户记录第7页/共32页 系统的UML基本模型 19.2.1 建立UML模型框架 19.2.2 系统的用例图 19.2.3 系统的时序图 19.2.4 系统的协作图 19.2.5 系统的状态图 19.2.6 系统的活动图第8页/共32页 建立UML模型框架 选择J2EE模式 第9页/共32页 系统的用例图 创建用例图之前首先需要确定参与者
3、。系统中的参与者主要有两类:客户 公司职员 第10页/共32页 系统的用例图 1.客户参与的用例图 2.公司职员参与的用例图第11页/共32页 客户参与的用例图第12页/共32页 公司职员参与的用例图第13页/共32页 系统的时序图 1.管理人员开展工作的时序图 2.客户预订车辆的时序图 3.客户取车的时序图 4.客户还车的时序图第14页/共32页 管理人员开展工作的时序图第15页/共32页 客户预订车辆的时序图theCustomer:CustomertheRequest:RequestOrdertheCar:CartheCustomerRecord:CustomerRecordtheComm
4、onWorker:CommonWorkerfillOrder()checkRequest()check()InServiced()create new customer recordAllow()notify()isHandled()no problemok第16页/共32页 客户取车的时序图theCustomer:CustomertheCommonWorker:CommonWorkertheRequestOrder:RequestOrdertheCar:CartheWorkRecord:WorkRecordshow_notice()check()okpay()fillWorkRecord()
5、update_carstatus()第17页/共32页 客户还车的时序图theCar:CartheSkillWorker:SkillWorkertheServiceRecord:ServiceRecordtheCommonWorker:CommonWorkertheCustomerRecord:CustomerRecordtheRentRecord:WorkRecordtheCustomer:Customerreturnbackcheck_carstatus()fillRecord()update_carstatus()end()updateRecord()notify_payment()pa
6、y()return第18页/共32页 系统的协作图 1.客户预订的协作图 2.客户取车的协作图 3.客户还车的协作图第19页/共32页 客户预订的协作图:custormertheRequestOrder:RequestOrder:employeetheCustomerRecord:CustomerRecordtheCar:Car6:isHandled()1:fillOrder()7:notify()2:checkRequest()5:Allow()/Deny()3:check()8:new CustomerRecord4:InServiced()第20页/共32页 客户取车的协作图:custo
7、rmertheRequestOrder:RequestOrder:employeetheWorkRecord:WorkRecordtheCar:Car1:show_notice()4:take_car()2:check()3:validate5:fillWorkRecord()6:update_carstatus()第21页/共32页 客户还车的协作图theServiceOrder:ServiceRecord:custormer:employeetheCar:CartheCustomerRecord:CustomerRecordtheWorkRecord:WorkRecord1:return_
8、car()3:fillRecord()5:end()6:updateRecord()2:check_carstatus()4:update_carstatus()第22页/共32页 系统的状态图 第23页/共32页 系统的活动图 customer requestEmployee check the requeststore the requesthandle new requestcheck the customers recordthe car is availablethe history is gooddeny requestthe history is badsend the mess
9、agecustomer acquire the carcustomer give the car backyesno new requestnohave new request第24页/共32页 系统中的类 1.系统中主要的类 2.各个类之间的关系第25页/共32页 系统中主要的类 客户和公司职员类 一些其他的类第26页/共32页客户和公司职员类第27页/共32页一些其他的类第28页/共32页 各个类之间的关系第29页/共32页 系统的配置与实现 第30页/共32页系统的配置图 Database ApplicationApplication ServerCommon WorkerManager InterfaceSkill Worker第31页/共32页谢谢您的观看!谢谢您的观看!第32页/共32页