Designing Concurrent, Distributed, and Real-Time Applications with UML (Hardcover)

Hassan Gomaa

  • 出版商: Addison Wesley
  • 出版日期: 2000-09-03
  • 售價: $2,790
  • 貴賓價: 9.5$2,651
  • 語言: 英文
  • 頁數: 816
  • 裝訂: Hardcover
  • ISBN: 0201657937
  • ISBN-13: 9780201657937
  • 相關分類: UML
  • 已絕版

買這商品的人也買了...

商品描述


Description

A complete, UML-based approach to designing distributed, real-time and concurrent applications.

  • Introduces the powerful new COMET methodology and software lifecycle.
  • Covers every phase of analysis and design, including requirements modeling, analysis modeling, and design modeling.
  • Includes five comprehensive case studies -- from e-Commerce to factory automation.
In this book, renowned real-time software expert Hassan Gomaa adapts UML to the unique needs of the concurrent, distributed, and real-time applications -- helping developers leverage the powerful flexibility, reliability, and time-to-market benefits associated with UML. Gomaa starts by reviewing the key issues and concepts associated with analysis and design of distributed and real-time applications -- focusing not only on standard object-oriented concepts such as information hiding, classes, and inheritance, but also specialized issues such as finite state machines, concurrent tasks, and real-time scheduling. Next, he introduces the COMET (Concurrent Object Modeling and Architectural Design) Method, a UML-based object-oriented analysis and design method specifically created for concurrent, distributed, and real-time applications. The book presents detailed structuring criteria that assist the designer at every stage of the analysis and design process, and offers exceptional insight into dynamic modeling, concurrency, distributed application design, and performance analysis of real-time designs. Gomaa concludes with several detailed case studies covering a broad range of applications, including systems for banking, e-Commerce, cruise control, factory automation, and more.

Hassan Gomaa is an internationally recognized authority on designing distributed and real-time systems. He is a professor at George Mason University in Fairfax, VA, and author of Software Design Methods for Concurrent and Real-Time Systems (Addison-Wesley, 1993).

Back to Top


Appropriate Courses

Object Oriented Analysis and Design/Patterns.

Back to Top


Table Of Contents

(Each Chapter concludes with a Summary.).

I. UML NOTATION, DESIGN CONCEPTS, TECHNOLOGY, LIFE CYCLES, AND METHODS.

1. Introduction.
Object-Oriented Methods and the Unified Modeling Language.
Method and Notation.
Concurrent Applications.
Real-Time Systems and Applications.
Distributed Systems and Applications.

2. Overview of UML Notation.
UML Diagrams.
. Use Case Diagrams.
UML Notation for Classes and Objects.
Class Diagrams.
Interaction Diagrams.
Statechart Diagrams.
Packages.
Concurrent Collaboration Diagrams.
Deployment Diagrams.
UML Extension Mechanisms.
The UML as a Standard.

3. Software Design and Architecture Concepts.
Object-Oriented Concepts.
Information Hiding.
Inheritance.
Active and Passive Objects.
Concurrent Processing.
Cooperation between Concurrent Tasks.
Information Hiding Applied to Access Synchronization.
Monitors.
Design Patterns.
Software Architecture and Component-Based Systems.

4. Concurrent and Distributed System Technology.
Environments for Concurrent Processing.
Runtime Support for Multiprogramming and Multiprocessing Environments.
Task Scheduling.
Operating System Input/Output Considerations.
Client/Server and Distributed System Technology.
World Wide Web Technology.
Distributed Operating System Services.
Middleware.
Common Object Request Broker Architecture (CORBA).
Other Component Technologies.
Transaction Processing Systems.

5. Software Life Cycles and Methods.
Software Life Cycle Approaches.
Design Verification and Validation.
Software Testing.
Evolution of Software Design Methods.
Evolution of Object-Oriented Analysis and Design Methods.
Survey of Concurrent and Real-Time Design Methods.

II. COMET: CONCURRENT OBJECT MODELING AND ARCHITECTURAL DESIGN WITH UML.

6. Overview of COMET.
COMET Object-Oriented Software Life Cycle.
Comparison of the COMET Life Cycle with Other Software Processes.
Requirements, Analysis, and Design Models.
The COMET in a Nutshell.

7. Use Case Modeling.
Use Cases.
Actors.
Actors, Roles, and Users.
Identifying Use Cases.
Documenting Use Cases in the Use Case Model.
Use Case Relationships.
Use Case Packages.

8. Static Modeling.
Associations between Classes.
Composition and Aggregation Hierarchies.
Generalization/Specialization Hierarchy.
Constraints.
Static Modeling and the UML.
Static Modeling of the System Context.
Static Modeling of Entity Classes.

9. Object and Class Structuring.
Object Structuring Criteria.
Categorization of Application Classes.
Object Structuring Categories.
External Classes and Interface Classes.
Interface Objects.
Entity Objects.
Control Objects.
Application Logic Objects.
Subsystems.

10. Finite State Machines and Statecharts.
Finite State Machines.
Events and States.
Finite State Machines and Objects.
Examples of Statecharts.
Events and Conditions.
Actions.
Modeling Different Aspects of the System.
Hierarchical Statecharts.
Concurrent Statecharts.
Guidelines for Developing Statecharts.
Developing Statecharts from Use Cases.
Example of Developing a Statechart from a Use Case.

11. Dynamic Modeling.
Object Interaction Modeling.
Message Labels on Interaction Diagrams.
Dynamic Analysis.
Non-State-Dependent Dynamic Analysis.
Example of Non-State-Dependent Dynamic Analysis.
State-Dependent Dynamic Analysis.
Example of State-Dependent Dynamic Analysis: Banking System.
Example of State-Dependent Dynamic Analysis: Cruise Control System.

12. Software Architecture Design.
Software Architectural Styles.
System Decomposition Issues.
Guidelines for Determining Subsystems.
Consolidated Collaboration Diagrams.
Subsystem Software Architecture.
Separation of Concerns in Subsystem Design.
Subsystem Structuring Criteria.
Examples of Subsystem Decomposition.
Static Modeling at the Design Level.

13. Architectural Design of Distributed Applications.
Configurable Architectures and Software Components.
Steps in Designing Distributed Applications.
System Decomposition.
Designing Subsystem Interfaces.
Transaction Management.
Design of Server Subsystems.
Distribution of Data.
System Configuration.

14. Task Structuring.
Concurrent Task Structuring Issues.
Task Structuring Categories.
I/O Task Structuring Criteria.
Internal Task Structuring Criteria.
Task Priority Criteria.
Task Clustering Criteria.
Design Restructuring by Using Task Inversion.
Developing the Task Architecture.
Task Communication and Synchronization.
Task Behavior Specifications.

15. Class Design.
Designing Information Hiding Classes.
Designing Class Operations.
Data Abstraction Classes.
Device Interface Classes.
State-Dependent Classes.
Algorithm Hiding Classes.
User Interface Classes.
Business Logic Classes.
Database Wrapper Classes.
Software Decision Classes.
Inheritance in Design.
Examples of Inheritance.
Class Interface Specifications.

16. Detailed Software Design.
Design of Composite Tasks.
Synchronization of Access to Classes.
Designing Connectors for Inter-Task Communication.
Task Event Sequencing Logic.

17. Performance Analysis of Concurrent Real-Time Software Designs.
Real-Time Scheduling Theory.
Advanced Real-Time Scheduling Theory.
Performance Analysis Using Event Sequence Analysis.
Performance Analysis Using Real-Time Scheduling Theory and Event Sequence Analysis.
Example of Performance Analysis Using Event Sequence Analysis.
Example of Performance Analysis Using Real-Time Scheduling Theory.
Example of Performance Analysis Using Real-Time Scheduling Theory and Event Sequence Analysis.
Design Restructuring.
Estimation and Measurement of Performance Parameters.

III. CASE STUDIES IN CONCURRENT, DISTRIBUTED, AND REAL-TIME APPLICATION DESIGN.

18. Elevator Control System Case Study.
Problem Description.
Use Case Model.
Static Model of the Problem Domain.
Object Structuring.
Dynamic Model.
Statechart Model.
Consolidation of Collaboration Diagrams.
Subsystem Structuring.
Structuring System into Tasks.
Design of Distributed Elevator Control System.
Design of Information Hiding Classes.
Developing Detailed Software Design.
Target System Configuration.
Performance Analysis of Non-Distributed Elevator Control System.
Performance Analysis of Distributed Elevator Control System.

19. Banking System Case Study.
Problem Description.
Use Case Model.
Static Modeling.
Object Structuring.
Dynamic Modeling.
ATM Statechart.
Design of Banking System.
Consolidating the Collaboration Model.
Structuring the System into Subsystems.
Design of ATM Client Subsystem.
Design of Bank Server.

20. Cruise Control and Monitoring System Case Study.
Problem Description.
Use Case Model.
Use Case Descriptions.
Problem Domain Static.
Dynamic Modeling.
Subsystem Structuring.
Refined Static Modeling.
Structuring the System into Tasks.
Information Hiding Class Design.
Developing Detailed Software Design.
Software Architecture of Distributed Automobile System.

21. Distributed Factory Automation System Case Study.
Problem Description.
Use Case Model.
Conceptual Static Model of the Problem Domain.
Object Structuring.
Dynamic Model.
Subsystem Structuring.
Distributed Software Architecture.
System Configuration.

22. Electronic Commerce System Case Study.
Electronic Commerce Problem.
Use Case Model.
Agent Support for Electronic Commerce System.
Object Broker Support for Electronic Commerce System.
Static Modeling of the Problem Domain.
Collaboration Model.
Distributed Software Architecture.

Appendix A: Conventions and Alternative Notations.
Conventions Used in This Book.
Alternative Notation for Stereotypes.
Alternative Notation for Active Objects.

Glossary.
Bibliography.
Index. 0201657937T04062001


Back to Top