Download presentation
Presentation is loading. Please wait.
1
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
( ) OBJECT ORIENTED ANALYSIS AND DESIGN III B. Tech II Sem UNIT-5
2
Component diagram Illustrate the organizations and dependencies of the physical components in a system. Has a higher level of abstraction than a Class diagram - usually implemented by one or more classes. Symbols and Notations Components A large rectangle with two smaller rectangles on the side.
3
Component diagram(continued)
Interface An interface describes a group of operations used or created by components. It represents a declaration of a set of coherent public features and obligations, similar to a contract. Dependencies Dashed arrows.
4
Component diagram(continued)
Order provides a component interface, which is a collection of one or more methods with or without attributes. Account and customer components are dependent upon the interface of the order. order customer account
5
Component diagram for library management
6
Deployment diagram Deployment diagrams are used to visualize the topology of the physical components of a system where the software components are deployed. So deployment diagrams are used to describe the static deployment view of a system. Deployment diagrams consist of nodes and their relationships.
7
Deployment diagram for library management system.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.