Home > Store > Software Development & Management > UML

larger cover

Add To My Wish List

Doing Hard Time: Developing Real-Time Systems with UML, Objects, Frameworks, and Patterns

Register your product to gain access to bonus material or receive a coupon.

  • Description
  • Reviews
  • Sample Content

Product Author Bios

Bruce Powel Douglass is the Chief Evangelist for i-Logix, a leading producer of tools for real-time systems development. He contributed to the original specification of the UML and to the UML 2.0 as one of the co-chairs of the Object Management Group’s Real-Time Analysis and Design Working Group. Bruce consults for a number of companies and organizations, including NASA, on building large-scale, real-time, safety-critical systems. He is the author of seven other books, including Real-Time Design Patterns (Addison-Wesley, 2003) and Doing Hard Time (Addison-Wesley, 1999).



"This book will almost certainly become a seminal work in this field...the one book everyone will want to have both as a tutorial and as a reference."
--Larry McAlister, Senior Systems Architect, ENSCO, Inc.

The global demand for real-time and embedded systems is growing rapidly. With this increased demand comes an urgent need for more programmers in this realm; yet making the transition to real-time systems development or learning to build these applications is by no means simple. Real-time system designs must be written to meet hard and unforgiving requirements. It is a pursuit that requires a unique set of skills. Clearly, real-time systems development is a formidable task, and developers face many unique challenges as they attempt to do "hard time."

Doing Hard Time is written to facilitate the daunting process of developing real-time systems. It presents an embedded systems programming methodology that has been proven successful in practice. The process outlined in this book allows application developers to apply practical techniques--garnered from the mainstream areas of object-oriented software development--to meet the demanding qualifications of real-time programming.

Bruce Douglass offers ideas that are up-to-date with the latest concepts and trends in programming. By using the industry standard Unified Modeling Language (UML), as well as the best practices from object technology, he guides you through the intricacies and specifics of real-time systems development. Important topics such as schedulability, behavioral patterns, and real-time frameworks are demystified, empowering you to become a more effective real-time programmer.

The accompanying CD-ROM holds substantial value for the reader. It contains models from the book, as well as two applications that are extremely useful in the development of real-time and embedded systems. The first application, a UML-compliant design automation tool called Rhapsody (produced by I-Logix), captures analysis and design of systems and generates full behavioral code for those models with intrinsic model-level debug capabilities. The second application, TimeWiz, can analyze the timing and performance of systems and determine the schedulability of actions in multitasking systems.



0201498375B04062001

Customer Reviews

72 of 81 people found the following review helpful
1.0 out of 5 stars Hard Times "Doing Hard Times", July 19, 2000
This review is from: Doing Hard Time: Developing Real-Time Systems with UML, Objects, Frameworks, and Patterns (Hardcover)
The book appears to be a testament to "why I am good" rather than a description of the topic at hand. Editorially, figures don't match text, grammar is expansive and lacks understandability, it is difficult to determine whether words used are used in their English or technical sense, and the use of words requiring dictionary lookup is laudable in grade schools somewhat suspect in a book of this caliber (try 'reify'). Technically little scholarship is shown. The section titles are good, the author often strays from them. For analysis of embedded systems, trivial results are stated and no attention is given to their derivation nor to analysis or references to analysis. Little attention is paid topics beyond their brief statement. Much time is wasted on examples which show the authors work engagements but which do not illustrate the point at hand. Critical topics (for embedded systems) need greater attention and technical analysis rather than restating obvious... Read more
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


31 of 33 people found the following review helpful
2.0 out of 5 stars Too wide and too optimistic?, February 26, 2001
By 
This review is from: Doing Hard Time: Developing Real-Time Systems with UML, Objects, Frameworks, and Patterns (Hardcover)
I read this book as a first introduction to OO real time computing. I liked the introduction that covers the three topics of OO, RT systems and fault tolerance (though it does not connect the three topics in any sense). I gave up reading the book after the chapter on method, though I skipped through the remaining chapters. The rest of the book was mainly old stuff on waterfall models and OOA/OOD. The whole book was also very commercial and connected to a specific product from the company that the author works for. There was no comparison to other (in my opinion superior) methods and tools.

Instead of buying this book I would recommend you to buy an established book on real time systems and an established book on OO. You will end up spending less money and get a better overview of the two fields by reading fewer pages.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 16 people found the following review helpful
5.0 out of 5 stars A must read for anyone working in real-time embedded, July 12, 1999
By A Customer
This review is from: Doing Hard Time: Developing Real-Time Systems with UML, Objects, Frameworks, and Patterns (Hardcover)
Wow! And I thought Real-Time UML was good! Doing Hard Time is everything Real-Time UML is plus so much more. I really liked the easy-to-read but in-depth coverage of the "hard stuff" of real-time and embedded systems.

What's special about this book: The coverage of safety critical systems is unparalleled -- safety explained in terms of design patterns and key concepts and how to do this using object methods. The development process in Chapter 4 on ROPES shows how to effectively apply UML to think about, design and construct real-time systems. Chapter 11 explains the difficult concepts of timeliness and gives ways to guarantee schedulability. I've looked at other books on that topic and they're filled with really ugly math which makes for a difficult read. This book explains those concepts in an easy going way. The chapters on behavioral patterns covers "design patterns" for wiring together state machines to solve commonly occurring behavioral issues. I... Read more

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Share your thoughts with other customers:
 See all 8 customer reviews...

Praise For Doing Hard Time: Developing Real-Time Systems with UML, Objects, Frameworks, and Patterns

"This book will almost certainly become a seminal work in this field...the one book everyone will want to have both as a tutorial and as a reference." - Larry McAlister, Senior Systems Architect, ENSCO, Inc.

"Because in times past I had been a bit-bashing coder of real-time programs in assembly language for pokey little microprocessors, I was very skeptical when I first heard about UML -- skeptical but intrigued. The idea that you could “draw” real-time programs using “bubble charts” seemed ludicrous to me. I considered bubble charts good only for sketching out simple algorithms. I did not believe they could handle a real, complex software system.

To test my prejudging, I obtained and studied Douglass’ book. And as much as it pains me to admit that I was wrong, I now believe that you can indeed draw robust, complex, real-time software systems using Douglass’ methods and the I-Logix Rhapsody program (a demo disk is included with the book). First of all, to paraphrase the Buick commercial, I-Logix’ directed graphs are NOT your father’s bubble charts. They are significantly enhanced beyond the classical Mealy and Moore state machines with more optional ways to execute things as well as branching and memory constructs. In addition to the directed graphs, numerous other visual tools are presented.

The book describes, in detail, a comprehensive and careful software-design methodology for top-down design of complex software systems. While many in the software field have a penchant for inventing new words or using ordinary words in peculiar ways -- “dereference” and “parameter” comes to mind -- Douglass is careful to define all his terms. Like the blind wise men examining the elephant, many different ways to view such a system exist. Douglass steps through the visual tools used for each of these views, delineating their usefulness.

Visual tools are important because engineers are characterized by having high visual intelligence. They express themselves visually. They absorb information visually. Perceptual psychologists have discovered, unfortunately, that high visual intelligence correlates strongly with mild-to-severe dyslexia. So moving away from textual programming systems to a visual programming system is probably a very good idea for engineers.

Lastly, one salient aspect of the book has to be mentioned: the high quality of the writing. I have been editing the writing of engineers and programmers for twenty years now. The AQL of their writing is, in a word, wretched. Douglass’ prose, on the other hand, is clear, well organized, interesting, and entertaining. There is not a hint of Technical Manual English - a subset of English that is even more horrible than Business English or (UGH!) Marketing English."- Charles H Small, Senior Technical Editor at Electronic Systems magazine

Table of Contents

(Chapters begin with an Introduction and conclude with a Summary, Looking Ahead, Exercises and References.)

Figure List.


About the Author.


Preface.


Acknowledgments.

SECTION 1: BASICS.

1. Introduction to Objects and the Unified Modeling Language.

Advantages of Objects.

Terms and Concepts.

Object Orientation with UML.

Objects.

Attributes.

Behavior.

Messaging.

Responsibility.

Concurrency.

Objects as Autonomous Machines.

Class Diagrams.

Relations Among Classes and Objects.

Use Cases.

Sequence Diagrams.

Physical Representation.

Things Common to Diagrams.

Notes.

Packages.

Constraints.

Stereotypes.

2. Basic Concepts of Real-Time Systems.

What is Real-Time?

Terms and Concepts.

Timeliness.

Responsiveness.

Concurrency.

Scheduling Concurrent Threads.

Event Arrival Patterns.

Thread Rendezvous Patterns.

Sharing Resources.

Predictability.

Memory Management.

Correctness and Robustness.

Deadlock.

Exceptional Conditions.

Race Conditions.

Distributed Systems.

Fault Tolerance and Safety.

Dealing with Resource-Limited Target Environments.

Low-Level Hardware Interfacing.

Real-Time Operating Systems.

Scalability.

Scheduling.

Typical RTOS Features.

3. Basic Concepts of Safety-Critical Systems.

Introduction to Safety.

The Therac-25 Story.

Other Stories.

Terms and Concepts.

Safety Related Faults.

Safety is a System Issue.

Random Faults Versus Systematic Faults.

Single Point Failures.

Common Mode Failures.

Latent Faults.

Fail-Safe State.

Achieving Safety.

Safety Architectures.

Single Channel Protected Design.

Eight Steps to Safety.

Step 1: Identify the Hazards.

Step 2: Determine the Risks.

Step 3: Define the Safety Measures.

Step 4: Create Safe Requirements.

Step 5: Create Safe Design.

Step 6: Implementing Safely.

Step 7: Assure Safety Process.

Step 8: Test, Test, Test.

Few Safety Related Standards.

4. Rapid Object-Oriented Process for Embedded Systems.

Terms and Concepts.

Development Phases.

Ordering.

Maturity.

Development Task Sequencing.

Waterfall Lifecycle.

Iterative Lifecycles.

Prototyping.

Scheduling and Estimation.

Advantages of Accurate Schedules.

Difficulties of Accurate Scheduling.

The ROPES Macro Cycle.

Analysis.

Requirements Analysis.

Systems Analysis.

Object Analysis.

Design.

Architectural Design.

Mechanistic Design.

Detailed Design.

Translation.

Activities.

Artifacts.

Testing.

Activities.

SECTION 2: ANALYSIS.

5. Requirements Analysis of Real-Time Systems.

Terms and Concepts.

Use Cases.

Messages and Events.

Scenarios, Protocols, and State Machines.

Use Cases.

Use Case Relations.

Use Case Example: Air Traffic Control System.

External Events.

Context-Level Messages.

Specifying External Messages.

External Event List.

Response Time.

Detailing Use Case Behavior.

Informal Textual Description.

Scenarios.

Sequence Diagrams.

Statecharts for Defining Use Case Behavior.

Identifying Use Cases.

Using Use Cases.

Heuristics for Good Requirements Analysis Diagrams.

Use Case Diagram Heuristics.

Use Case Heuristics.

Use Case Sequence Diagram Heuristics.

6. Structural Object Analysis.

Terms and Concepts.

Key Strategies for Object Identification.

Underline the Noun.

Identify Causal Agents.

Identify Coherent Services.

Identify Real-World Items.

Identify Physical Devices.

Identify Essential Abstractions of Domains.

Identify Transactions.

Identify Persistent Information.

Identify Visual Elements.

Identify Control Elements.

Execute Scenarios on the Object Model.

Reification of Objects into Classes.

Identify Object Associations.

Multiplicity.

Associations and Links.

Aggregation and Composition.

Object Attributes.

Generalization Relationships.

AATCS Example: Class Diagrams.

Heuristics for Good Class Diagrams.

Rules for Good Class Diagrams.

7. Object Behavioral Analysis.

Terms and Concepts.

Simple Behavior.

State Behavior.

Continuous Behavior.

UML Statecharts.

Basic State Semantics.

Transitions and Events.

Actions and Activities.

Pseudostates.

Orthogonal Regions and Synchronization.

Basic Statechart Syntax.

Inherited State Models.

Ill-formed State Models.

Example: AATCS Alarm System.

The Role of Scenarios in the Definition of Behavior.

Timing Diagrams.

Sequence Diagrams.

Activity Diagrams.

Defining Operations.

Types of Operations.

Strategies for Defining Operations.

Statechart Heuristics.

Timing Diagram Heuristics.

Activity Diagram Heuristics.

SECTION 3: DESIGN.

8. Architectural Design.

Terms and Concepts.

Tasking Model.

Representing Tasks.

Defining Task Threads.

Assigning Objects to Tasks.

Defining Task Rendezvous.

Component Model.

Deployment Model.

Representing Physical Architecture in the UML.

Multiprocessor Systems.

Safety/Reliability Model.

9. Mechanistic Design.

Terms and Concepts.

Design Pattern Basics.

Mechanistic Design Patterns.

Correctness Patterns.

Execution Control Patterns.

10. Detailed Design.

Introduction to Detailed Design.

Terms and Concepts.

Data Structure.

Primitive Representational Types.

Subrange Constraints.

Derived Attributes.

Data Collection Structure.

Associations.

The Object Interface.

Definition of Operations.

Detailed Algorithmic Design.

Representing Algorithms in the UML.

Algorithmic Example: Run-Time Data Interpolation.

Exceptions.

Source Language-based Exception Handling.

State-based Exception Handling.

SECTION 4. ADVANCED REAL-TIME MODELING.

11. Threads and Schedulability.

Terms and Concepts.

Time-Based Systems.

Reactive Systems.

Time Concepts.

Scheduling Threads.

Rate Monotonic Scheduling.

Earliest Deadline Scheduling.

Least Laxity Dynamic Scheduling.

Maximum Urgency First Scheduling.

Weighted Shortest Processing Time First (WSPTF) Scheduling.

Minimizing Maximum Lateness Scheduling.

Thread Synchronization and Resource Sharing.

Mutual Exclusion Semaphore.

Dekker's Algorithm.

Spinlocks.

Counting Semaphores.

Condition Variables.

Barriers.

Rendezvous Objects.

Schedulability Analysis of Hard Real-Time Systems.

Global Analysis.

Global Method with Blocking.

Computing Blocking.

Separate Task Utilization Bounds.

Aperiodic Tasks.

Schedulability Analysis of Soft Real-Time Systems.

Warm and Fuzzy: Timeliness in the Soft Context.

Soft Schedulability.

12. Dynamic Modeling.

Terms and Concepts.

But is it the Right State Machine?

Behavioral Patterns.

Latch State Pattern.

Polling State Pattern.

Latched Data Pattern.

Device Mode State Pattern.

Transaction State Pattern.

Component Synchronization State Pattern.

Barrier State Pattern.

Event Hierarchy State Pattern.

Random State Pattern.

Null State Pattern.

Watchdog State Pattern.

Retriggerable Counter State Pattern.

Model-Level Debugging and Testing.

Animated Debugging.

Animated Testing.

Sample Debugging Session.

13. Real-Time Frameworks.

Terms and Concepts.

Real-Time Frameworks.

Architectural Support Patterns.

Safety and Reliability Patterns.

Behavioral Patterns.

Framework Design Principles and Metrics.

Set of Services.

Generalization Hierarchy Structure.

Replaceable Components.

Portability.

Naming and Syntax Conventions.

Performance.

The Rhapsody Object Execution Framework (OXF).

Rhapsody Architecture.

Execution Framework.

Interobject Association Patterns.

Using C++ Standard Template Library.

Abstract Operating System.

Animation Framework.

Sample Application Using the Rhapsody OXF Framework.

Appendix A: UML Notation Summary.

Appendix B: Introduction to Rhapsody.

Appendix C: Introduction to Timewiz.

Index.

CD-ROM Warranty. 0201498375T04062001

Preface

Goals

Today's world literally runs on embedded computers. Virtually every field of endeavor in our modern society depends on embedded computers from manufacturing to transportation to medicine. The typical household is a computing eco-system that includes telephones, televisions, washing machines, ovens, and a host of other silicon-based fauna. Many, if not most, of these computing devices have timeliness requirements to their functionality, so that late action is often wrong action. Many embedded devices have the capacity to do great harm if they malfunction or fail.

Not only are more things being handled by embedded computing devices, but the scope, complexity, and criticality of the things being handled is increasing geometrically. Technological advances are crucial in order to keep up with the increasing demands on the developer of such systems. Gone are the days when the hardware complexity was the limiting factor in the development of electrical devices. Most companies involved in the manufacture of real-time and embedded systems have realized the truism of "the tail that wags the dog" and have begun seriously looking at ways to improve software productivity. These better ways to develop real-time and embedded systems are the source and soul of this book.

Doing Hard Time: Designing and Implementing Embedded Systems with UML focuses on model-based development of real-time and embedded systems using the Unified Modified Language (UML) and a risk-based iterative development lifecycle called ROPES. UML is a 3rd generation modeling language that rigorously defines the semantics of the object metamodel and provided a notation for capturing and communicating object structure and behavior. The UML became a standard modeling language in the OMG in late 1996, and the author remains heavily involved in its ongoing effort. This book is based upon the 1.3 revision of the UML standard.

Model-based development is crucial in today's high-complexity, short-development-cycle business environment. It is important to focus on the fundamental abstractions of the problem rather than on the low-level details of its implementation; to focus on "should the control rods be in the reactor core to avoid a meltdown?" rather than "should I jump on non-zero or carry?" By increasing the level of abstraction, it is possible to build more complex systems with fewer defects in less time--a winning combination for everyone concerned.

Because the UML is executable, it is possible to automatically generate executable systems from UML models. The importance of this goes well beyond simply saving the time and effort of hand-translating code from abstract models. It is an enabling technology, allowing the developer to rapidly move from the inception of a concept to the testing of that concept. This allows early risk reduction and encourages exploration of the solution space. Conceptual defects can be identified and fixed very early before many dependencies on the flawed concepts are created, resulting in higher-quality systems in less calendar time.

This book is meant to be a fusion of a number of subject domains almost universally left disjoint--real-time concepts such as timeliness and performance, object modeling, a rapid development process, and system safety. This unified approach allows the developer to follow simple and well-understood process steps culminating with the delivery of correct and timely embedded solutions.

There are very few books on using objects in real-time systems and even fewer that use the latest in object modeling languages--the UML. Virtually all object-oriented books focus primarily on business or data base application domains and do not mention real-time aspects at all. On the other hand, texts on real-time systems have largely ignored object-oriented methods. For the most part, such books fall into two primary camps: those that bypass methodological considerations altogether and focus solely on "bare metal" programming and those that are highly theoretical with little advice for actually implementing workable systems. Doing Hard Time is meant to bridge for these technologies, presenting the development of deployable real-time systems using the object semantics and notation of the UML. It does so in a tool-independent manner, even though it does use a particular tool to demonstrate the examples.

Audience

The book is oriented towards the practicing professional software developer and the computer science major, in the junior year or higher. The book could serve as an undergraduate or graduate level text, but the focus is on practical development rather than a theoretical introduction. A few equations are to be found in this book, but more theoretical and mathematical approaches are referenced where appropriate. The book assumes a reasonable proficiency in at least one programming language and at least a cursory exposure to the fundamental concepts of both object orientation and real-time systems.

Organization

This book is organized into 5 sections:

  • The Basics
This section introduces the object semantics and notation of the UML, real-time systems, safety criticality, and development processes.
  • Analysis
This section deals with the various kinds of analysis, including the capturing of requirements with use cases, scenarios, and state machines, the identification of the key abstractions in a problem, and modeling the fundamental behavior.
  • Design
This section focuses on the addition of design level information, such as the concurrency model, creation of run-time artifacts (libraries, executables, and so on), mapping to physical architectures, the application of design patterns to optimize collaborations of objects, and modeling of algorithms.
  • Advanced Real-Time Modeling
This section discusses topics of interest in difficult or complex real-time and embedded applications. These topics include the determination of the schedulability of object models through mathematical analysis, the reification of general state machine solutions to commonly occurring behavioral problems into behavioral design patterns, and the structure and function of real-time frameworks.
  • Appendices
This book provides three appendices:
  1. UML Notational Guide: A short guide to the notations used in the UML and in the book.
  2. Introduction to Rhapsody: An introduction to the UML visual programming tool provided in the accompanying CD-ROM.
  3. Introduction to TimeWiz: An introduction to the schedulability analysis tool provided in the accompanying CD-ROM.

CD-ROM

The CD-ROM provided with this book contains three kinds of things:

  • The examples presented within the pages of the book
These models are given as Rhapsody projects and can be opened and manipulated with Rhapsody.
  • Rhapsody
The visual programming tool installation files.
  • TimeWiz
The schedulability analysis tool installation files.

I believe (and hope) that the needs of both the student and professional developer will be addressed by this book, and it is in this spirit that I offer it.

Acknowledgments

I wish to express thanks to my reviewers who tried hard to keep me honest and on topic, and who, I think, more or less succeeded:

Eran Gery, i-Logix
Jim Collins, i-Logix
Larry McAlister, ENSCO, Inc.
Therese M. Douglass, Air Traffic Software Architecture, Inc.
Gary Cernosek, Rational Software Corp.

I would also like to thank Neeraj Chandra and Gene Robinson of i-Logix for their support in allowing me to spend so much effort on this book, Doug Jensen of Mitre for his input on schedulability, Therese Douglass for her expertise in air traffic control systems, and the editorial team at Addison-Wesley, including Carter Shanklin, Krysia Bebick, and Maureen Willard, to name a few.

Bruce Powel Douglass, Ph.D.
Deep, Dark Winter, (early) 1999


0201498375P04062001

 
Purchase Reward: One Month Free Subscription
By completing any purchase on InformIT, you become eligible for an unlimited access one-month subscription to Safari Books Online.

Get access to thousands of books and training videos about technology, professional development and digital media from more than 40 leading publishers, including Addison-Wesley, Prentice Hall, Cisco Press, IBM Press, O'Reilly Media, Wrox, Apress, and many more. If you continue your subscription after your 30-day trial, you can receive 30% off a monthly subscription to the Safari Library for up to 12 months. That's a total savings of $199.