1 / 7

UML Static diagrams

UML Static diagrams. Static View: UML Component Diagram Component diagrams show the organization and dependencies among software components . Component: Source Component: source code at compile time Bynary Component: object code (object code file, static or dynamic libraries)

Télécharger la présentation

UML Static diagrams

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UML Static diagrams

  2. Static View: UML Component Diagram • Component diagrams show the organization and • dependencies among software components. • Component: • Source Component: source code at compile time • Bynary Component: object code (object code file, static ordynamic libraries) • Executable component: executable program • Built as part of a UML “architectural specification” • Developed by architects and programmers

  3. Component Diagram • Captures the physical structure of the implementation (code components) dependency • Components: • Executables • Library • Table • File • Document

  4. UML Deployment Diagram • Shows the relationships among Software andHardware components • It allows to highlight where and how components aredeployed in a distributed system • Hardware elements: • Nodes: represent Hardware devices • Connectionts: how nodes communicate • Software elements • Components: represent implementation modules • Dependencies: they describe the relationships • among components

  5. Deployment Diagram • Captures the topology of a system’s hardware A piece of hardware (TCP/IP)

  6. Example: Deployment diagram shows the relationships among software and hardware components involved in real estate transactions. Components are rectangles with tabs. The database components use barrel-shaped icons.

More Related