【系统分析与设计】HW9

本文介绍了使用UMLet工具进行领域建模,针对Asg_RH文档中的Make Reservation和Payment用例,创建了相应的类图,并提出了基于这些模型的数据表设计。数据建模涵盖了customer、hotel、location等表。此外,还探讨了Reservation/Order对象的UML状态模型,分析了从预订开始到销售事件结束的整个订单生命周期。
摘要由CSDN通过智能技术生成

HW9

使用 UMLet 建模

1、使用类图,分别对 Asg_RH 文档中 Make Reservation 用例以及 Payment 用例开展领域建模。然后,根据上述模型,给出建议的数据表以及主要字段,特别是主键和外键

  • 注意事项:

    • 对象必须是名词、特别是技术名词、报表、描述类的处理;
    • 关联必须有多重性、部分有名称与导航方向
    • 属性要注意计算字段
  • 数据建模,为了简化描述仅需要给出表清单,例如:

    • Hotel(ID/Key,Name,LoctionID/Fkey,Address……)

Make Reservation 用例
在这里插入图片描述
数据建模:

  • customer(customerID/kKey, full name, email address)
  • search hotel list(listID/key, sort method)
  • hotel(hotelID/Key,name,loctionID/Fkey)
  • location(locationID/Key, cityID/Fkey, townID/Fkey)
  • city(cityID/Key, name)
  • town(townID/Key, name)
  • room(roomID/Key, HotelID/Fkey, type, price, availability)
  • reservation item(itemID/Key, basketID/Fkey, check in date, number of nights, number of adults, number of children, child age, total, is smoking, special requirements)
  • shopping basket(basketID/Key, customerID/Fkey)

Payment 用例
在这里插入图片描述
数据建模:

  • reservation item(itemID/Key, basketID/Fkey, check in date, number of nights, number of adults, number of children, child age, total, is smoking, special requirements)
  • shopping basket(basketID/Key, customerID/Fkey)
  • payment(paymentID/Key, total)
  • customer(customerID/kKey, full name, email address, daytime telephone, evening telephone, address1ID, address2ID)
  • location(locationID/Key, city, country/state, country, postcode)
  • credit card(cardID, type, card number, card security code, expiry date)

2、使用 UML State Model,对每个订单对象生命周期建模

  • 建模对象: 参考 Asg_RH 文档, 对 Reservation/Order 对象建模。
  • 建模要求: 参考练习不能提供足够信息帮助你对订单对象建模,请参考现在 定旅馆 的旅游网站,尽可能分析围绕订单发生的各种情况,直到订单通过销售事件(柜台销售)结束订单。
  • 在这里插入图片描述
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值