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

Chapter 10: Component View

ProductMgr class to ProductMgr package specification

CartInterface class to CartInterface package specification

Summary

In this chapter, we examined the Component view of Rose. The Component view is concerned with the physical structure of the system. A component is simply a file associated with the system. It may be a source code file, an executable file, or a DLL file. In Rose, there are various icons you can use to distinguish the different types of components.

Classes are mapped to specific languages by first mapping them to components. Each component is assigned a specific language. In the Enterprise version of Rose, you can generate part of your code in one language and part in another.

Component dependencies give you information about the compilation dependencies. These relationships will let you know in what order the various components must be compiled.

In the next chapter, we'll discuss how the components are deployed on the network.

380