Introduction to UML Created By: Ajay Bahoriya. Acknowledgements Slides material are taken from different sources including: Slides material are taken.

Slides:



Advertisements
Similar presentations
UML (Sequence Diagrams, Collaboration and State Chart Diagrams) Presentation By - SANDEEP REDDY CHEEDEPUDI (Student No: ) - VISHNU CHANDRADAS (Student.
Advertisements

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 9 Slide 1 Appendix 3 Object-Oriented Analysis and Design.
2008/03/25 Unified Modeling Lanauage 1 Introduction to Unified Modeling Language (UML) – Part One Ku-Yaw Chang Assistant Professor.
Introduction to UML. Acknowledgements Slides material are taken from different sources including: Slides material are taken from different sources including:
Use Case Diagram © copyright 2001 SNU OOPSLA Lab..
Software Engineering COMP 201
Lecturer: Sebastian Coope Ashton Building, Room G.18 COMP 201 web-page: Lecture.
Irwin/McGraw-Hill Copyright © 2004 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS6th Edition.
Essentials of interaction diagrams Lecture 23 & 24.
Essentials of interaction diagrams Lecture Outline Collaborations Interaction on collaboration diagrams Sequence diagrams Messages from an object.
The Unified Modeling Language
Unified Modeling Language
Introduction to UML Prashanth Aedunuthula Fall, 2004.
Introduction to UML Shiyuan Jin Fall, 2006.
Chapter 7: The Object-Oriented Approach to Requirements
UML Diagrams Computer Science I.
CS3773 Software Engineering
UML Collaboration Diagram. Recap System Sequence Diagrams (SSD) UML for SSD Examples.
CS 360 Lecture 6.  A model is a simplification of reality  We build models to better understand the system being developed.  We build models of complex.
Prepared by Afra`a Sayah. Introduction. Weekly Tasks. Plane Phase. Analysis Phase. Design Phase. Report Rules. Conclusion. 2.
System Sequence Diagrams. Recap When to create SSD? How to identify classes/instances? Use case descriptions UML notations for SSD.
Lecture 7 Object Oriented Design. Outline  What is UML and why we use UML?  How to use UML diagrams to design software system?  What UML Modeling tools.
Systems Analysis and Design in a Changing World, Fifth Edition
Presented by: CHAN LAI SAN ( ) REBAH DAW SARREB ( ) FIDA AL-OBAISI ( ) 08 April 2008 (Tuesday 6pm – 7:30pm)
Requirements Analysis Visual Modeling] Lab 02 Visual Modeling (from Visual Modeling with Rational Rose and UML) A way of thinking about problems using.
Copyright 2002 Prentice-Hall, Inc. Chapter 2 Object-Oriented Analysis and Design Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey.
COP4331UML Lecture Presented By: Antoniya Petkova 9/11/2009 Originally Prepared By: Pengju Shang for EEL5881 Software Engineering I.
EEL5881 Software Engineering I UML Lecture Yi Luo.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 14 Slide 1 Object-oriented Design.
Fall 2010 CS4310 Requirements Engineering A Brief Review of UML & OO Dr. Guoqiang Hu Department of Computer Science UTEP 1.
Class diagram Used for describing structure and behaviour in the use cases Provide a conceptual model of the system in terms of entities and their relationships.
7 Systems Analysis and Design in a Changing World, Fifth Edition.
An Introduction to the Unified Modeling Language
Course Instructor: Kashif Ihsan 1. Chapter # 3 2.
Use Case Diagram The purpose is to communicate the system’s functionality and behaviour to the customer or end user. Mainly used for capturing user requirements.
Interaction Diagrams Interaction Diagrams allow the designer to show how groups of objects collaborate in some behavior. –Interaction Diagrams will show.
Design Model Lecture p6 T120B pavasario sem.
Introduction to UML CS A470. What is UML? Unified Modeling Language –OMG Standard, Object Management Group –Based on work from Booch, Rumbaugh, Jacobson.
Systems Analysis and Design in a Changing World, Fourth Edition
Lecture 9-1 : Intro. to UML (Unified Modeling Language)
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
Chapter 3: Introducing the UML
UML Course Instructor: Rizwana Noor. Overview  Modeling  What is UML?  Why UML?  UML Diagrams  Use Case  Components  Relationships  Notations.
McGraw-Hill/Irwin© 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 17 Object-Oriented Design and Modeling Using the UML.
Lecture 13. Unified Modeling Language (UML) The first applications you wrote in CS201 were easy to think out and code with no intermediate steps. Lab.
SWE 214 (071) Introduction to UML Slide 1 Introduction to UML.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 14 Slide 1 Object-Oriented Design.
System modeling and the Unified Modeling Language (UML) CS
UML CSE 470 : Software Engineering. Unified Modeling Language UML is a modeling language to express and design documents, software –Particularly useful.
UML CSE 470 : Software Engineering. Unified Modeling Language UML is a modeling language to express and design documents, software –Particularly useful.
Introduction to UML Mohammad Zubair Ahmad Summer 2007.
 Class and Diagram  Representation of Class Name Attributes Operations  Visibility of Attributes and Operations.
Introduction to UML.
Lecture 14 CS202.
UML-Class Diagrams. UML-Class Diagrams Order placement problem A Company has two types of customers, corporate customers and personal customers. All.
Introduction to UML Majid Ali Khan Spring 2005 Introduce myself.
Inheritance Allows extension and reuse of existing code
Object-Oriented Analysis and Design
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Unified Modeling Language
Introduction to UML Shiyuan Jin Spring, 2006.
Introduction to Unified Modeling Language (UML)
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Introduction to UML Introduction to UML Shiyuan Jin September,23,2002
Sequence Diagrams.
Software models and the Unified Modeling Language (UML)
Simple UML 13 Nov 2018.
Shiyuan Jin Fall, 2003 September,16,2003
Class Diagrams Class diagram is basically a graphical representation of the static view of the system and represents different aspects of the application.
CSE470 Software Engineering UML Lecture.  UML resource page
Presentation transcript:

Introduction to UML Created By: Ajay Bahoriya

Acknowledgements Slides material are taken from different sources including: Slides material are taken from different sources including: Prashanth Aedunuthula UML presentation, Fall 2004 Prashanth Aedunuthula UML presentation, Fall 2004 Lecture slides from Software Engineering course at UC Berkeley (Professor Necula – Fall 2004) Lecture slides from Software Engineering course at UC Berkeley (Professor Necula – Fall 2004) Lecture slides from a course on web at: Lecture slides from a course on web at: teaching/ws /OOA+D/3-0-UML.pdf teaching/ws /OOA+D/3-0-UML.pdf

Overview What is Modeling? What is Modeling? What is UML? What is UML? A brief history of UML A brief history of UML Understanding the basics of UML Understanding the basics of UML UML diagrams UML diagrams UML Modeling tools UML Modeling tools

Modeling Describing a system at a high level of abstraction Describing a system at a high level of abstraction A model of the system A model of the system Used for requirements and specifications Used for requirements and specifications Is it necessary to model software systems? Is it necessary to model software systems?

What is UML? UML stands for “Unified Modeling Language” UML stands for “Unified Modeling Language” It is a industry-standard graphical language for specifying, visualizing, constructing, and documenting the artifacts of software systems It is a industry-standard graphical language for specifying, visualizing, constructing, and documenting the artifacts of software systems The UML uses mostly graphical notations to express the OO analysis and design of software projects. The UML uses mostly graphical notations to express the OO analysis and design of software projects. Simplifies the complex process of software design Simplifies the complex process of software design

Why UML for Modeling Use graphical notation to communicate more clearly than natural language (imprecise) and code(too detailed). Use graphical notation to communicate more clearly than natural language (imprecise) and code(too detailed). Help acquire an overall view of a system. Help acquire an overall view of a system. UML is not dependent on any one language or technology. UML is not dependent on any one language or technology. UML moves us from fragmentation to standardization. UML moves us from fragmentation to standardization.

Types of UML Diagrams Use Case Diagram Use Case Diagram Class Diagram Class Diagram Sequence Diagram Sequence Diagram Collaboration Diagram Collaboration Diagram State Diagram State Diagram This is only a subset of diagrams … but are most widely used

Use Case Diagram Used for describing a set of user scenarios Mainly used for capturing user requirements Work like a contract between end user and software developers

Use Case Diagram (core components) Actors: A role that a user plays with respect to the system,including human users and other systems. e.g.,inanimate physical objects (e.g. robot); an external system that needs some information from the current system. Use case: A set of scenarios that describing an interaction between a user and a system, including alternatives. System boundary: rectangle diagram representing the boundary between the actors and the system.

Use Case Diagram(core relationship) Association: communication between an actor and a use case; Represented by a solid line. Generalization: relationship between one general use case and a special use case (used for defining special alternatives) Represented by a line with a triangular arrow head toward the parent use case.

Use Case Diagram(core relationship) Extend: a dotted line labeled > with an arrow toward the base case. T he extending use case may add behavior to the base use case. The base class declares “extension points”. > Include: a dotted line labeled > beginning at base use case and ending with an arrows pointing to the include use case. The include relationship occurs when a chunk of behavior is similar across more than one use case. Use “include” in stead of copying the description of that behavior. >

Use Case Diagrams Library System Borrow Order Title Fine Remittance Client Employee Supervisor A generalized description of how a system will be used. Provides an overview of the intended functionality of the system Boundary Actor Use Case

Use Case Diagrams (cont.) (TogetherSoft, Inc)

Use Case Diagrams (cont.) Pay Bill is a parent use case and Bill Insurance is the child use case. (generalization) Both Make Appointment and Request Medication include Check Patient Record as a subtask.(include) The extension point is written inside the base case Pay bill; the extending class Defer payment adds the behavior of this extension point. (extend)

Class diagram Used for describing structure and behavior in the use cases Used for describing structure and behavior in the use cases Provide a conceptual model of the system in terms of entities and their relationships Provide a conceptual model of the system in terms of entities and their relationships Used for requirement capture, end-user interaction Used for requirement capture, end-user interaction Detailed class diagrams are used for developers Detailed class diagrams are used for developers

Class representation Each class is represented by a rectangle subdivided into three compartments Each class is represented by a rectangle subdivided into three compartments Name Name Attributes Attributes Operations Operations Modifiers are used to indicate visibility of attributes and operations. Modifiers are used to indicate visibility of attributes and operations. ‘+’ is used to denote Public visibility (everyone) ‘+’ is used to denote Public visibility (everyone) ‘#’ is used to denote Protected visibility (friends and derived) ‘#’ is used to denote Protected visibility (friends and derived) ‘-’ is used to denote Private visibility (no one) ‘-’ is used to denote Private visibility (no one) By default, attributes are hidden and operations are visible. By default, attributes are hidden and operations are visible.

An example of Class An example of Class Account_Name - Customer_Name - Balance +addFunds( ) +withDraw( ) +transfer( ) Name Attributes Operations

OO Relationships There are two kinds of Relationships There are two kinds of Relationships Generalization (parent-child relationship) Generalization (parent-child relationship) Association (student enrolls in course) Association (student enrolls in course) Associations can be further classified as Associations can be further classified as Aggregation Aggregation Composition Composition

Subtype2 Supertype Subtype1 OO Relationships: Generalization - Generalization expresses a parent/child relationship among related classes. - Used for abstracting details in several layers Regular Customer Loyalty Customer Example: Regular Customer Loyalty Customer or:

Represent relationship between instances of classes Represent relationship between instances of classes Student enrolls in a course Student enrolls in a course Courses have students Courses have students Courses have exams Courses have exams Etc. Etc. Association has two ends Association has two ends Role names (e.g. enrolls) Role names (e.g. enrolls) Multiplicity (e.g. One course can have many students) Multiplicity (e.g. One course can have many students) Navigability (unidirectional, bidirectional) Navigability (unidirectional, bidirectional) OO Relationships: Association

Association: Multiplicity and Roles UniversityPerson * * Multiplicity SymbolMeaning 1One and only one 0..1Zero or one M..NFrom M to N (natural language) *From zero to any positive integer 0..*From zero to any positive integer 1..*From one to any positive integer teacher employer Role “A given university groups many people; some act as students, others as teachers. A given student belongs to a single university; a given teacher may or may not be working for the university at a particular time.” student

Class Diagram Order -dateReceived -isPrepaid -number :String -price : Money +dispatch() +close() Customer -name -address +creditRating() : String() Corporate Customer -contactName -creditRating -creditLimit +remind() +billForMonth(Integer) Personal Customer -creditCard# OrderLine -quantity: Integer -price: Money -isSatisfied: Boolean Product * 1 1 * Employee * {if Order.customer.creditRating is "poor", then Order.isPrepaid must be true } * 1 Constraint (inside braces{}} Operations Attributes Name Association Multiplicity: mandatory Multiplicity: Many value Multiplicity: optional Generalization [from UML Distilled Third Edition] class 0..1

Association: Model to Implementation Class Student { Course enrolls[4]; Course enrolls[4];} Class Course { Student have[]; } Student Course enrollshas * 4

Class Reservations Responsibility Keep list of reserved titles Handle reservation Collaborators Catalog User session Good Practice: CRC Card Benefits: It is easy to describe how classes work by moving cards around; allows to quickly consider alternatives. (Class Responsibility Collaborator)

Class Reservations Responsibility Keep list of reserved titles Handle reservation Collaborators Catalog User session Good Practice: CRC Card Benefits: It is easy to describe how classes work by moving cards around; allows to quickly consider alternatives. (Class Responsibility Collaborator)

Sequence Diagram(make a phone call) CallerPhoneRecipient Picks up Dial tone Dial Ring notificationRing Picks up Hello

Sequence Diagram:Object interaction Self-Call Self-Call: A message that an Object sends to itself. Condition: indicates when a message is sent. The message is sent only if the condition is true. Iteration Condition AB Synchronous Asynchronous Transmission delayed Self-Call [condition] remove() *[for each] remove()

Sequence Diagrams – Object Life Spans Creation Creation Create message Create message Object life starts at that point Object life starts at that point Activation Activation Symbolized by rectangular stripes Symbolized by rectangular stripes Place on the lifeline where object is activated. Place on the lifeline where object is activated. Rectangle also denotes when object is deactivated. Rectangle also denotes when object is deactivated. Deletion Deletion Placing an ‘X’ on lifeline Placing an ‘X’ on lifeline Object’s life ends at that point Object’s life ends at that point Activation bar A B Create X Deletion Return Lifeline

Sequence Diagram Sequence diagrams demonstrate the behavior of objects in a use case by describing the objects and the messages they pass. The horizontal dimension shows the objects participating in the interaction. The vertical arrangement of messages indicates their order. The labels may contain the seq. # to indicate concurrency. Message

Interaction Diagrams: Collaboration diagrams Interaction Diagrams: Collaboration diagrams User Catalog Reservations start 1: look up 2: title data 3 : [not available] reserve title 4 : title returned 5 : hold title 6 : borrow title 6: remove reservation 5: title available Shows the relationship between objects and the order of messages passed between them. between them. The objects are listed as rectangles and arrows indicate the messages being passed The numbers next to the messages are called sequence numbers. They show the sequence of the messages as they are passed between the objects. convey the same information as sequence diagrams, but focus on object roles instead of the time sequence.

State Diagrams ( Billing Example) State Diagrams ( Billing Example) State Diagrams show the sequences of states an object goes through during its life cycle in response to stimuli, together with its responses and actions; an abstraction of all possible behaviors. Unpaid Start End Paid Invoice createdpayingInvoice destroying

State Diagrams (Traffic light example) Yellow Red Green Traffic Light State Transition Event Start

UML Modeling Tools Rational Rose ( by IBM Rational Rose ( by IBMwww.rational.com TogetherSoft Control Center, Borland ( ) TogetherSoft Control Center, Borland ( ) ArgoUML ( free software ) ( ) ArgoUML ( free software ) ( ) OpenSource; written in java OpenSource; written in java Others ( ) Others ( )

Reference 1. UML Distilled: A Brief Guide to the Standard Object Modeling Language Martin Fowler, Kendall Scott Martin FowlerKendall Scott Martin FowlerKendall Scott 2. IBM Rational 3. Practical UML --- A Hands-On Introduction for Developers Software Engineering Principles and Practice. Second Edition; Hans van Vliet