Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Mastering UML with Rational Rose 2002.pdf
Скачиваний:
137
Добавлен:
02.05.2014
Размер:
9.68 Mб
Скачать

Chapter 11: Deployment View

Summary

In this chapter, we covered the Deployment view of Rose. In the Deployment diagram, the team describes the network structure and where the various processes are run.

You now have the information you need to do the following:

Define the system scope with use cases and actors, and diagram the use cases and actors on a Use Case diagram.

Analyze a problem with use cases and Use Case documentation.

Describe the objects in the system and the system flow in a Sequence or Collaboration diagram.

Create the classes needed to implement the functionality in the flow of events, and diagram the classes.

Define and diagram the attributes, operations, and relationships of the classes.

Examine the dynamic behavior of a class by creating a Statechart diagram.

Perform an architectural assessment by grouping the classes into packages and examining the relationships between the classes and the packages.

Define and view the physical structure of the system in a Component diagram.

View the network structure and deployment information on a Deployment diagram.

In the next chapter, we'll take a close look at the code−generation features of Rose. The next few chapters will discuss how to generate C++, Java, Visual Basic, and CORBA/IDL code from a Rose model. We'll also look at how to design a database using Rose, how to work with XML and Rose, and how to model a web application in Rose.

400