SlideShare a Scribd company logo
INTRODUCTION TO OBJECT ORIENTED ANALYSIS
. Analysis  emphasizes an investigation of the problem and requirements, rather than a solution.  In  Object Oriented Analysis , there is an emphases on finding and describing the objects or concepts in the problem domain.
.  PURPOSE  1. How to characterize a system. 2. To know what are the different Relevent objects. 3. How do they relate to one another. 4. How to specify or model a problem  to create effective design. 5. Examine requirements, analyze their implications.
Intend   To define all classes that are relevant to the problem to be solved— the operations and attributes associated with them, the relationships between them, and behaviour they exhibit. To accomplish this, number of tasks must occur - 1. Basic user requirements must be  known.
2. Classes must be identified (i.e., attributes  and methods are defined). 3. A class hierarchy must be specified. 4. Object-to-object relationships (object  connections) should be represented.  5. Object behaviour must be modelled.  6. Tasks 1 through 5 are reapplied iteratively  until the model is complete.
Conventional Vs OO Analysis  Structured Analysis treats processes and data as Separate components. Whereas OO Analysis Combines data and the process that acts on the data into objects.
Key Difference  STRUCTURED  OBJECT ORIENTED 1. DFD'S  1. USE CASE MODEL 2. DECISION TABLE/TREE  2. OBJECT MODEL - Find classes & class relations   - Object relations :   1. Sequence Diagram   2. Collaboration Diagram   3. State Machine Diagram 3. ER ANALYSIS
The OOA Landscape  Different Object Oriented Analysis Methods : BOOCH METHO RUMBAUGH METHOD JACOBSON METHOD COAD AND YOURDON METHOD WIRFS-BROCK METHOD
Booch Method  Strongly emphasizes the iterative process and the creativity of the developer as essential components in OO Design. The method is more a set of heuristics and no  strict baselines or order of work exists
The Process Of OOD Generally Tracks  Following Order Of Events  1. Identify classes and objects at a given level of abstraction. 2. Identify the semantics of these classes and  objects. 3. Identify the relationships among these classes and objects. 4. Implement these classes and objects.
Rumbaugh Method Developed the object modelling technique(OMT) for analysis, system design, object-level design and implementation.  Three models of the system are developed initially and then refined in all these phases. 1.  Object Model   2.  Dynamic Model   &  3.  Functional Model
Object Model  describes the static structure of the system with classes and their relationships. Dynamic Model  captures the temporal aspects of the object model with events and states of the objects. Functional Model  describes the computation in terms of how output values are derived from input values.
Jacobson Method  Also called OOSE (object-oriented software engineering). Traditional methods treat functions and data as separate. Such approach often leads to problem during maintenance. Object Oriented S/W  Engineering do not separate functions and data, but views them as an integrated whole.
Coad And Yourdon Method The idea in this method is to extend the model with respect to processes, human interfaces and DBMS issues. The method consists of following 5 steps.
1.  Finding Class and Object : Specifies how classes and objects should be  found. 2.  Identifying Structures : It is done in two different ways. Generalization-Specification Structure The Whole-Part Structure 3.  Identifying Subjects : It is done by partitioning the class and objects  models into larger units. Subject is group of classes and objects.
4.  Defining Attributes :     It is done by identifying information and the    associations that should be associated with    each and every instance. The identified    attributes are place in correct level of    inheritance hierarchy. 5.  Defining Services :   It means defining the operations of the classes.
Wirfs-brock Method  Wirfs-Brock, do not make a clear distinction between analysis and design tasks. Rather a continuous process that begins with the assessment of a customer specification and ends with design is proposed.
Generic Steps For OOA  1. Elicit customer requirements for the system. 2. Identify scenarios or use-cases. 3. Select classes and objects using basic  requirements as a guide.  4. Identify attributes and operations for each system object.
5. Define structures and hierarchies that  organize classes.  6. Build an object-relationship model.  7. Build an object-behaviour model.  8. Review the OO analysis model against use- cases or scenarios .
Unified Approach To OOA  Grady Booch, James Rumbaugh, and Ivar Jacobson collaborated to combine the best features of their individual object-oriented analysis and design methods into a unified method. The result, called the Unified Modelling Language (UML)
Views Of System In UML  User Model View  :   This view represents the system (product) from the user’s (called actors in UML) perspective. Structural Model View  :   Data and functionality are viewed from inside the system. That is, static structure (classes, objects, and relationships) is modeled.
Behavioural Model View  :   This part of the analysis model represents the dynamic or behavioural aspects of the system Implementation Model View  :   The structural and behavioural aspects of the system are represented as they are to be built. Environment Model View  :   The structural and behavioural aspects of the environment in which the system is to be implemented are represented. .
Domain Analysis  The objective of domain analysis is to define a set of classes (objects) that are encountered throughout an application domain.  These can then reused in many applications.
Domain Analysis Process  Software domain analysis is the identification, analysis, and specification of common requirements from a specific application domain, typically for reuse on multiple projects within that application domain
Generic Component Of OO Analysis Model  Static components :  This are structural in nature and indicate characteristics that hold throughout the operational life of an application.  Dynamic Components :  Focus on control and are sensitive to timing and event processing. They define how one object interacts with other objects over time.
Components Identified  1. Static view of semantic classes  : Requirements are assessed and classes are extracted (and represented) as part of the analysis model.  2. Static view of attributes  : Every class must be explicitly described. The attributes associated with the class Provide a description of the class.
3.  Static view of relationships  : Represent the relationships so that operations can be identified and the design of a messaging approach can be accomplished. 4.  Static view of behaviours  : define a set of behaviours that accommodate the usage scenario (use-cases) of the system.
5.  Dynamic view of communication  : Describes how object communicate with one another based on the series of events that cause transition from one state to another. 6.  Dynamic view of control and time  : The nature and timing of events that cause transitions among states are described.
OBJECT ORIENTED PROCESS Techniques that may be used to gather basic customer requirements and then define an analysis model for an object- oriented system.
Use-Cases   use-cases model the system from the end-user’s point of view. To define the functional and operational requirements of the system. To provide a clear and unambiguous description of how the end-user and the system interact with one another.
Class-Responsibility-Collaborator Modeling Once basic usage scenarios have been developed for the system, it is time to identify candidate classes and indicate their responsibilities and collaborations. Called Class- responsibility-collaborator (CRC) modeling. It provides a simple means for identifying and organizing the classes that are relevant to system or product requirements.

More Related Content

What's hot (20)

PDF
CS8592-OOAD Lecture Notes Unit-3
Gobinath Subramaniam
 
PDF
Object oriented-systems-development-life-cycle ppt
Kunal Kishor Nirala
 
PPT
Oomd unit1
VivekChaudhary93
 
PDF
Identifying classes and objects ooad
Melba Rosalind
 
PPTX
Requirements modeling
AnanthiP8
 
PPTX
Interface specification
maliksiddique1
 
PDF
Object oriented software engineering concepts
Komal Singh
 
PPTX
Model Based Software Architectures
Munazza-Mah-Jabeen
 
PPTX
Unified process Model
University of Haripur
 
PPT
Unit 1( modelling concepts & class modeling)
Manoj Reddy
 
PPTX
Software myths | Software Engineering Notes
Navjyotsinh Jadeja
 
PPT
System Models in Software Engineering SE7
koolkampus
 
PPT
Analysis modeling in software engineering
MuhammadTalha436
 
PPTX
object oriented methodologies
Amith Tiwari
 
PPTX
Design Patterns - General Introduction
Asma CHERIF
 
PPT
Analysis modeling
Preeti Mishra
 
PPTX
Importance & Principles of Modeling from UML Designing
ABHISHEK KUMAR
 
DOCX
Ooad notes
NancyJP
 
PPT
Unit 8
anuragmbst
 
PPTX
Software design patterns ppt
mkruthika
 
CS8592-OOAD Lecture Notes Unit-3
Gobinath Subramaniam
 
Object oriented-systems-development-life-cycle ppt
Kunal Kishor Nirala
 
Oomd unit1
VivekChaudhary93
 
Identifying classes and objects ooad
Melba Rosalind
 
Requirements modeling
AnanthiP8
 
Interface specification
maliksiddique1
 
Object oriented software engineering concepts
Komal Singh
 
Model Based Software Architectures
Munazza-Mah-Jabeen
 
Unified process Model
University of Haripur
 
Unit 1( modelling concepts & class modeling)
Manoj Reddy
 
Software myths | Software Engineering Notes
Navjyotsinh Jadeja
 
System Models in Software Engineering SE7
koolkampus
 
Analysis modeling in software engineering
MuhammadTalha436
 
object oriented methodologies
Amith Tiwari
 
Design Patterns - General Introduction
Asma CHERIF
 
Analysis modeling
Preeti Mishra
 
Importance & Principles of Modeling from UML Designing
ABHISHEK KUMAR
 
Ooad notes
NancyJP
 
Unit 8
anuragmbst
 
Software design patterns ppt
mkruthika
 

Similar to Object oriented analysis (20)

PDF
CS8592-OOAD Lecture Notes Unit-5
Gobinath Subramaniam
 
PDF
ppt_ooad.pdf
anuj962198
 
PDF
Object-oriented modeling and design.pdf
SHIVAM691605
 
PPTX
ooadunitiintroduction-150730050129-lva1-app6892.pptx
ubaidullah75790
 
PDF
Object-Oriented Analysis and Design
IJOAEM
 
PDF
OOAD-Unit-5-Testing approaches and types of testing Strategies
swathi993471
 
PPTX
Object Oriented Programming in Systems Analysis
Allana Delgado
 
PDF
CS8592 Object Oriented Analysis & Design - UNIT V
pkaviya
 
PPTX
Unit-1 OOAD Introduction.pptx
Ravindranath67
 
PDF
OOAD chapter 1
Parkavi Umadoss
 
PDF
Object oriented software engineering
Varsha Ajith
 
PDF
Uml tutorial
NageswaraRao k
 
PDF
Object Modelling Technique " ooad "
AchrafJbr
 
PPTX
Object Oriented Approach for Software Development
Rishabh Soni
 
PPTX
10-System-ModelingFL22-sketch-19122022-091234am.pptx
huzaifaahmed79
 
PDF
Handout on Object orienetd Analysis and Design
SAFAD ISMAIL
 
PPTX
Analysis
Preeti Mishra
 
PPTX
What is Object Orientation?
AMITJain879
 
PPTX
The-Foundations-of-Object-Oriented-Analysis-What-Every-CS-Student-Should-Know.
Attitude Tally Academy
 
PPT
Ooad
gantib
 
CS8592-OOAD Lecture Notes Unit-5
Gobinath Subramaniam
 
ppt_ooad.pdf
anuj962198
 
Object-oriented modeling and design.pdf
SHIVAM691605
 
ooadunitiintroduction-150730050129-lva1-app6892.pptx
ubaidullah75790
 
Object-Oriented Analysis and Design
IJOAEM
 
OOAD-Unit-5-Testing approaches and types of testing Strategies
swathi993471
 
Object Oriented Programming in Systems Analysis
Allana Delgado
 
CS8592 Object Oriented Analysis & Design - UNIT V
pkaviya
 
Unit-1 OOAD Introduction.pptx
Ravindranath67
 
OOAD chapter 1
Parkavi Umadoss
 
Object oriented software engineering
Varsha Ajith
 
Uml tutorial
NageswaraRao k
 
Object Modelling Technique " ooad "
AchrafJbr
 
Object Oriented Approach for Software Development
Rishabh Soni
 
10-System-ModelingFL22-sketch-19122022-091234am.pptx
huzaifaahmed79
 
Handout on Object orienetd Analysis and Design
SAFAD ISMAIL
 
Analysis
Preeti Mishra
 
What is Object Orientation?
AMITJain879
 
The-Foundations-of-Object-Oriented-Analysis-What-Every-CS-Student-Should-Know.
Attitude Tally Academy
 
Ooad
gantib
 
Ad

Recently uploaded (20)

PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PPTX
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PDF
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PPTX
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PPTX
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
Horarios de distribución de agua en julio
pegazohn1978
 
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
Ad

Object oriented analysis

  • 1. INTRODUCTION TO OBJECT ORIENTED ANALYSIS
  • 2. . Analysis emphasizes an investigation of the problem and requirements, rather than a solution. In Object Oriented Analysis , there is an emphases on finding and describing the objects or concepts in the problem domain.
  • 3. . PURPOSE 1. How to characterize a system. 2. To know what are the different Relevent objects. 3. How do they relate to one another. 4. How to specify or model a problem to create effective design. 5. Examine requirements, analyze their implications.
  • 4. Intend To define all classes that are relevant to the problem to be solved— the operations and attributes associated with them, the relationships between them, and behaviour they exhibit. To accomplish this, number of tasks must occur - 1. Basic user requirements must be known.
  • 5. 2. Classes must be identified (i.e., attributes and methods are defined). 3. A class hierarchy must be specified. 4. Object-to-object relationships (object connections) should be represented. 5. Object behaviour must be modelled. 6. Tasks 1 through 5 are reapplied iteratively until the model is complete.
  • 6. Conventional Vs OO Analysis Structured Analysis treats processes and data as Separate components. Whereas OO Analysis Combines data and the process that acts on the data into objects.
  • 7. Key Difference STRUCTURED OBJECT ORIENTED 1. DFD'S 1. USE CASE MODEL 2. DECISION TABLE/TREE 2. OBJECT MODEL - Find classes & class relations - Object relations : 1. Sequence Diagram 2. Collaboration Diagram 3. State Machine Diagram 3. ER ANALYSIS
  • 8. The OOA Landscape Different Object Oriented Analysis Methods : BOOCH METHO RUMBAUGH METHOD JACOBSON METHOD COAD AND YOURDON METHOD WIRFS-BROCK METHOD
  • 9. Booch Method Strongly emphasizes the iterative process and the creativity of the developer as essential components in OO Design. The method is more a set of heuristics and no strict baselines or order of work exists
  • 10. The Process Of OOD Generally Tracks Following Order Of Events 1. Identify classes and objects at a given level of abstraction. 2. Identify the semantics of these classes and objects. 3. Identify the relationships among these classes and objects. 4. Implement these classes and objects.
  • 11. Rumbaugh Method Developed the object modelling technique(OMT) for analysis, system design, object-level design and implementation. Three models of the system are developed initially and then refined in all these phases. 1. Object Model 2. Dynamic Model & 3. Functional Model
  • 12. Object Model describes the static structure of the system with classes and their relationships. Dynamic Model captures the temporal aspects of the object model with events and states of the objects. Functional Model describes the computation in terms of how output values are derived from input values.
  • 13. Jacobson Method Also called OOSE (object-oriented software engineering). Traditional methods treat functions and data as separate. Such approach often leads to problem during maintenance. Object Oriented S/W Engineering do not separate functions and data, but views them as an integrated whole.
  • 14. Coad And Yourdon Method The idea in this method is to extend the model with respect to processes, human interfaces and DBMS issues. The method consists of following 5 steps.
  • 15. 1. Finding Class and Object : Specifies how classes and objects should be found. 2. Identifying Structures : It is done in two different ways. Generalization-Specification Structure The Whole-Part Structure 3. Identifying Subjects : It is done by partitioning the class and objects models into larger units. Subject is group of classes and objects.
  • 16. 4. Defining Attributes : It is done by identifying information and the associations that should be associated with each and every instance. The identified attributes are place in correct level of inheritance hierarchy. 5. Defining Services : It means defining the operations of the classes.
  • 17. Wirfs-brock Method Wirfs-Brock, do not make a clear distinction between analysis and design tasks. Rather a continuous process that begins with the assessment of a customer specification and ends with design is proposed.
  • 18. Generic Steps For OOA 1. Elicit customer requirements for the system. 2. Identify scenarios or use-cases. 3. Select classes and objects using basic requirements as a guide. 4. Identify attributes and operations for each system object.
  • 19. 5. Define structures and hierarchies that organize classes. 6. Build an object-relationship model. 7. Build an object-behaviour model. 8. Review the OO analysis model against use- cases or scenarios .
  • 20. Unified Approach To OOA Grady Booch, James Rumbaugh, and Ivar Jacobson collaborated to combine the best features of their individual object-oriented analysis and design methods into a unified method. The result, called the Unified Modelling Language (UML)
  • 21. Views Of System In UML User Model View : This view represents the system (product) from the user’s (called actors in UML) perspective. Structural Model View : Data and functionality are viewed from inside the system. That is, static structure (classes, objects, and relationships) is modeled.
  • 22. Behavioural Model View : This part of the analysis model represents the dynamic or behavioural aspects of the system Implementation Model View : The structural and behavioural aspects of the system are represented as they are to be built. Environment Model View : The structural and behavioural aspects of the environment in which the system is to be implemented are represented. .
  • 23. Domain Analysis The objective of domain analysis is to define a set of classes (objects) that are encountered throughout an application domain. These can then reused in many applications.
  • 24. Domain Analysis Process Software domain analysis is the identification, analysis, and specification of common requirements from a specific application domain, typically for reuse on multiple projects within that application domain
  • 25. Generic Component Of OO Analysis Model Static components : This are structural in nature and indicate characteristics that hold throughout the operational life of an application. Dynamic Components : Focus on control and are sensitive to timing and event processing. They define how one object interacts with other objects over time.
  • 26. Components Identified 1. Static view of semantic classes : Requirements are assessed and classes are extracted (and represented) as part of the analysis model. 2. Static view of attributes : Every class must be explicitly described. The attributes associated with the class Provide a description of the class.
  • 27. 3. Static view of relationships : Represent the relationships so that operations can be identified and the design of a messaging approach can be accomplished. 4. Static view of behaviours : define a set of behaviours that accommodate the usage scenario (use-cases) of the system.
  • 28. 5. Dynamic view of communication : Describes how object communicate with one another based on the series of events that cause transition from one state to another. 6. Dynamic view of control and time : The nature and timing of events that cause transitions among states are described.
  • 29. OBJECT ORIENTED PROCESS Techniques that may be used to gather basic customer requirements and then define an analysis model for an object- oriented system.
  • 30. Use-Cases use-cases model the system from the end-user’s point of view. To define the functional and operational requirements of the system. To provide a clear and unambiguous description of how the end-user and the system interact with one another.
  • 31. Class-Responsibility-Collaborator Modeling Once basic usage scenarios have been developed for the system, it is time to identify candidate classes and indicate their responsibilities and collaborations. Called Class- responsibility-collaborator (CRC) modeling. It provides a simple means for identifying and organizing the classes that are relevant to system or product requirements.