- 1、本文档共20页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
华师大面向对象程序设计-Lec10_中的顺序图讲述
* 系统操作是作为黑盒构件的系统在其公共接口中提供的操作. SSD展示了系统事件,即涉及系统的事件或I/O消息. * * Object oriented Analysis Design面向对象分析与设计 System Sequence Diagram Operation Contract Presented by: Xiaohong Chen Outline System sequence diagram Identify system events. Create system sequence diagrams for use case scenarios. Operation contract * * (Ch10,15 ) System Sequence Diagram SSD: System Sequence Diagram What is SSD? A SSD is a picture that shows, for one particular scenario of a use case, the events that external actors generate, inter-system events , and their order All systems are treated as a black box; the emphasis of the diagram is events that cross the system boundary from actors to systems System Event external input events actor generates events to a system system operation to handle the system event , for example when a cashier enters an items ID, the cashier is requesting the POS system to record that items sale (the enterItem event). That event initiates an operation upon the system. * (Ch10,15 ) System Sequence Diagram * (Ch10,15 ) System Sequence Diagram Cf: SSD SD SSD: to emphasize to treat systems as black boxes. SD will be used to illustrate the design of interacting software objects to fulfill work SSD and Use case it is generated from inspection of a use case * Fig 10-3 * Fig 10-5 * SD example,fig15-3 初学建模者没有对交互图给予足够的重视 Above sequence diagram is read as follows: The message makePayment is sent to an instance of a Register. The sender is not identified. The Register instance sends the makePayment message to a Sale instance. The Sale instance creates an instance of a Payment. * Example public class A { private B myB = new B(); public void doOne() { myB.doTwo(); myB.doThree(); } // … } public class B { …. public void doTwo() { …. } public void doThree(){ ……; } // … } What class AB looks like? (write pseudocode ) * SD review Fig 15-5 Lifeline boxes to show participants in interactions. Next Operation Contract
您可能关注的文档
- 华北理工大学机械原理复习课件第三章平面机构的运动讲述.ppt
- 4.第三节职业工效学讲解.ppt
- 华北理工大学人因(机)工程学第六章显示器控制器设计讲述.ppt
- 华北理工大学机械控制工程基础第一章绪论讲述.ppt
- 华北理工大学机械原理复习课件第六章凸轮机构及其设计讲述.ppt
- 4.组织职能讲解.ppt
- 40B207石油化工装置塔器管道设计讲解.doc
- 43发烫的手指讲解.ppt
- 华北理工大学机械控制工程控制工程基础复习题讲述.ppt
- 仓储商品车日常整备精要.ppt
- 2025年运载火箭CAMAC测试系统项目提案报告模板.docx
- 2025年运输直升机项目规划申请报告.docx
- 2025年MTBE项目申请报告模板.docx
- 2025年国土资源普查核仪器项目立项申请报告模本.docx
- 幼儿园中小学暑假安全教育培训讲座家长会PPT课件.pptx
- 中小学教师成长经验分享总结汇报PPT课件.pptx
- 基于拔尖创新人才培养的高校学科专业结构优化研究.docx
- 生成式AI使用动机对研究生科研创造力的影响研究.docx
- 结合PERMA理论与园艺疗法的劳动教育课程对大学生积极心理品质的干预效果.docx
- “被掩盖的自我”:亲子关系配偶化经历对高中生自我加工的影响机制.docx
文档评论(0)