Phân tích thiết kế hướng đối tượng (phần 10)
Số trang: 14
Loại file: pdf
Dung lượng: 0.00 B
Lượt xem: 24
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Tham khảo tài liệu phân tích thiết kế hướng đối tượng (phần 10), công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Phân tích thiết kế hướng đối tượng (phần 10) Created by Trang H ng Sơn ---------------------------------- SEQUENCE DIAGRAM1. T ng quan: - Sequence Diagram: là sơ ñ mô t s tương tác gi a các ñ i tư ng theo hư ng th i gian,nh n m nh th t th c hi n các tương tác. :A myB : B doOne doTwo doThreepublic class A { private B myB = new B(); public void doOne() { myB.doTwo(); myB.doThree(); }} - M i quan h gi a sơ ñ tương tác và sơ ñ l p: : Register : Sale makePayment(cashTendered) makePayment(cashTendered) messages in interaction diagrams indicate operations in the class diagrams classes identified in the interaction diagrams are Register Sale declared in the 1 class diagrams ... ... currentSale makePayment(…) makePayment(…) ... ...public class Register { private Sale sale = new Sale(); public void makePayment(Money cashTendered) { sale.makePayment(cashTendered); }} -1- Created by Trang H ng Sơn ---------------------------------- - Các ký hi u chung: lifeline box representing the class lifeline box representing a Font, or more precisely, that Font is lifeline box representing an named instance an instance of class Class – an unnamed instance of class Sale instance of a metaclass «metaclass» :Sale s1 : Sale Font List is an interface lifeline box representing an lifeline box representing instance of an ArrayList class, one instance of class Sale, in UML 1.x we could not use an parameterized (templatized) to selected from the sales interface here, but in UML 2, this (or hold Sale objects ArrayList collection an abstract class) is legal sales: ...
Nội dung trích xuất từ tài liệu:
Phân tích thiết kế hướng đối tượng (phần 10) Created by Trang H ng Sơn ---------------------------------- SEQUENCE DIAGRAM1. T ng quan: - Sequence Diagram: là sơ ñ mô t s tương tác gi a các ñ i tư ng theo hư ng th i gian,nh n m nh th t th c hi n các tương tác. :A myB : B doOne doTwo doThreepublic class A { private B myB = new B(); public void doOne() { myB.doTwo(); myB.doThree(); }} - M i quan h gi a sơ ñ tương tác và sơ ñ l p: : Register : Sale makePayment(cashTendered) makePayment(cashTendered) messages in interaction diagrams indicate operations in the class diagrams classes identified in the interaction diagrams are Register Sale declared in the 1 class diagrams ... ... currentSale makePayment(…) makePayment(…) ... ...public class Register { private Sale sale = new Sale(); public void makePayment(Money cashTendered) { sale.makePayment(cashTendered); }} -1- Created by Trang H ng Sơn ---------------------------------- - Các ký hi u chung: lifeline box representing the class lifeline box representing a Font, or more precisely, that Font is lifeline box representing an named instance an instance of class Class – an unnamed instance of class Sale instance of a metaclass «metaclass» :Sale s1 : Sale Font List is an interface lifeline box representing an lifeline box representing instance of an ArrayList class, one instance of class Sale, in UML 1.x we could not use an parameterized (templatized) to selected from the sales interface here, but in UML 2, this (or hold Sale objects ArrayList collection an abstract class) is legal sales: ...
Tìm kiếm theo từ khóa liên quan:
phân tích thiết kế hệ thống phân tích thiết kế hướng đối tượng giáo trình phần tích hệ thống lập trình hướng đối tượng mô hình hóa dữ liệuGợi ý tài liệu liên quan:
-
88 trang 315 0 0
-
24 trang 294 0 0
-
Bài tập thực hành môn Phân tích thiết kế hệ thống thông tin
6 trang 287 0 0 -
96 trang 277 0 0
-
Excel và mô phỏng tài chính P2 - Thiết kế một mô hình
4 trang 274 0 0 -
Giáo trình Lập trình hướng đối tượng: Phần 2
154 trang 257 0 0 -
Đồ án tốt nghiệp: Phân tích thiết kế hướng đối tượng
56 trang 244 0 0 -
Bài giảng Phân tích và thiết kế hướng đối tượng - Đỗ Ngọc Như Loan
9 trang 227 0 0 -
Bài giảng Phân tích thiết kế hướng đối tượng: Chương 2 - Nguyễn Ngọc Duy
7 trang 224 0 0 -
101 trang 198 1 0