All Saints' College of Technology: Nabeela Ali & Iffat Khan
All Saints' College of Technology: Nabeela Ali & Iffat Khan
All Saints' College of Technology: Nabeela Ali & Iffat Khan
GANDHINAGAR, BHOPAL.
PRESENTED BY :.
NABEELA ALI & IFFAT KHAN
UML, the Art of Software Modeling.
What is
UNIFIED MODELING LANGUAGE?
• Unified modeling language ( UML) is
standardized graphical Modeling
Language for communicating software
design.
Name
Attributes
Operations
Visibility
These symbols indicate
the no. of instance of
one class linked to
instance of other class,
they place in end of
association.
Multiciplity
Association
Association shows relationship
between instances of class. It is
a link connecting two classes.
Example :
Aggregation & Composition
Top shows composition b/w two classes : a class has exactly one
carburetor, and a carburetor has at most one car. The diagram in
bottom shows Aggregation : a pond has zero or more ducks, and a
Duck has at most one Pond.
Generalisation
Interface :
Port :
Component Diagram Example