SlideShare a Scribd company logo
1 of 7
Download to read offline
1
Session
Unified Modeling Language
Checklist
 Introduction to UML
 Case Study: Order Processing System
2
Introduction
UML is a modeling tool with graphical notations. It is mainly used by Business Analysts and
Software Engineers. Business Analysts use them for modeling a business flow or to define a
process. Software Engineers use UML for Object Oriented Analysis Design. UML helps software
engineers to communicate their design over the team
UML is maintained by Object Mentor Groups (OMG) a non-profit organization which is
responsible for designing the specification for UML.
How I am going to approach UML?
There are presently 13 official diagram types described by UML 2.0. These official diagrams are
classified as Structural Diagram and Behavioral Diagram. Figure 1 shows UML classification
1. Structural Diagram – These diagrams deal with technical aspects of the system. How the
functional blocks are modeled in a system.
2. Behavioral Diagram – These diagrams deal with the functional flow or process of a
system.
What to do with all these diagrams?
 When the project complexity increases we need some of these diagrams as a
communication medium across all the stake holders in the project. Stakeholders with
different backgrounds will be part of the project. UML diagrams help each stakeholder
to understand the system.
 With different diagrams it is easy to pinpoint the logical mistakes. It will help us to invest
our efforts where it is required.
3
Figure 1: UML Classification Diagram
4
Case Study
I am firm believer in “Learning by doing”. I am going to use this case study in further articles to
learn “How to construct” UML diagrams. The case study presented here is a scaled down
version of Order processing system. As every project starts with gathering requirements, let us
go through the requirements and understand the problem before us.
The Problem Statement
A computer store wants to acquire an automated tool for placing orders. An order may be
placed by a single registered customer. Customers can edit or remove the order before they
pay. An order is considered valid if there is at least one item and ordered items are in stock. The
system should keep track of the inventory. Customers can make their order confirmation by
paying the net amount. They can pay by cash or by using credit card. An invoice is given after
servicing the order.
Some additional requirements when customer uses credit card.
1. The credit card must be under the name of the customer
2. The validity of the credit card must exceed at least two weeks the current date of the
order servicing
3. The credit level must exceed the amount due of the order
Note:
You will see the problem statement changing from session to session. I have to do this because
you will have an opportunity to use as much concepts available in each session.
FAQ’s ?...
Let’s get an overall picture of How’s? & Why’s? before proceeding to the details of modeling. I
have listed some questions that I had in mind before starting to learn UML. Feel free to skip
them if you are familiar with the background of UML.
5
1. Who uses UML?
UML is used by Business Analyst, Programmers and Project Managers. It is not confined
to Software Industry alone, although software industry is the key player in using UML.
Business Analyst use UML to gather requirements from their clients and understand the
business process. They use UML as a communicating medium to help programmers
understand what is required out of the system.
Programmers use UML to design the system. They use UML to assign responsibilities to
engineers. Engineers use these modular level diagrams to construct the system.
Project Management use UML to improve the performances of a business process,
monitor the development life cycle.
2. Will I be using all the diagrams?
No, it depends on what role you play in your project. For instance, if you are a developer
you will use Class diagram, Object diagram and sequence diagram to construct a
particular module of a system.
3. I have seen projects which don’t give much concern about UML? Is it so? Why?
Yes, that is true. It depends upon the project methodology you are using.
One such example is Extreme programming model where the model is mainly focused
on coding. It strips out unimportant aspects like documentation/modeling. Clients
communicate and work with programmers to deliver the product.
But in case of other models like Waterfall, Agile and Iterative process UML is an integral
part of the process. Some business processes even have a separate team for modeling
diagrams.
4. Will this set of articles deal with Model Driven Architecture?
No, Model Driven Architecture is still in its development stage and is not widely used. In
addition to it, MDA is a whole topic which I could not address them in these set of
articles.
6
5. Where does UML fit in a project life cycle?
UML is de-facto in forward engineering; people use to design before they begin to code.
In reverse engineering it is used for understanding the code. Some Integrated
Development Environments (IDE’s) have the capability to generate source code from
UML diagrams.
6. Where are the references for these articles?
There is no specific book or online course as reference for my articles. Web is my
resource; it has wealth of information for you to refer.
7. How can I draw these UML diagrams? What is the development environment required
for using UML?
Just like other programming languages, UML too has its share of modeling tools in the
market. Wikipedia list all the modeling tools here.
8. How to choose my modeling tools?
It is a trick question to answer but I will try to be honest. Choosing a modeling tool
depends upon your requirement and why you need it.
If you are a student who needs to learn using UML then my best bet is to try open
source projects.
If you are a team leader who is a position to select the tool which is required for your
team then I would suggest looking through the usability, whether team collaboration
feature is supported and technical support from the vendor is good before choosing
one.
There is a stack overflow discussion going on here which will help to keep your first foot.
7
Review
 UML is a modeling language maintained by Object Mentor Group
 UML diagrams are used by various stake holders in a project
 There are 13 official diagrams supported by UML 2.0
 The case study to be used in these article is Order processing system

More Related Content

What's hot

Interaction overview and Profile UML Diagrams
Interaction overview and Profile UML DiagramsInteraction overview and Profile UML Diagrams
Interaction overview and Profile UML DiagramsHusnain Safdar
 
Component Diagram Example Templates
Component Diagram Example TemplatesComponent Diagram Example Templates
Component Diagram Example TemplatesCreately
 
Sequence diagram- UML diagram
Sequence diagram- UML diagramSequence diagram- UML diagram
Sequence diagram- UML diagramRamakant Soni
 
Darshan sem4 140703_ooad_2014 (diagrams)
Darshan sem4 140703_ooad_2014 (diagrams)Darshan sem4 140703_ooad_2014 (diagrams)
Darshan sem4 140703_ooad_2014 (diagrams)Gajeshwar Bahekar
 
SE_Lec 09_ UML Behaviour Diagrams
SE_Lec 09_ UML Behaviour DiagramsSE_Lec 09_ UML Behaviour Diagrams
SE_Lec 09_ UML Behaviour DiagramsAmr E. Mohamed
 
Basic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMDBasic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMDjayashri kolekar
 
SE_Lec 08_UML Use Cases
SE_Lec 08_UML Use CasesSE_Lec 08_UML Use Cases
SE_Lec 08_UML Use CasesAmr E. Mohamed
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagramfahad_uaar
 
SE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and DesignSE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and DesignAmr E. Mohamed
 
SE18_Lec 10_ UML Behaviour and Interaction Diagrams
SE18_Lec 10_ UML Behaviour and Interaction DiagramsSE18_Lec 10_ UML Behaviour and Interaction Diagrams
SE18_Lec 10_ UML Behaviour and Interaction DiagramsAmr E. Mohamed
 
Use case Diagram and Sequence Diagram
Use case Diagram and Sequence DiagramUse case Diagram and Sequence Diagram
Use case Diagram and Sequence DiagramNikhil Pandit
 
Use case diagrams
Use case diagramsUse case diagrams
Use case diagramsMir Majid
 
UML Diagrams For Online Course Portal
UML Diagrams For Online Course PortalUML Diagrams For Online Course Portal
UML Diagrams For Online Course PortalHarieHaren GV
 
SE18_Lec 08_UML Class Diagram
SE18_Lec 08_UML Class DiagramSE18_Lec 08_UML Class Diagram
SE18_Lec 08_UML Class DiagramAmr E. Mohamed
 
Communication diagram Introduction
Communication diagram IntroductionCommunication diagram Introduction
Communication diagram IntroductionDineesha Suraweera
 
SE18_Lec 06_Object Oriented Analysis and Design
SE18_Lec 06_Object Oriented Analysis and DesignSE18_Lec 06_Object Oriented Analysis and Design
SE18_Lec 06_Object Oriented Analysis and DesignAmr E. Mohamed
 
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)Dr Sukhpal Singh Gill
 

What's hot (20)

Interaction overview and Profile UML Diagrams
Interaction overview and Profile UML DiagramsInteraction overview and Profile UML Diagrams
Interaction overview and Profile UML Diagrams
 
Component Diagram Example Templates
Component Diagram Example TemplatesComponent Diagram Example Templates
Component Diagram Example Templates
 
Sequence diagram- UML diagram
Sequence diagram- UML diagramSequence diagram- UML diagram
Sequence diagram- UML diagram
 
Darshan sem4 140703_ooad_2014 (diagrams)
Darshan sem4 140703_ooad_2014 (diagrams)Darshan sem4 140703_ooad_2014 (diagrams)
Darshan sem4 140703_ooad_2014 (diagrams)
 
Uml
UmlUml
Uml
 
SE_Lec 09_ UML Behaviour Diagrams
SE_Lec 09_ UML Behaviour DiagramsSE_Lec 09_ UML Behaviour Diagrams
SE_Lec 09_ UML Behaviour Diagrams
 
Basic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMDBasic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMD
 
Use case model
Use case modelUse case model
Use case model
 
SE_Lec 08_UML Use Cases
SE_Lec 08_UML Use CasesSE_Lec 08_UML Use Cases
SE_Lec 08_UML Use Cases
 
Collaboration Diagram
Collaboration DiagramCollaboration Diagram
Collaboration Diagram
 
SE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and DesignSE_Lec 06_Object Oriented Analysis and Design
SE_Lec 06_Object Oriented Analysis and Design
 
SE18_Lec 10_ UML Behaviour and Interaction Diagrams
SE18_Lec 10_ UML Behaviour and Interaction DiagramsSE18_Lec 10_ UML Behaviour and Interaction Diagrams
SE18_Lec 10_ UML Behaviour and Interaction Diagrams
 
Use case Diagram and Sequence Diagram
Use case Diagram and Sequence DiagramUse case Diagram and Sequence Diagram
Use case Diagram and Sequence Diagram
 
Use case diagrams
Use case diagramsUse case diagrams
Use case diagrams
 
UML Diagrams For Online Course Portal
UML Diagrams For Online Course PortalUML Diagrams For Online Course Portal
UML Diagrams For Online Course Portal
 
SE18_Lec 08_UML Class Diagram
SE18_Lec 08_UML Class DiagramSE18_Lec 08_UML Class Diagram
SE18_Lec 08_UML Class Diagram
 
Communication diagram Introduction
Communication diagram IntroductionCommunication diagram Introduction
Communication diagram Introduction
 
Uml Diagrams
Uml DiagramsUml Diagrams
Uml Diagrams
 
SE18_Lec 06_Object Oriented Analysis and Design
SE18_Lec 06_Object Oriented Analysis and DesignSE18_Lec 06_Object Oriented Analysis and Design
SE18_Lec 06_Object Oriented Analysis and Design
 
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
 

Viewers also liked

Exercices uml-corrige
Exercices uml-corrigeExercices uml-corrige
Exercices uml-corrigeAmineMouhout1
 
diagramme des cas d'utilisation
diagramme des cas d'utilisationdiagramme des cas d'utilisation
diagramme des cas d'utilisationAmir Souissi
 
Uml diagrams
Uml diagramsUml diagrams
Uml diagramsbarney92
 
Object Oriented Modeling and Design with UML
Object Oriented Modeling and Design with UMLObject Oriented Modeling and Design with UML
Object Oriented Modeling and Design with UMLMalek Sumaiya
 

Viewers also liked (6)

Exercices uml-corrige
Exercices uml-corrigeExercices uml-corrige
Exercices uml-corrige
 
diagramme des cas d'utilisation
diagramme des cas d'utilisationdiagramme des cas d'utilisation
diagramme des cas d'utilisation
 
Cours uml
Cours umlCours uml
Cours uml
 
Uml diagrams
Uml diagramsUml diagrams
Uml diagrams
 
Object Oriented Modeling and Design with UML
Object Oriented Modeling and Design with UMLObject Oriented Modeling and Design with UML
Object Oriented Modeling and Design with UML
 
Uml & cas d'utilisation
Uml & cas d'utilisationUml & cas d'utilisation
Uml & cas d'utilisation
 

Similar to Introduction to UML

Software Engineering Tools and Practices.pdf
Software Engineering Tools and Practices.pdfSoftware Engineering Tools and Practices.pdf
Software Engineering Tools and Practices.pdfMeagGhn
 
[RPL2] Pertemuan 3 - UML dan USECASE VIEW
[RPL2] Pertemuan 3 - UML dan USECASE VIEW[RPL2] Pertemuan 3 - UML dan USECASE VIEW
[RPL2] Pertemuan 3 - UML dan USECASE VIEWrizki adam kurniawan
 
Quality Assurance. Quality Assurance Approach. White Box
Quality Assurance. Quality Assurance Approach. White BoxQuality Assurance. Quality Assurance Approach. White Box
Quality Assurance. Quality Assurance Approach. White BoxKimberly Jones
 
OOAD U1.pptx
OOAD U1.pptxOOAD U1.pptx
OOAD U1.pptxanguraju1
 
SELECT21.pptx
SELECT21.pptxSELECT21.pptx
SELECT21.pptxdevnasra1
 
502 Object Oriented Analysis and Design.pdf
502 Object Oriented Analysis and Design.pdf502 Object Oriented Analysis and Design.pdf
502 Object Oriented Analysis and Design.pdfPradeepPandey506579
 
Cs 2401 Unit 1
Cs 2401 Unit 1Cs 2401 Unit 1
Cs 2401 Unit 1Susan Cox
 
Modeling software with UML
Modeling software with UMLModeling software with UML
Modeling software with UML6020 peaks
 
Object Oriented Database
Object Oriented DatabaseObject Oriented Database
Object Oriented DatabaseMegan Espinoza
 
Unit-II(STATIC UML DIAGRAMS).ppt
Unit-II(STATIC UML DIAGRAMS).pptUnit-II(STATIC UML DIAGRAMS).ppt
Unit-II(STATIC UML DIAGRAMS).pptganeshkarthy
 
07. MTE - Studi Kasus Pemodelan Sistem.pptx
07. MTE - Studi Kasus Pemodelan Sistem.pptx07. MTE - Studi Kasus Pemodelan Sistem.pptx
07. MTE - Studi Kasus Pemodelan Sistem.pptxAsalReview
 

Similar to Introduction to UML (20)

Design UML diagrams
Design UML diagramsDesign UML diagrams
Design UML diagrams
 
Design UML diagrams
Design UML diagramsDesign UML diagrams
Design UML diagrams
 
Uml doc
Uml docUml doc
Uml doc
 
Software Engineering Tools and Practices.pdf
Software Engineering Tools and Practices.pdfSoftware Engineering Tools and Practices.pdf
Software Engineering Tools and Practices.pdf
 
[RPL2] Pertemuan 3 - UML dan USECASE VIEW
[RPL2] Pertemuan 3 - UML dan USECASE VIEW[RPL2] Pertemuan 3 - UML dan USECASE VIEW
[RPL2] Pertemuan 3 - UML dan USECASE VIEW
 
Quality Assurance. Quality Assurance Approach. White Box
Quality Assurance. Quality Assurance Approach. White BoxQuality Assurance. Quality Assurance Approach. White Box
Quality Assurance. Quality Assurance Approach. White Box
 
OOAD U1.pptx
OOAD U1.pptxOOAD U1.pptx
OOAD U1.pptx
 
Chapter1
Chapter1Chapter1
Chapter1
 
UML Design
UML DesignUML Design
UML Design
 
SELECT21.pptx
SELECT21.pptxSELECT21.pptx
SELECT21.pptx
 
Object oriented analysis and design unit- ii
Object oriented analysis and design unit- iiObject oriented analysis and design unit- ii
Object oriented analysis and design unit- ii
 
502 Object Oriented Analysis and Design.pdf
502 Object Oriented Analysis and Design.pdf502 Object Oriented Analysis and Design.pdf
502 Object Oriented Analysis and Design.pdf
 
Uml intro
Uml introUml intro
Uml intro
 
Cs 2401 Unit 1
Cs 2401 Unit 1Cs 2401 Unit 1
Cs 2401 Unit 1
 
Modeling software with UML
Modeling software with UMLModeling software with UML
Modeling software with UML
 
Object Oriented Database
Object Oriented DatabaseObject Oriented Database
Object Oriented Database
 
Unit-II(STATIC UML DIAGRAMS).ppt
Unit-II(STATIC UML DIAGRAMS).pptUnit-II(STATIC UML DIAGRAMS).ppt
Unit-II(STATIC UML DIAGRAMS).ppt
 
Sdlc
SdlcSdlc
Sdlc
 
Sdlc
SdlcSdlc
Sdlc
 
07. MTE - Studi Kasus Pemodelan Sistem.pptx
07. MTE - Studi Kasus Pemodelan Sistem.pptx07. MTE - Studi Kasus Pemodelan Sistem.pptx
07. MTE - Studi Kasus Pemodelan Sistem.pptx
 

More from University of Texas at Dallas (7)

State Diagram
State DiagramState Diagram
State Diagram
 
Deployment Diagram
Deployment DiagramDeployment Diagram
Deployment Diagram
 
Class diagram
Class diagramClass diagram
Class diagram
 
Libraries
LibrariesLibraries
Libraries
 
Yocto project
Yocto projectYocto project
Yocto project
 
Subversion Reference
Subversion ReferenceSubversion Reference
Subversion Reference
 
Subversion
SubversionSubversion
Subversion
 

Recently uploaded

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Recently uploaded (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Introduction to UML

  • 1. 1 Session Unified Modeling Language Checklist  Introduction to UML  Case Study: Order Processing System
  • 2. 2 Introduction UML is a modeling tool with graphical notations. It is mainly used by Business Analysts and Software Engineers. Business Analysts use them for modeling a business flow or to define a process. Software Engineers use UML for Object Oriented Analysis Design. UML helps software engineers to communicate their design over the team UML is maintained by Object Mentor Groups (OMG) a non-profit organization which is responsible for designing the specification for UML. How I am going to approach UML? There are presently 13 official diagram types described by UML 2.0. These official diagrams are classified as Structural Diagram and Behavioral Diagram. Figure 1 shows UML classification 1. Structural Diagram – These diagrams deal with technical aspects of the system. How the functional blocks are modeled in a system. 2. Behavioral Diagram – These diagrams deal with the functional flow or process of a system. What to do with all these diagrams?  When the project complexity increases we need some of these diagrams as a communication medium across all the stake holders in the project. Stakeholders with different backgrounds will be part of the project. UML diagrams help each stakeholder to understand the system.  With different diagrams it is easy to pinpoint the logical mistakes. It will help us to invest our efforts where it is required.
  • 3. 3 Figure 1: UML Classification Diagram
  • 4. 4 Case Study I am firm believer in “Learning by doing”. I am going to use this case study in further articles to learn “How to construct” UML diagrams. The case study presented here is a scaled down version of Order processing system. As every project starts with gathering requirements, let us go through the requirements and understand the problem before us. The Problem Statement A computer store wants to acquire an automated tool for placing orders. An order may be placed by a single registered customer. Customers can edit or remove the order before they pay. An order is considered valid if there is at least one item and ordered items are in stock. The system should keep track of the inventory. Customers can make their order confirmation by paying the net amount. They can pay by cash or by using credit card. An invoice is given after servicing the order. Some additional requirements when customer uses credit card. 1. The credit card must be under the name of the customer 2. The validity of the credit card must exceed at least two weeks the current date of the order servicing 3. The credit level must exceed the amount due of the order Note: You will see the problem statement changing from session to session. I have to do this because you will have an opportunity to use as much concepts available in each session. FAQ’s ?... Let’s get an overall picture of How’s? & Why’s? before proceeding to the details of modeling. I have listed some questions that I had in mind before starting to learn UML. Feel free to skip them if you are familiar with the background of UML.
  • 5. 5 1. Who uses UML? UML is used by Business Analyst, Programmers and Project Managers. It is not confined to Software Industry alone, although software industry is the key player in using UML. Business Analyst use UML to gather requirements from their clients and understand the business process. They use UML as a communicating medium to help programmers understand what is required out of the system. Programmers use UML to design the system. They use UML to assign responsibilities to engineers. Engineers use these modular level diagrams to construct the system. Project Management use UML to improve the performances of a business process, monitor the development life cycle. 2. Will I be using all the diagrams? No, it depends on what role you play in your project. For instance, if you are a developer you will use Class diagram, Object diagram and sequence diagram to construct a particular module of a system. 3. I have seen projects which don’t give much concern about UML? Is it so? Why? Yes, that is true. It depends upon the project methodology you are using. One such example is Extreme programming model where the model is mainly focused on coding. It strips out unimportant aspects like documentation/modeling. Clients communicate and work with programmers to deliver the product. But in case of other models like Waterfall, Agile and Iterative process UML is an integral part of the process. Some business processes even have a separate team for modeling diagrams. 4. Will this set of articles deal with Model Driven Architecture? No, Model Driven Architecture is still in its development stage and is not widely used. In addition to it, MDA is a whole topic which I could not address them in these set of articles.
  • 6. 6 5. Where does UML fit in a project life cycle? UML is de-facto in forward engineering; people use to design before they begin to code. In reverse engineering it is used for understanding the code. Some Integrated Development Environments (IDE’s) have the capability to generate source code from UML diagrams. 6. Where are the references for these articles? There is no specific book or online course as reference for my articles. Web is my resource; it has wealth of information for you to refer. 7. How can I draw these UML diagrams? What is the development environment required for using UML? Just like other programming languages, UML too has its share of modeling tools in the market. Wikipedia list all the modeling tools here. 8. How to choose my modeling tools? It is a trick question to answer but I will try to be honest. Choosing a modeling tool depends upon your requirement and why you need it. If you are a student who needs to learn using UML then my best bet is to try open source projects. If you are a team leader who is a position to select the tool which is required for your team then I would suggest looking through the usability, whether team collaboration feature is supported and technical support from the vendor is good before choosing one. There is a stack overflow discussion going on here which will help to keep your first foot.
  • 7. 7 Review  UML is a modeling language maintained by Object Mentor Group  UML diagrams are used by various stake holders in a project  There are 13 official diagrams supported by UML 2.0  The case study to be used in these article is Order processing system