L9-S1Object Identification-1 2003 SJSU -- CmpE Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.

Slides:



Advertisements
Similar presentations
Johnb DFDs and Design John Bell The DeMarco notation.
Advertisements

Database Systems: Design, Implementation, and Management Tenth Edition
Alternative Approach to Systems Analysis Structured analysis
May-June 2001 ISISTAN Research Institute – Tandil, Argentina Software Design Methodologies: UML in Action Dr. Mohamed Fayad, J.D. Edwards Professor Department.
Fall 2002 SJSU -- CmpE Enterprise & Application Frameworks Dr. M.E. Fayad, Professor Computer Engineering Department – RM# College of Engineering San José.
L10-S1Object Identification SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department,
L3-1-S1 OO Concepts © M.E. Fayad SJSU -- CMPE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room.
L4-1-S1 UML Overview © M.E. Fayad SJSU -- CmpE Software Architectures Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.
L3-5c-S1 Object Diagrams © M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department,
L16-S1 Object Diagrams 2003 SJSU -- CmpE Software Patterns Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering.
L28-S1 Interaction Diagrams 2003 SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room.
L19-S1 More on Class Diagrams 2003 SJSU -- CmpE Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.
L21-S1 Model-Based Arch SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.
L3-5d-S1 Class Diagrams © M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room.
© M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering.
L26-S1 Interactions 2003 SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.
© M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering.
P2-S1 MySQL 2003 SJSU -- CmpE-- M.E. Fayad Database Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 8 Slide 1 System models.
© M.E. Fayad SJSU -- CmpE Database Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San José.
SJSU -- CmpE © Dr. M. E. Fayad Database Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San.
L5-S1 Class Diagrams 2003 SJSU -- CmpE Software Patterns Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San.
L8-S1 CRC Cards 2003 SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College.
© M.E. Fayad SJSU -- CmpE Analysis Heuristics Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San.
© M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering.
L18-S1 Getting Started 2003 SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.
 Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San.
© M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering.
L3-6b-S1 Sequence Diagrams © M.E. Fayad SJSU -- CmpE Software System Engineering Dr. M.E. Fayad, Professor Computer Engineering Department, Room.
Process Modeling SYSTEMS ANALYSIS AND DESIGN, 6 TH EDITION DENNIS, WIXOM, AND ROTH © 2015 JOHN WILEY & SONS. ALL RIGHTS RESERVED. 1 Roberta M. Roth.
Domain Modeling (with Objects). Motivation Programming classes teach – What an object is – How to create objects What is missing – Finding/determining.
2 Approaches to Requierements Engineering Reference: Systems Analysis and Design in a Changing World, 3 rd Edition, chapter 2 and chapter 6.
1 CSc 131 Computer Software Engineering Fall 2012 Lecture # 7 Object-Oriented Design & UML Class Models.
Chapter 4 System Models A description of the various models that can be used to specify software systems.
System models Abstract descriptions of systems whose requirements are being analysed Abstract descriptions of systems whose requirements are being analysed.
L1-S1Introduction 2003 SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College.
1 Object-Oriented Analysis Use Case Driven. 2 The outline method for OOA 1.Identify object classes within the problem domain 2.Define the behaviour of.
CSC 395 – Software Engineering Lecture 13: Object-Oriented Analysis –or– Let the Pain Begin (At Least I’m Honest!)
Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 1 Object Modeling.
Modified by Juan M. Gomez Software Engineering, 6th edition. Chapter 7 Slide 1 Chapter 7 System Models.
CS3773 Software Engineering Lecture 04 UML Class Diagram.
Sommerville 2004,Mejia-Alvarez 2009Software Engineering, 7th edition. Chapter 8 Slide 1 System models.
Objectives:1. Classes and Objects 2. Attributes 3. Services 4. Subjects Object-Oriented Analysis – Finding Class-&-Obects.
CSC480 Software Engineering Lecture 11 September 30, 2002.
Fall 2010 CS4310 Requirements Engineering A Brief Review of UML & OO Dr. Guoqiang Hu Department of Computer Science UTEP 1.
L4-S1 Modeling Concepts 2003 SJSU -- CMPE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I.
Chapter 9 Applying UML and Patterns -Craig Larman
L6-S1 UML Overview 2003 SJSU -- CmpE Advanced Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College.
Lecture 6: Structural Modeling
1 What is OO Design? OO Design is a process of invention, where developers create the abstractions necessary to meet the system’s requirements OO Design.
Design Model Lecture p6 T120B pavasario sem.
CSC 131 Fall 2006 Lecture # 6 Object-Oriented Concepts.
Domain Classes – Part 1.  Analyze Requirements as per Use Case Model  Domain Model (Conceptual Class Diagram)  Interaction (Sequence) Diagrams  System.
Use Case Textual Analysis
Fall 2002 SJSU -- CMPE Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department – RM# College of Engineering San José.
OO DomainModeling With UML Class Diagrams and CRC Cards Chapter 6 Princess Nourah bint Abdulrahman University College of Computer and Information Sciences.
High Level Design Use Case Textual Analysis SE-2030 Dr. Mark L. Hornick 1.
Identification of Classes. Object Oriented Analysis (OOA) OOA is process by which we identify classes that play role in achieving system goals & requirements.
L1-S1 Infinite R-DB 2003 SJSU -- CmpE Database Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San.
Software Engineering Management
OO Domain Modeling With UML Class Diagrams and CRC Cards
Software Patterns Dr. M.E. Fayad, Professor
OO Domain Modeling With UML Class Diagrams and CRC Cards
Component-Based & Software Reuse
Software System Engineering
Object-Oriented Analysis & Design
Software Engineering Management
Software System Engineering
Database Design Dr. M.E. Fayad, Professor
Software System Engineering
Presentation transcript:

L9-S1Object Identification SJSU -- CmpE Object-Oriented Analysis & Design Dr. M.E. Fayad, Professor Computer Engineering Department, Room #283I College of Engineering San José State University One Washington Square San José, CA

L9-S2Object Identification SJSU – CmpE --- M.E. Fayad 2 Lesson 9: Object Identification - 1

L9-S3Object Identification SJSU – CmpE --- M.E. Fayad Lesson Objectives 3 Understand object identification & class classification Learn how to identify: Objects and classes î Textual Specification Analysis î Data Analysis î Behavior Analysis î Use Case Analysis Associations and aggregations using Abbott's approach Understand how to use the following approaches: Data Analysis Use Case

L9-S4Object Identification SJSU – CmpE --- M.E. Fayad 4 Classification Involves Ordering Knowledge Finding Similarities –Common Attributes –Common Behaviors OO Classifies Software –Exposes existing commonalities –Invents stable abstractions Goal is a simple & natural design

L9-S5Object Identification SJSU – CmpE --- M.E. Fayad 5 No Single Best Classification Structure Depends upon –Domain –Application –Experience –Creativity Water Animals Air Animals Land Animals ?

L9-S6Object Identification SJSU – CmpE --- M.E. Fayad 6 Same Object Can Be Perceived from Several Perspectives Data-Driven head, tail, body, leg Behavior-Driven walk, run, eat Responsibility-Driven carry things, communicate, maintain its living system

L9-S7Object Identification SJSU – CmpE --- M.E. Fayad  Textual Specification Analysis  Data Analysis  Behavior Analysis  Use-Case Analysis  Responsibility Analysis 7 Object/Class Identification Techniques

L9-S8Object Identification SJSU – CmpE --- M.E. Fayad Abbott’s Noun Approach –Use noun, pronoun, and noun phrases to identify abstract objects and classes. –Use singular proper nouns (e.g., sensor number 5) and nouns of direct reference (e.g., the fifth sensor) to identify abstract objects. –Use plural and common (e.g., sensor) nouns to identify classes. –Use verbs and predicate phrases (e.g., are simultaneously activated) to identify the associated operations. Comments –This approach is the oldest approach 8 Textual Analysis Approach

L9-S9Object Identification SJSU – CmpE --- M.E. Fayad Benefits: –Easy for beginners to use –Abbott’s mapping should usually work –Can be used with pre-existing textual requirements specifications –Does not require a complete paradigm shift Risks –Indirect –Many software engineers are weak in grammar –English is vague, Examples Some nouns can be used as verbs and vis versa Some words (e.g., purchase, record) can be used as both nouns and verbs –Assumes user’s requirements are coherent, complete and correct –No tool support 10 Textual Analysis Approach

L9-S10Object Identification SJSU – CmpE --- M.E. Fayad  Classes should make sense in the problem domain.  Good classes classify the objects which need to be modeled in the system.  Classes often correspond to NOUNS.  Avoid redundant or irrelevant classes which add no value in the problem domain.  Remove classes which have no attributes. 12 Selecting Good Classes

L9-S11Object Identification SJSU – CmpE --- M.E. Fayad After initial pass, discard classes which are:  Redundant  Irrelevant to the problem domain  Vague  Attributes  If class name has no attributes of its own, it is probably an attribute. 11 Elimination of Inappropriate Classes

L9-S12Object Identification SJSU – CmpE --- M.E. Fayad The Problem Statement: A simple cash register has a display, an electronic wire with a plug, and a numeric keypad which has keys for subtotal, tax, and total. This cash storage device has a total key which triggers the release on the drawer. The numeric buttons simply place a number on the display screen, the subtotal displays the current total, the tax key computes the tax, and the total key adds the subtotal to the tax. Identify all the classes in this problem statement Use the class elimination rules to eliminate the unnecessary classes. 12 Example 1: Simple Cash Register

L9-S13Object Identification SJSU – CmpE --- M.E. Fayad We are going to use nouns to find classes Nouns (initial) RegisterDisplayWire PlugKeypad Keys DevicesReleaseDrawer ButtonsScreenNumber TotalTax Nouns (General Knowledge) 0-9 keys Money Subtotal Key Tax Key Total Key 13 Classes in the initial pass

L9-S14Object Identification SJSU – CmpE --- M.E. Fayad 14 Eliminating Unnecessary Nouns Register Display Wire---> Irrelevant Plug---> Irrelevant Keypad Keys Devices---> Vague Release---> Irrelevant Drawer Buttons---> Redundant Screen---> Redundant Number---> Attribute Total ---> Attribute Tax---> Attribute 0-9 Key Value---> Attribute Money Subtotal Key Tax Key Total Key

L9-S15Object Identification SJSU – CmpE --- M.E. Fayad 15 Data Analysis Approach Name Breed Owner Name Name Address Happy Poodle Joe Tasha Pit Bull Eric King, Jr. ShepherdCarol Carol 2601 Lake St. 1. Identify abstract objects as table 2. Identify instances as rows in table 3. Identify relationships between objects Dog Owner Dog But how do you find your abstract objects?

L9-S16Object Identification SJSU – CmpE --- M.E. Fayad Tangible things -- airplane, book, table Roles -- doctor, professor Incidents -- accident, flight Interactions -- purchase, marriage Specifications -- insurance policy People -- humans who carry out some function Places -- areas set aside for people or things Organizations -- formally organized collections of people, resources. and facilities 16 Analyzing the Domain for Abstract Objects

L9-S17Object Identification SJSU – CmpE --- M.E. Fayad Associations often refer to verbs of verb phrases –Examples: next to, contains, part of, works for, married to, downstream from, connected to, etc. These may be explicit in the problem statement or implicit in the knowledge of the problem domain Write down all candidates, then eliminate unnecessary ones and add others Aggregation is just a common type of association 17 Identifying Associations/Aggregations

L9-S18Object Identification SJSU – CmpE --- M.E. Fayad Data Flow Diagrams (DFDs) State-Transition Diagrams (STDs) Semantic Nets or Object-Interaction Diagrams (OIDs) Message or communication Diagrams 18 Behavior Analysis

L9-S19Object Identification SJSU – CmpE --- M.E. Fayad 19 Looking for Behavior Examine required Processing or behavior of system components Objectify common behavior –Use inheritance DFDs may help identify processes Swimmers Flyers Runners

L9-S20Object Identification SJSU – CmpE --- M.E. Fayad DFD Approach –Use each data store on a DFD to identify an abstract object or class –Use (all or part of) the transforms associated with data store to identify associated operations Candidate Objects –external entities –data stores –control transformations Candidate Classes –data flows 20 Data Flow Diagrams (DFDs)

L9-S21Object Identification SJSU – CmpE --- M.E. Fayad Benefits –Very well-known approach –Many requirements analysis methods are based on DFDs. –Tool support exists –Does not require paradigm shift Risks –Data abstraction –Indirect –Traditional DFDs have the wrong scope 21 Data Flow Diagrams (DFDs) (cont’d)

L9-S22Object Identification SJSU – CmpE --- M.E. Fayad State Approach –Identify an object or a class for each entity that has a state Benefits –Can be used at any time that an object or a class has a finite number of obvious states Risks –The state can belong to the entire subsystem or an operation –An object or a class may have an infinite number of states. –An object or a class may have states that are not all obvious. –An object or a class may have only a small number of trivial states. 22 State-Transition Diagrams (STDs)

L9-S23Object Identification SJSU – CmpE --- M.E. Fayad 23 Use Case Analysis: Baseball System Pitch a Ball Run the Bases Hit a Home Run Runner on First Base Batter Pitcher Scored a Run

L9-S24Object Identification SJSU – CmpE --- M.E. Fayad Base hit Single base hit In field base hit Outfield base hit Double base hit Triple base hit Home run A home run Two home runs Three home runs Grand Slam 24 Some Use Cases in Baseball Game

L9-S25Object Identification SJSU – CmpE --- M.E. Fayad 25 A Use Case Description Use Case: Hit a Home Run When a batter hits a home run, the runners run the bases and reach home plate and score When a batter hits a home run, the batter runs the bases until reaching the home plate and scores When the runners score, the score board updates the score board, the game announcer is going crazy and saying “ a big home run... holy cow... holy cow “ and the fans are going wild and screaming a lot. When..

L9-S26Object Identification SJSU – CmpE --- M.E. Fayad 1. Define: use case model, use case, specification objects, incident objects, organization objects. 2. List all the object identification techniques 3. What are the benefits and risks of each of these techniques? 4. Describe how do you identify associations and aggregations 5. Explain: a. The same object can be perceived from several perspectives. b. No single best classification structure. c. Classification involves ordering knowledge. d. How to select good classes e. How to eliminate inappropriate classes 26 Discussion Questions

L9-S27Object Identification SJSU – CmpE --- M.E. Fayad Learn how to identify the rest of OO artifacts. Describe the following Models: Use Case Model, DFD, STD, OID, OCD. 27 Questions for the Next Lecture