Bài Giảng Phân tích thiết kế hướng đối tượng (phần 5) ppsx

32 628 0
Bài Giảng Phân tích thiết kế hướng đối tượng (phần 5) ppsx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Use case realization Use case realization Lecture 5 Lecture 5 Hoa Sen University 1 Agenda Agenda  Notations  Dependency  Interaction and Class diagrams Hoa Sen University 2 Interaction diagrams Interaction diagrams  Generalization of two more specialized UML diagram types – Sequence diagrams – Communication diagrams  Illustrate how objects collaborate via messages and methods Hoa Sen University 3 Sequence vs. Communication diagram Sequence vs. Communication diagram  Sequence diagrams illustrate interactions in a kind of fence format – Easier to see the call sequence – Large set of detailed notation options  Communication diagrams illustrate interactions in a graph or network format – More space-efficient Hoa Sen University 4 : A myB : B doTwo doOne doThree : A myB : B 1: doTwo 2: doThree doOne Common notation: participants – Common notation: participants – lifeline box lifeline box Hoa Sen University 5 sales: ArrayList<Sale> :Sale s1 : Sale lifeline box representing an instance of an ArrayList class, parameterized (templatized) to hold Sale objects lifeline box representing an unnamed instance of class Sale lifeline box representing a named instance sales[ i ] : Sale lifeline box representing one instance of class Sale, selected from the sales ArrayList <Sale> collection x : List «metaclass» Font lifeline box representing the class Font, or more precisely, that Font is an instance of class Class – an instance of a metaclass related example List is an interface in UML 1.x we could not use an interface here, but in UML 2, this (or an abstract class) is legal Sequence diagram notation Sequence diagram notation  Lifeline boxes and lifelines  Messages – Synchronous message – Found message  Focus of control and execution specification bars Hoa Sen University 6 : Register : Sale doA doB doX doC doD typical sychronous message shown with a filled-arrow line a found message whose sender will not be specified execution specification bar indicates focus of control Sequence diagram notation Sequence diagram notation  Illustrating reply or returns – Using the message syntax returnVar = message(parameter). – Using a reply message line  Message to “self” or “this” public class Register{ public void doX(){ … clear(); … } public void clear(){ } } Hoa Sen University 7 : Register : Sale d1 = getDate getDate doX aDate : Register doX clear Sequence diagram notation Sequence diagram notation  Creation of instance – In implementation: invoke the new operator and call the constructor  Object lifelines and object destruction – In language that does not have garbage collection Hoa Sen University 8 : Register : Sale makePayment(cashTendered) : Payment create(cashTendered) authorize note that newly created objects are placed at their creation "height" : Sale : Payment create(cashTendered) the «destroy» stereotyped message, with the large X and short lifeline indicates explicit object destruction «destroy» X Sequence diagram notation Sequence diagram notation  Diagram frames in UML sequence diagrams – Support conditional and looping construct Hoa Sen University 9 enterItem(itemID, quantity) : B endSale a UML loop frame, with a boolean guard expression description, total makeNewSale [ more items ] loop : A Sequence diagram notation Sequence diagram notation  Common frame operators Hoa Sen University 10 Frame operator Meaning Alt Alternative fragment for mutual exclusion conditional logic expressed in the guards Loop Loop fragment while guard is true Opt Optional fragment that executes if guard is true Par Parallel fragments that execute in parallel Region Critical region within which only one thread can run

Ngày đăng: 05/07/2014, 16:20

Từ khóa liên quan

Mục lục

  • Use case realization

  • Agenda

  • Interaction diagrams

  • Sequence vs. Communication diagram

  • Common notation: participants – lifeline box

  • Sequence diagram notation

  • Slide 7

  • Slide 8

  • Slide 9

  • Slide 10

  • Slide 11

  • Slide 12

  • Slide 13

  • Slide 14

  • Slide 15

  • Slide 16

  • Slide 17

  • Slide 18

  • Slide 19

  • Slide 20

Tài liệu cùng người dùng

Tài liệu liên quan