SlideShare a Scribd company logo
1 of 60
Analysis and Design Overview 10/03/11
Objectives ,[object Object],[object Object],[object Object]
Analysis and Design in Context  ,[object Object],[object Object],[object Object],[object Object]
Analysis and Design Overview Supplementary Specification Use-Case Model Design Model Data Model Architecture Document Analysis and Design Glossary
Analysis Versus Design WHAT? HOW? Analysis Design ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Analysis and Design Are Not Top-Down  or Bottom-Up Bottom Up Top Down Design Classes Subsystems Use Cases Analysis Classes (Define a  middle level) Analysis and Design
What Is Architecture? ,[object Object],[object Object],[object Object],[object Object],[object Object],Grady Booch, Philippe Kruchten, Rich Reitman, Kurt Bittner; Rational  (derived from Mary Shaw)
Architecture Constrains Design and Implementation  ,[object Object],Architecture decisions are the most fundamental decisions, and changing them will have significant effects.  Architecture Design Implementation Code
Software Architecture:  The “4+1 View” Model Process View Deployment View Logical View Use-Case View Implementation View End-user Functionality Programmers Software management Performance, scalability, throughput System integrators System topology, delivery,  installation, communication System engineering Analysts/Designers Structure
Analysis and Design Workflow Analysis Design [Early Elaboration Iteration] [Inception Iteration (Optional)] Define a Candidate Architecture Perform Architectural Synthesis Analyze Behavior Refine the Architecture Design Components Design the Database (Optional)
Analysis and Design Activity Overview Architect Designer
Software Architect’s Responsibilities ,[object Object],Architect Software  Architecture Document Reference  Architecture Analysis Model Design Model Deployment Model Implementation Model
Designer’s Responsibilities ,[object Object],Designer Use-Case  Realization Package Class/Subsystems
Analysis and Design Is Use-Case Driven ,[object Object],[object Object],[object Object],[object Object],Withdraw Money Check Balance Customer
What Is a Use-Case Realization? Use-Case Model Design Model Use Case Use-Case Realization Class Diagrams Use Case Communication Diagrams Sequence  Diagrams
Analysis and Design  in an Iterative Process Iteration n Iteration n + 1 Use Case A Scenarios 1 & 2 Use-Case  Realization A Start of iteration End of iteration Use Case B  Scenario 1 Use-Case  Realization A  Use Case A Scenario 3 Use-Case  Realization B
Review ,[object Object],[object Object],[object Object],[object Object],[object Object]
Architectural Analysis
Objectives: Architectural Analysis ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Architectural Analysis in Context [Early Elaboration Iteration] [Inception Iteration (Optional)] Define a Candidate Architecture Perform Architectural Synthesis Analyze Behavior Refine the Architecture Design Components Design the Database (Optional) Architecture Analysis Architect
Architectural Analysis Overview Supplementary Specification Glossary Use-Case Model Architectural Analysis Design Model Reference  Architecture Deployment Model Vision Document Software  Architecture Doc Project-Specific Guidelines
Architectural Analysis Steps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The  “ 4+1 View ”  Model Process View Deployment View Logical View Use-Case View Implementation View End-user Functionality Programmers Software management Performance, scalability, throughput System integrators System topology, delivery,  installation, communication System engineering Analysts/Designers Structure
Review: What Is a Package? ,[object Object],[object Object],[object Object],[object Object],[object Object],University Artifacts
Package Relationships: Dependency ,[object Object],[object Object],[object Object],[object Object],Dependency relationship Client Package Supplier  Package
Avoiding Circular Dependencies Hierarchy should be acyclic Circular dependencies make it impossible  to reuse one package without the other. A B C A' C A B A B
Architectural Analysis Steps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Patterns and Frameworks ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What Is a Design Pattern? ,[object Object],[object Object],[object Object],[object Object],[object Object],Structural Aspect Behavioral Aspect Parameterized Collaboration Pattern Name Template Parameters
What Is an Architectural Pattern? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Typical Layering Approach General functionality Specific functionality Distinct application subsystems that make up an application  —  contains the value adding software  developed by the organization. Business specific  —  contains a number of reusable subsystems specific to the type of business. Middleware  —  offers subsystems for utility classes and platform-independent services for distributed object computing in heterogeneous environments and so on. System software  —  contains the software for the actual infrastructure such as operating systems, interfaces to specific hardware, device drivers, and so on. Application Business-Specific Middleware System Software
Example: Layers Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 Provides miscellaneous protocols for common activities Structure information and attaches semantics Provides dialog control and synchronization facilities Breaks messages into packets and guarantees delivery Selects a route from send to receiver Detects and corrects errors in bit sequences Transmits bits: velocity, bit-code, connection, etc. Application Presentation Session Transport Network Data Link Physical
Layering Considerations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Modeling Architectural Layers ,[object Object],[object Object],Package Name <<layer>>
What Are Stereotypes? ,[object Object],[object Object],Class <<stereotypename>> Stereotype
High-Level Organization of the Model Application <<layer>> Business Services  <<layer>>
Architectural Analysis Steps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What Are Architectural Mechanisms? Required Functionality Implementation Environment Architect Supplementary Specification Use-Case Model Mechanisms COTS Products Databases IPC Technology, etc. “ realized by client classes using” “ responsible for” “ constrained by”
Architectural Mechanisms: Three Categories ,[object Object],[object Object],[object Object],[object Object]
Why Use Analysis Mechanisms? Oh no!  I found a group of classes that has persistent data.  How am I supposed to design these things if I don’t even know what database we are going to be using? That is why we have a persistence analysis mechanism.  We don’t know enough yet, so we can bookmark it and come back to it later. Analysis mechanisms are used during analysis to reduce the complexity of analysis and to improve its consistency by providing designers with a shorthand representation for complex behavior.
Sample Analysis Mechanisms ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Examples of Analysis Mechanism Characteristics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example: Analysis Mechanism Characteristics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Describing Analysis Mechanisms ,[object Object],[object Object],[object Object],[object Object],Classes Parsing Authentication Communication Persistency Analysis Mechanisms Flight Aircraft Mission Schedule Route Load
Example: Course Registration Analysis Mechanisms Security Legacy Interface Persistence Distribution
Architectural Analysis Steps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What Are Key Abstractions? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Defining Key Abstractions ,[object Object],[object Object],[object Object],[object Object]
Example: Key Abstractions Student Professor Schedule CourseCatalog Course CourseOffering
Architectural Analysis Steps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What Is a Use-Case Realization? Use-Case Model Design Model Use Case Use-Case Realization Class Diagrams Use Case Communication Diagrams Sequence  Diagrams
The Value of Use-Case Realizations ,[object Object],[object Object],Analysis & Design (Design Model) Requirements (Use-Case Model) Use-Case realization Use Case
Architectural Analysis Steps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Checkpoints ,[object Object],[object Object],[object Object],[object Object],[object Object]
Checkpoints (continued) ,[object Object],[object Object],[object Object],[object Object]
Review: Architectural Analysis ,[object Object],[object Object],[object Object],[object Object],[object Object]
Exercise: Architectural Analysis ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Exercise: Architectural Analysis (continued) ,[object Object],[object Object]
Exercise: Architectural Analysis (continued) ,[object Object],[object Object],[object Object]
Exercise: Review ,[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Lecture 12 requirements modeling - (system analysis)
Lecture 12   requirements modeling - (system analysis)Lecture 12   requirements modeling - (system analysis)
Lecture 12 requirements modeling - (system analysis)IIUI
 
Ooad (object oriented analysis design)
Ooad (object oriented analysis design)Ooad (object oriented analysis design)
Ooad (object oriented analysis design)Gagandeep Nanda
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software Prototypingdrjms
 
Requirements validation - requirements engineering
Requirements validation - requirements engineeringRequirements validation - requirements engineering
Requirements validation - requirements engineeringRa'Fat Al-Msie'deen
 
Architecture design in software engineering
Architecture design in software engineeringArchitecture design in software engineering
Architecture design in software engineeringPreeti Mishra
 
Mc call's software quality model
Mc call's software quality modelMc call's software quality model
Mc call's software quality modelYatharth Aggarwal
 
Introduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTUREIntroduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTUREIvano Malavolta
 
Ian Sommerville, Software Engineering, 9th Edition Ch 4
Ian Sommerville,  Software Engineering, 9th Edition Ch 4Ian Sommerville,  Software Engineering, 9th Edition Ch 4
Ian Sommerville, Software Engineering, 9th Edition Ch 4Mohammed Romi
 
Ch 7 integrating quality activities in the projectlife cycle
Ch 7 integrating quality activities in the projectlife cycleCh 7 integrating quality activities in the projectlife cycle
Ch 7 integrating quality activities in the projectlife cycleKittitouch Suteeca
 
System Analysis and Design
System Analysis and Design System Analysis and Design
System Analysis and Design Matthew McKenzie
 

What's hot (20)

Lecture 12 requirements modeling - (system analysis)
Lecture 12   requirements modeling - (system analysis)Lecture 12   requirements modeling - (system analysis)
Lecture 12 requirements modeling - (system analysis)
 
Software Metrics
Software MetricsSoftware Metrics
Software Metrics
 
Ooad (object oriented analysis design)
Ooad (object oriented analysis design)Ooad (object oriented analysis design)
Ooad (object oriented analysis design)
 
Requirements engineering
Requirements engineeringRequirements engineering
Requirements engineering
 
Ch15 software reuse
Ch15 software reuseCh15 software reuse
Ch15 software reuse
 
Ch 6
Ch 6Ch 6
Ch 6
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software Prototyping
 
Requirements validation - requirements engineering
Requirements validation - requirements engineeringRequirements validation - requirements engineering
Requirements validation - requirements engineering
 
Architecture design in software engineering
Architecture design in software engineeringArchitecture design in software engineering
Architecture design in software engineering
 
Mc call's software quality model
Mc call's software quality modelMc call's software quality model
Mc call's software quality model
 
Ch17 distributed software engineering
Ch17 distributed software engineeringCh17 distributed software engineering
Ch17 distributed software engineering
 
Introduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTUREIntroduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTURE
 
Design pattern-presentation
Design pattern-presentationDesign pattern-presentation
Design pattern-presentation
 
Use Case Modeling
Use Case ModelingUse Case Modeling
Use Case Modeling
 
Ian Sommerville, Software Engineering, 9th Edition Ch 4
Ian Sommerville,  Software Engineering, 9th Edition Ch 4Ian Sommerville,  Software Engineering, 9th Edition Ch 4
Ian Sommerville, Software Engineering, 9th Edition Ch 4
 
Ch2 sw processes
Ch2 sw processesCh2 sw processes
Ch2 sw processes
 
System Analysis and Design
System Analysis and DesignSystem Analysis and Design
System Analysis and Design
 
Slides chapter 10
Slides chapter 10Slides chapter 10
Slides chapter 10
 
Ch 7 integrating quality activities in the projectlife cycle
Ch 7 integrating quality activities in the projectlife cycleCh 7 integrating quality activities in the projectlife cycle
Ch 7 integrating quality activities in the projectlife cycle
 
System Analysis and Design
System Analysis and Design System Analysis and Design
System Analysis and Design
 

Viewers also liked

Object Oriented Analysis & Design
Object Oriented Analysis & DesignObject Oriented Analysis & Design
Object Oriented Analysis & Designvishykn
 
Book of Uml
Book of UmlBook of Uml
Book of UmlNiit
 
2 1 vistas arquitectonicas
2 1 vistas arquitectonicas2 1 vistas arquitectonicas
2 1 vistas arquitectonicaslandeta_p
 
Vistas Arquitectonicas Ingenieria de Software
Vistas Arquitectonicas Ingenieria de SoftwareVistas Arquitectonicas Ingenieria de Software
Vistas Arquitectonicas Ingenieria de SoftwareRoberth Loaiza
 
Object Oriented Analysis and Design
Object Oriented Analysis and DesignObject Oriented Analysis and Design
Object Oriented Analysis and DesignHaitham El-Ghareeb
 

Viewers also liked (10)

5 transition to design
5 transition to design5 transition to design
5 transition to design
 
Object Oriented Analysis & Design
Object Oriented Analysis & DesignObject Oriented Analysis & Design
Object Oriented Analysis & Design
 
Book of Uml
Book of UmlBook of Uml
Book of Uml
 
4b use-case analysis
4b use-case analysis4b use-case analysis
4b use-case analysis
 
Sadcw 6e chapter8
Sadcw 6e chapter8Sadcw 6e chapter8
Sadcw 6e chapter8
 
Chapter02
Chapter02Chapter02
Chapter02
 
2 1 vistas arquitectonicas
2 1 vistas arquitectonicas2 1 vistas arquitectonicas
2 1 vistas arquitectonicas
 
Vistas Arquitectonicas Ingenieria de Software
Vistas Arquitectonicas Ingenieria de SoftwareVistas Arquitectonicas Ingenieria de Software
Vistas Arquitectonicas Ingenieria de Software
 
4+1 view model
4+1 view model4+1 view model
4+1 view model
 
Object Oriented Analysis and Design
Object Oriented Analysis and DesignObject Oriented Analysis and Design
Object Oriented Analysis and Design
 

Similar to ANALYSIS AND DESIGN OVERVIEW

[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architecture[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architectureIvano Malavolta
 
Design Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptxDesign Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptxKarthigaiSelviS3
 
Software Architecture
Software ArchitectureSoftware Architecture
Software ArchitectureVikas Dhyani
 
Technical Architecture
Technical ArchitectureTechnical Architecture
Technical Architecturescmiyer
 
15 object orienteddesign
15 object orienteddesign15 object orienteddesign
15 object orienteddesignrandhirlpu
 
Software architecture Unit 1 notes
Software architecture Unit 1 notesSoftware architecture Unit 1 notes
Software architecture Unit 1 notesSudarshan Dhondaley
 
Software Architecture
Software Architecture Software Architecture
Software Architecture ssuser9d62d6
 
Unit-1_Notes(OOAD).pdf
Unit-1_Notes(OOAD).pdfUnit-1_Notes(OOAD).pdf
Unit-1_Notes(OOAD).pdfganeshkarthy
 
Lecture-_-5-_SDA_software design and architecture.doc
Lecture-_-5-_SDA_software design and architecture.docLecture-_-5-_SDA_software design and architecture.doc
Lecture-_-5-_SDA_software design and architecture.docesrabilgic2
 
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdfdo_2013
 
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdfdo_2013
 

Similar to ANALYSIS AND DESIGN OVERVIEW (20)

Software Patterns
Software PatternsSoftware Patterns
Software Patterns
 
Slides chapter 9
Slides chapter 9Slides chapter 9
Slides chapter 9
 
[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architecture[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architecture
 
SA_UNIT_1.pptx
SA_UNIT_1.pptxSA_UNIT_1.pptx
SA_UNIT_1.pptx
 
Design engineering
Design engineeringDesign engineering
Design engineering
 
Design engineering
Design engineeringDesign engineering
Design engineering
 
Design Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptxDesign Concepts in Software Engineering-1.pptx
Design Concepts in Software Engineering-1.pptx
 
Software Architecture
Software ArchitectureSoftware Architecture
Software Architecture
 
DESIGN CONCEPTS
DESIGN CONCEPTSDESIGN CONCEPTS
DESIGN CONCEPTS
 
Ooad
OoadOoad
Ooad
 
Technical Architecture
Technical ArchitectureTechnical Architecture
Technical Architecture
 
Chapter1
Chapter1Chapter1
Chapter1
 
15 object orienteddesign
15 object orienteddesign15 object orienteddesign
15 object orienteddesign
 
Software architecture Unit 1 notes
Software architecture Unit 1 notesSoftware architecture Unit 1 notes
Software architecture Unit 1 notes
 
Software Architecture
Software Architecture Software Architecture
Software Architecture
 
Unit-1_Notes(OOAD).pdf
Unit-1_Notes(OOAD).pdfUnit-1_Notes(OOAD).pdf
Unit-1_Notes(OOAD).pdf
 
Chapter1
Chapter1Chapter1
Chapter1
 
Lecture-_-5-_SDA_software design and architecture.doc
Lecture-_-5-_SDA_software design and architecture.docLecture-_-5-_SDA_software design and architecture.doc
Lecture-_-5-_SDA_software design and architecture.doc
 
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
 
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
 

More from Châu Thanh Chương (20)

Lecture19
Lecture19Lecture19
Lecture19
 
Lecture18
Lecture18Lecture18
Lecture18
 
Lecture17
Lecture17Lecture17
Lecture17
 
Lecture16
Lecture16Lecture16
Lecture16
 
Lecture15
Lecture15Lecture15
Lecture15
 
Lecture14
Lecture14Lecture14
Lecture14
 
Lecture13
Lecture13Lecture13
Lecture13
 
Lecture12
Lecture12Lecture12
Lecture12
 
Lecture11
Lecture11Lecture11
Lecture11
 
Lecture10
Lecture10Lecture10
Lecture10
 
Lecture9
Lecture9Lecture9
Lecture9
 
Lecture8
Lecture8Lecture8
Lecture8
 
Lecture7 pattern
Lecture7 patternLecture7 pattern
Lecture7 pattern
 
Lecture6
Lecture6Lecture6
Lecture6
 
Lecture5
Lecture5Lecture5
Lecture5
 
Lecture4
Lecture4Lecture4
Lecture4
 
Lecture3
Lecture3Lecture3
Lecture3
 
Lecture2
Lecture2Lecture2
Lecture2
 
Lecture1
Lecture1Lecture1
Lecture1
 
Lecture19
Lecture19Lecture19
Lecture19
 

Recently uploaded

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Recently uploaded (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

ANALYSIS AND DESIGN OVERVIEW

  • 1. Analysis and Design Overview 10/03/11
  • 2.
  • 3.
  • 4. Analysis and Design Overview Supplementary Specification Use-Case Model Design Model Data Model Architecture Document Analysis and Design Glossary
  • 5.
  • 6. Analysis and Design Are Not Top-Down or Bottom-Up Bottom Up Top Down Design Classes Subsystems Use Cases Analysis Classes (Define a middle level) Analysis and Design
  • 7.
  • 8.
  • 9. Software Architecture: The “4+1 View” Model Process View Deployment View Logical View Use-Case View Implementation View End-user Functionality Programmers Software management Performance, scalability, throughput System integrators System topology, delivery, installation, communication System engineering Analysts/Designers Structure
  • 10. Analysis and Design Workflow Analysis Design [Early Elaboration Iteration] [Inception Iteration (Optional)] Define a Candidate Architecture Perform Architectural Synthesis Analyze Behavior Refine the Architecture Design Components Design the Database (Optional)
  • 11. Analysis and Design Activity Overview Architect Designer
  • 12.
  • 13.
  • 14.
  • 15. What Is a Use-Case Realization? Use-Case Model Design Model Use Case Use-Case Realization Class Diagrams Use Case Communication Diagrams Sequence Diagrams
  • 16. Analysis and Design in an Iterative Process Iteration n Iteration n + 1 Use Case A Scenarios 1 & 2 Use-Case Realization A Start of iteration End of iteration Use Case B Scenario 1 Use-Case Realization A Use Case A Scenario 3 Use-Case Realization B
  • 17.
  • 19.
  • 20. Architectural Analysis in Context [Early Elaboration Iteration] [Inception Iteration (Optional)] Define a Candidate Architecture Perform Architectural Synthesis Analyze Behavior Refine the Architecture Design Components Design the Database (Optional) Architecture Analysis Architect
  • 21. Architectural Analysis Overview Supplementary Specification Glossary Use-Case Model Architectural Analysis Design Model Reference Architecture Deployment Model Vision Document Software Architecture Doc Project-Specific Guidelines
  • 22.
  • 23. The “ 4+1 View ” Model Process View Deployment View Logical View Use-Case View Implementation View End-user Functionality Programmers Software management Performance, scalability, throughput System integrators System topology, delivery, installation, communication System engineering Analysts/Designers Structure
  • 24.
  • 25.
  • 26. Avoiding Circular Dependencies Hierarchy should be acyclic Circular dependencies make it impossible to reuse one package without the other. A B C A' C A B A B
  • 27.
  • 28.
  • 29.
  • 30.
  • 31. Typical Layering Approach General functionality Specific functionality Distinct application subsystems that make up an application — contains the value adding software developed by the organization. Business specific — contains a number of reusable subsystems specific to the type of business. Middleware — offers subsystems for utility classes and platform-independent services for distributed object computing in heterogeneous environments and so on. System software — contains the software for the actual infrastructure such as operating systems, interfaces to specific hardware, device drivers, and so on. Application Business-Specific Middleware System Software
  • 32. Example: Layers Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 Provides miscellaneous protocols for common activities Structure information and attaches semantics Provides dialog control and synchronization facilities Breaks messages into packets and guarantees delivery Selects a route from send to receiver Detects and corrects errors in bit sequences Transmits bits: velocity, bit-code, connection, etc. Application Presentation Session Transport Network Data Link Physical
  • 33.
  • 34.
  • 35.
  • 36. High-Level Organization of the Model Application <<layer>> Business Services <<layer>>
  • 37.
  • 38. What Are Architectural Mechanisms? Required Functionality Implementation Environment Architect Supplementary Specification Use-Case Model Mechanisms COTS Products Databases IPC Technology, etc. “ realized by client classes using” “ responsible for” “ constrained by”
  • 39.
  • 40. Why Use Analysis Mechanisms? Oh no! I found a group of classes that has persistent data. How am I supposed to design these things if I don’t even know what database we are going to be using? That is why we have a persistence analysis mechanism. We don’t know enough yet, so we can bookmark it and come back to it later. Analysis mechanisms are used during analysis to reduce the complexity of analysis and to improve its consistency by providing designers with a shorthand representation for complex behavior.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45. Example: Course Registration Analysis Mechanisms Security Legacy Interface Persistence Distribution
  • 46.
  • 47.
  • 48.
  • 49. Example: Key Abstractions Student Professor Schedule CourseCatalog Course CourseOffering
  • 50.
  • 51. What Is a Use-Case Realization? Use-Case Model Design Model Use Case Use-Case Realization Class Diagrams Use Case Communication Diagrams Sequence Diagrams
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.

Editor's Notes

  1. This Analysis and Design Overview module provides an overview of the Analysis and Design Discipline. It also defines the terms that span all Analysis and Design activities. The details of each of the Analysis and Design activities will be described in subsequent modules.This module is meant to provide context for these detailed Analysis and Design activity modules. Explore with the students the difference between analysis and design.
  2. Review the Rational Unified Process Framework and the relationship of the Analysis and Design Discipline to the other disciplines in the Framework. The Rational Unified Process Framework was introduced in the Requirements Module. Highlight what part of the overall process we are concentrating on (analysis and design activities in an early elaboration iteration). The purposes of Analysis and Design are to: Transform the requirements into a system design. Evolve a robust architecture for the system. Adapt the design to match the implementation environment, designing it for performance. The Analysis and Design Discipline is related to other process disciplines. The Business Modeling Discipline provides an organizational context for the system. The Requirements Discipline provides the primary input for Analysis and Design. The Test Discipline tests the system designed during Analysis and Design. The Environment Discipline develops and maintains the supporting artifacts that are used during Analysis and Design. The Management Discipline plans the project and each iteration (described in an Iteration Plan).
  3. The input artifacts are the Use-Case Model, Glossary, and Supplementary Specification from the Requirements Discipline. The result of Analysis and Design is a Design Model that serves as an abstraction of the source code; that is, the Design Model acts as a blueprint of how the source code is structured and written. The Design Model consists of design classes structured into design packages; it also contains descriptions of how objects of these design classes collaborate to perform use cases (use-case realizations). The design activities are centered around the notion of architecture. The production and validation of this architecture is the main focus of early design iterations. Architecture is represented by a number of architectural views that capture the major structural design decisions. In essence, architectural views are abstractions or simplifications of the entire design, in which important characteristics are made more visible by leaving details aside. The architecture is an important vehicle not only for developing a good Design Model, but also for increasing the quality of any model built during system development. The architecture is documented in the Architecture Document. The development of the Architecture Document is out of the scope of this course, but we will discuss it is contents and how to interpret them. If you want a separate Analysis Model, then it would be listed as a separate artifact (in addition to the Design Model). The data model is grayed out since it is not a necessary model in Analysis and Design.
  4. An instructor once said: “Analysis vs. Design is important because of the mind-set. If you tried to manage all of the Analysis and Design issues in one go, your brain would explode on all but the most trivial developments. It’s just too much to take in, comprehend, and model in one go. So I mentally switch ‘OK, Analysis — problem domain — don’t care about memory, persistence, databases, language, etc’. Right now it’s Design and I do care about all those things — but now I can stop trying to understand the business domain. It’s about managing the 7+/-2 things I can think about in one go. It also separates the skills (a bit).” Another instructor once said: “Analysis is the study of and eventual comprehension of ‘some thing’ [the problem space]. But to understand it, we must invent some entities to hold onto the thing that we have just grasped — this inventive process is Design. That is, human cognitive thinking is actually interwoven Analysis/Design and any attempt to separate them is really only an idealization. Therefore, if I try to apply two separate ‘steps’ in the production of, say, a class diagram [and call those steps A and then D], I will introduce ambiguity into my process because cognitive process forces one to ‘produce a solution’ in order to ‘understand a problem’ - that D is necessary to have any results from A.” Think of Analysis as an idealized design step — where we ignore several complicating issues. This can turn into a religious debate. The differences between Analysis and Design are ones of focus and emphasis. The above slide lists the things that you focus on in Analysis versus Design. The goal in Analysis is to understand the problem and to begin to develop a visual model of what you are trying to build, independent of implementation and technology concerns. Analysis focuses on translating the functional requirements into software concepts. The idea is to get a rough cut at the objects that comprise our system, but focusing on behavior (and therefore encapsulation). We then move very quickly, nearly seamlessly, into “ Design ” and the other concerns. A goal of Design is to refine the model with the intention of developing a Design Model that will allow a seamless transition to the coding phase. In design, we adapt to the implementation and the deployment environment. The implementation environment is the “ developer ” environment, which is a software superset and a hardware subset of the deployment environment In modeling, we start with a model that closely resembles the real world (Analysis), and then find more abstract (but more fundamental) solutions to a more generalized problem (Design). The real power of software design is that it can create more powerful metaphors for the real world that change the nature of the problem, making it easier to solve.
  5. The Analysis and Design Discipline is not top-down or bottom-up. The use case comes in from the left and defines a middle level. The analysis classes are not defined in a top-down pattern or a bottom-up pattern; they are in the middle. From this middle level one may move up or down. Defining subsystems is moving up and defining design classes is moving down. Analysis is both top-to-middle, middle-up, middle-down and bottom-to-middle. There is no way of saying that one path is more important than another — you have to travel on all paths to get the system right. All of these four paths are equally important. That is why the bottom-up and top-down question cannot be solved. Mention to the students that normally with subsystems diagrams such as the one depicted here, you would include &lt;&lt;subsystem&gt;&gt; text.
  6. Based on extensive research, Rational has established a definition of architecture. “ Significant ” in this context implies strategic, of major impact. The architecture has a static and a dynamic perspective. The architecture for similar systems should be similar (a particular style is used). An equation we have used is: Architecture = Elements + Form + Rationale. Rationale is essential for justifying a good architecture. Patterns are the guidelines for assembling elements in some form. We will discuss patterns in the architecture modules. Emphasize that the rationale for the architectural decisions is very important. Remember that the RUP is use-case driven AND architecture-centric. Therefore, the architecture is going to drive design activities.
  7. Architectures can be viewed as a set of key design decisions. The architecture is the initial set of constraints placed on the system. Such constraints are the the most important ones. They constitute the fundamental decisions about the software design. Architecture puts a framework around the design. Architecture has been called strategic design. An architect ’ s job is to eliminate unnecessary creativity as the design has to fit into the architectural framework. As you move closer to code, creativity is focused. (The architecture frames the design which frames the implementation.) This is good because during Implementation, the creativity can be spent elsewhere (for example, for improving the quality, and performance) of the implementation (for example, code). If architecture is strategic design, then the rest of the design is the tactical design.
  8. Discuss the 4+1 views. These are covered in detail in the Rational Unified Process. The 4+1 model is introduced here because it is important for the students to see how the views fit together up front, in order to set context. The individual views are addressed in the specific architecture modules: The Logical View will be discussed in the Architectural Analysis and Identify Design Elements module. The Process View will be discussed in the Describe Concurrency module. The Deployment View will be discussed in the Describe Distribution module. The Implementation View will be discussed briefly in the Identify Design Elements module; however, the Implementation View is developed during Implementation and is thus considered out of scope for this Analysis and Design course. The above diagram shows the model Rational uses to describe the software architecture. Architecture is many things to many different interested parties. On a particular project, there are usually multiple stakeholders, each with their own concerns and view of the system to be developed. The goal is to provide each of these stakeholders with a view of the system that addresses their concerns, and suppresses the other details. To address these different needs, Rational has defined the “4+1 view” architecture model. An architectural view is a simplified description (an abstraction) of a system from a particular perspective or vantage point, covering particular concerns, and omitting entities that are not relevant to this perspective. Views are “slices” of models. Not all systems require all views (for example, single processor: drop Deployment View; single process: drop Process View; small program: drop Implementation View, and so forth). A project may document all of these views or additional views. The number of views is dependent on the system you are building. Each of these views, and the UML notation used to represent them, will be discussed in subsequent modules.
  9. A mere enumeration of all workers, activities, and artifacts does not constitute a process. We need a way to describe the activities, some valuable result, and interactions between workers. A workflow is a sequence of activities that produces a result of observable value. In UML terms, a workflow can be expressed as a sequence diagram, a collaboration diagram, or an activity diagram. We use a form of activity diagram in the Rational Unified Process. For each core workflow, an activity diagram is presented. This diagram shows the workflow, expressed in terms of workflow details. This slide shows the Analysis and Design workflow. The early Elaboration Phase focuses on creating an initial architecture for the system (Define a Candidate Architecture) to provide a starting point for the main analysis work. If the architecture already exists (because it was produced in previous iterations, or projects, or is obtained from an application framework), the focus of the work changes to refining the architecture (Refine the Architecture) analyzing behavior, and creating an initial set of elements that provide the appropriate behavior (Analyze Behavior). After the initial elements are identified, they are further refined. Design Components produce a set of components that provide the appropriate behavior to satisfy the requirements on the system. In parallel with these activities, persistence issues are handled in Design the Database . The result is an initial set of components that are further refined in the Implementation Discipline . Each workflow contains RUP activities that can take place. RUP activities can exist in many different workflow activities. For example, Use-Case Analysis can be found in both Define a Candidate Architecture and Analyze Behavior.
  10. Remember, for Analysis and Design, we start out with the Use-Case Model and the supplementary specifications from the Requirements Discipline and end up with the Design Model that serves as an abstraction of the source code. The design activities are centered around the notion of architecture. The production and validation of this architecture are the main focal points of early design iterations. The architecture is an important vehicle not only for developing a good Design Model, but also for increasing the quality of any model built during system development. The focus of this course is on the activities of the designer. The architect activities are discussed, but many of the architectural decisions will be given. Many of the architect and designer activities will be addressed in individual course modules. Walk the students through the activities reviewing the meaning of the representational icons (for example, workers and activities). Activities can be considered operations on the workers. The order shown is not the order in which the activities can be executed. The Analysis and Design workflow helps to dictate order. The process as described in this course develops a Design Model, not a separate Analysis Model. To maintain a separate Analysis Model, some modifications to the process are necessary, the discussion of which is beyond the scope of this course. Emphasize the Use-Case Analysis activity and how it describes a process for finding classes and objects from use cases. Some people have called it: “closing the traceability gap.” Use cases and scenarios help you get from requirements to objects.
  11. The software architect role leads and coordinates technical activities and artifacts throughout the project. The software architect establishes the overall structure for each architectural view: the decomposition of the view, the grouping of elements, and the interfaces between these major groupings. Therefore, in contrast to the other roles, the software architect&apos;s view is one of breadth as opposed to one of depth. In summary, the software architect must be well-rounded and possess maturity, vision, and a depth of experience that allows for grasping issues quickly and making educated, critical judgment in the absence of complete information. More specifically, the software architect, or members of the architecture team, must combine these skills: Experience in both the problem domain, through a thorough understanding of the requirements, and the software engineering domain. If there is a team, these qualities can be spread among the team members, but at least one software architect must provide the global vision for the project. Leadership in order to drive the technical effort across the various teams, and to make critical decisions under pressure and make those decisions stick. To be effective, the software architect and the project manager must work closely together, with the software architect leading the technical issues and the project manager leading the administrative issues. The software architect must have the authority to make technical decisions. Communication to earn trust, to persuade, to motivate, and to mentor. The software architect cannot lead by decree — only by the consent of the rest of the project. In order to be effective, the software architect must earn the respect of the project team, the project manager, the customer, and the user community, as well as the management team. Goal orientation and being proactive with a relentless focus on results. The software architect is the technical driving force behind the project, not a visionary or dreamer. The career of a successful software architect is a long series of sub-optimal decisions made in uncertainty and under pressure. Only those who can focus on doing what needs to be done are successful in this environment of the project. Here are some activities in which the Software Architect takes the lead.
  12. The designer role defines the responsibilities, operations, attributes, and relationships of one or several classes, and determines how they are adjusted to the implementation environment. In addition, the designer role may have responsibility for one or more classes, including analysis, design, subsystems, or testability. The designer must have a solid working knowledge of: Use-case modeling techniques System requirements Software design techniques, including object-oriented Analysis and Design techniques, and the Unified Modeling Language Technologies with which the system will be implemented In addition, the designer must: Understand the architecture of the system, as represented in the Software Architecture Document.   Many of the students in this class are probably designers and will be interested in learning about the designer’s responsibilities. Emphasize the designer’s role and importance.
  13. Use cases are one recommended method for organizing your requirements. Instead of a bulleted list of requirements, you organize them in a way that tells how someone may use the system. By doing so, you make a requirement more complete and consistent. You can also better understand the importance of a requirement from a user ’ s perspective. It is often difficult to tell how a system does what it is supposed to do from a traditional object-oriented system model. This stems from the lack of a common thread through the system when it performs certain tasks. Use cases are that thread, because they define the behavior performed by a system. Use cases are not part of &amp;quot;traditional&amp;quot; object orientation, but their importance has become more and more apparent, further emphasizing the fact that use cases are part of the UML.   This slide first appeared in the Essentials of Visual Modeling with UML course. The use-case realizations (definition on the next slide) that the students will be developing are an example of how the Analysis and Design is use-case driven.
  14. If you consider use cases and scenarios to be black box descriptions of the system, then the use-case realizations are the associated white box descriptions. Use-case realizations are introduced here because they may be mentioned when providing the overview of the Analysis and Design workflow (the developing of use-case realizations is the main goal of Use-Case Analysis and the refinement of these use-case realizations is the main goal of Use-Case Design). The use case realizations are identified in Architectural Analysis, initially developed in Use-Case Analysis and then refined in Use-Case Design. The Rational Unified Process includes templates for the the use-case realization, as well as the use-case realization icon. In Rose, you cannot draw realizations between use cases, so a stereotyped association must be used instead. In Rose, use-case realizations are modeled as stereotyped use cases. This is discussed in more detail in the Use-Case Analysis module. A use-case realization describes how a particular use case is realized within the Design Model, in terms of collaborating objects. A use-case realization ties together the use cases from the Use-Case Model with the classes and relationships of the Design Model. A use-case realization specifies what classes must be built to implement each use case. In the UML, use-case realizations are stereotyped collaborations. The symbol for a collaboration is an ellipsis containing the name of the collaboration.The symbol for a use-case realization is a dotted line version of the collaboration symbol. A use-case realization in the Design Model can be traced to a use case in the Use-Case Model. A realization relationship is drawn from the use-case realization to the use case it realizes. Within the UML, a use-case realization can be represented using a set of diagrams that model the context of the collaboration (the classes/objects that implement the use case and their relationships — class diagrams), and the interactions of the collaborations (how these classes/objects interact to perform the use cases — communication and sequence diagrams). The number and types of the diagrams that are used depend on what is needed to provide a complete picture of the collaboration and the guidelines developed for the project under development.
  15. This course assumes the developer is using an iterative process. Remember, each pass through the sequence of process workflows is called an iteration . Thus, from a development perspective, the software lifecycle is a succession of iterations, through which the software develops incrementally. During the Analysis and Design workflow in an iteration a use case will serve as the primary input artifact. By going through the a series of activities defined in the Analysis and Design workflow, the development team will create an associated use-case realization that describes how a particular use case will be realized. The purpose of this slide is to demonstrate that a team does not realize every use case in one giant iteration. Rather, the project will have a series of iterations in which one or more use cases will be realized.
  16. 1. The purpose of the Analysis and Design disciplines is to: Transform the requirements into a system design. Evolve a robust architecture for the system. Adapt the design to match the implementation environment, designing it for performance. 2. The input artifacts are: the Use-Case Model, the glossary and the supplementary specification. The outputs are the design model, the data model and the architecture document. 3. The 4+1 view of architecture includes the following views and their roles: Use Case (functionality); Logical (structure); Implementation (software management); Process (performance, scalability, throughput); Deployment (system topology, delivery, installation communication). 4. The differences between Analysis and Design are ones of focus and emphasis. Slide 6 lists the things that you focus on in Analysis versus Design. 5. Software architecture encompasses a set of significant decisions about the organization of a software system. Architectures can be viewed as a set of key design decisions. The architecture is the initial set of constraints placed on the system.
  17. Component-Based Development (CBD) seems to be the latest buzzword. If your students are interested in this topic, you can get their attention by stressing the following: Component-Based Development is a best practice, and developing a component-based architecture is critical to successful CBD, as components are not divorced from architecture. Components require an architecture in which to run. A focus on software architecture allows you to articulate the structure of the software system (the packages/components), and the ways in which they integrate (the fundamental mechanisms and patterns by which they interact). Architectural Analysis is where we make an initial attempt at defining the pieces/parts of the system and their relationships, organizing these pieces/parts into well-defined layers with explicit dependencies, concentrating on the upper layers of the system. This will be refined, and the lower layers will be defined during Incorporate Existing Design Elements.
  18. The architecture produced during Architectural Analysis is the “on the back of a paper napkin” architecture. It is the definition of the conceptual architecture. Architectural Analysis can be performed during Inception, but it is definitely done in early Elaboration. Starting with Architectural Analysis may make the course look like it is using a top-down approach. Explain to the students that this is not the case, but that a good architecture supporting all requirements is key for good software development. As you may recall, the above diagram illustrates the workflow that we are using in this course. It is a tailored version of the Analysis and Design core workflow of the Rational Unified Process. Architectural Analysis is an activity in the Define a Candidate Architecture workflow detail. Architectural Analysis is how the project team (or the architect) decides to define the project ’ s high-level architecture. It is focused mostly on bounding the analysis effort in terms of agreed-upon architectural patterns and idioms, so that the “ analysis ” work is not working so much from “ first principles. ” Architectural Analysis is very much a configuring of Use-Case Analysis. During Architectural Analysis, we concentrate on the upper layers of the system, making an initial attempt at defining the pieces/parts of the system and their relationships and organizing these pieces/parts into well-defined layers with explicit dependencies. In Use-Case Analysis, we will expand on this architecture by identifying analysis classes from the requirements. Then, in Incorporate Existing Design Elements, the initial architecture is refined, and the lower architecture layers are defined, taking into account the implementation environment and any other implementation constraints. Architectural Analysis is usually done once per project, early in the Elaboration phase. The activity is performed by the software architect or architecture team. This activity can be skipped if the architectural risk is low.
  19. In Architectural Analysis — prior to the use-case realizations, you define what flow of events (and therefore what use-case realizations), you are going to work on during the current iteration. The iteration planning is part of the Project Management discipline, performed by the project manager, but Architectural Analysis is where the actual use-case realization gets created. Purpose : To define a candidate architecture for the system based on experience gained from similar systems or in similar problem domains. To define the architectural patterns, key mechanisms, and modeling conventions for the system. To define the reuse strategy. To provide input to the planning process. Input Artifacts : Use-Case Model Supplementary Specifications Glossary Design Model Reference Architecture Vision Document Project Specific Guidelines Software Architecture Document Resulting Artifacts : Software Architecture Document Design Model Deployment Model
  20. The above are the topics we will be discussing within the Architectural Analysis module. Unlike the designer activity modules, you will not be discussing each step of the activity, as the objective of this module is to understand the important Architectural Analysis concepts, not to learn HOW to create an architecture. Before you discuss Architectural Analysis in any detail, it is important to review/define some key concepts.
  21. This should be a review of the 4+1 views. They were initially described in the Analysis and Design Overview module. The above diagram describes the model Rational uses to describe the software architecture. This is the recommended way to represent a software architecture. There may be other “precursor” architectures that are not in this format. The goal is to mature those architectural representations into the 4+1 view representation. In Architectural Analysis, you will concentrate on the Logical View. The other views will be addressed in later architecture modules: The Logical View will be refined in the Identify Design Mechanisms, Identify Design modules. The Process View will be discussed in the Describe Run-time Architecture module. The Deployment View will be discussed in the Describe Distribution module. The Implementation View is developed during Implementation and is thus considered out of scope for this Analysis and Design course.
  22. Packages were first introduced in the Essentials of Visual Modeling course: Concepts of Object Orientation.The slide is repeated here for review purposes. Packages can be used to group any model elements. However, in this module, we will be concentrating on how they are used within the Design Model. Before discussing how to define the upper-level layers, let’s review some key concepts that we depend on in this step.
  23. Generalization relationships are permitted between packages. Refinement relationships are also permitted for packages. Elements in one package can import elements from another package. In the UML, this is represented as a dependency relationship. The relationships of the packages reflect the allowable relationships between the contained classes. A dependency relationship between packages indicates that the contents of the supplier packages may be referenced by the client. In the above example, if a dependency relationship exists between the Client package and the Supplier package, then classes in the Client package may access classes in the Supplier package. Some of the implications of package dependency are: Whenever a change is made to the Supplier package, the Client package potentially needs to be recompiled and re-tested. The Client package cannot be reused independently because it depends on the Supplier package. The grouping of classes into logical sets and the modeling of their relationships can occur anywhere in the process when a set of cohesive classes is identified.
  24. In Architectural Analysis, it is important to recognize that cycles are bad and should be avoided when possible. However, resolving circular dependencies should really be focussed on in Incorporate Existing Design Elements. It is desirable that the package hierarchy be acyclic. This means that the following situation should be avoided (if possible): Package A uses package B, which uses package A. If a circular dependency exists between Package A and Package B, if you change Package A it might cause a change in Package B, which might cause a change in Package A, etc. A circular dependency between packages A and B means that they will effectively have to be treated as a single package. Circles wider than two packages must also be avoided. For example, package A uses package B, which uses package C, which uses package A. Circular dependencies may be able to be broken by splitting one of the packages into two smaller ones. In the above example, the elements in package A that were needed by the other packages were factored out into their own package, A ’ , and the appropriate dependencies were added.
  25. Early in the software development lifecycle, it is important to define the modeling conventions that everyone on the project should use. The modeling conventions ensure that the representation of the architecture and design are consistent across teams and iterations.
  26. Frameworks enable scalability of development: the ability to develop and deliver systems as quickly as the market requires by using a leveraged solution. An analogy in bridge building may help clarify this. Examples of frameworks are suspension bridge, piling-and-trestle bridge, and cantilever bridge. Examples of design patterns are rivet fastener, bolt, and weld. In building a bridge, each is substitutable in some cases, and each is uniquely superior in other cases. (Both a weld and a bolt can be used to join two materials; the weld can be stronger if done correctly, but cannot be undone, or repaired, or replaced as the bolt can.) Taking the analogy a bit further, a suspension bridge can be a footbridge or the Golden Gate bridge. Both represent the same basic design approach and principles, so that one could readily say “that is a suspension bridge,” but the extensions and localizations cause the end result to be quite different. The selection of the upper-level layers may be affected by the choice of an architectural pattern or framework. Thus, it is important to define what these terms mean. A pattern codifies specific knowledge collected from experience. Patterns provide examples of how good modeling solves real problems, whether you come up with the pattern yourself or you reuse someone else ’ s. Design patterns are discussed in more detail on the next slide. Frameworks differ from Analysis and Design patterns in their scale and scope. Frameworks describe a skeletal solution to a particular problem that may lack many of the details, and that may be filled in by applying various Analysis and Design patterns. A framework is a micro-architecture that provides an incomplete template for applications within a specific domain. Architectural frameworks provide the context in which the components run. They provide the infrastructure (plumbing, if you will) that allows the components to co-exist and perform in predictable ways. These frameworks may provide communication mechanisms, distribution mechanisms, error processing capabilities, transaction support, and so forth. Frameworks may range in scope from persistence frameworks that describe the workings of a fairly complex but fragmentary part of an application to domain-specific frameworks that are intended to be customized (such as Peoplesoft, SanFransisco, Infinity, and SAP). For example, SAP is a framework for manufacturing and finance.
  27. OOAD is not intended to be a patterns course, but will use/introduce patterns to solve particular problems. We will look at a number of design patterns throughout this course. Thus, it is important to define what a design pattern is up front. Design patterns are being collected and cataloged in a number of publications and mediums.You can use design patterns to solve issues in your design without “ reinventing the wheel. ” You can also use design patterns to validate and verify your current approaches. Using design patterns can lead to more maintainable systems and increased productivity.They provide excellent examples of good design heuristics and design vocabulary. In order to use design patterns effectively, you should become familiar with some common design patterns and the issues that they mitigate. A design pattern is modeled in the UML as a parameterized collaboration.Thus it has a structural aspect and a behavioral aspect. The structural part is the classes whose instances implement the pattern, and their relationships (the static view).The behavioral aspect describes how the instance collaborate — usually by sending messages to each other — to implement the pattern (the dynamic view). A parameterized collaboration is a template for a collaboration.The Template Parameters are used to adapt the collaboration for a specific usage.These parameters may be bound to different sets of abstractions, depending on how they are applied in the design.
  28. The chosen architectural pattern may change, in some significant ways, the approach taken to solving a problem (that is, choosing another pattern would require too much “tweaking” in design). Thus, you want to account for this in analysis; however, be careful not to make the analysis approach too vendor–specific. Some examples: Layers: The Course Registration and Payroll architecture; The OSI 7 layer model. (This will be discussed shortly.) MVC: Visual Modeling Tools, GUI, Image Processing Tools Pipes and Filters: Telecom Billing (processing of incoming calls). Remind the students that this is not an architecture course. Thus, for scope reasons, our discussions will be limited to the layers pattern. Note: Client/Server and 2/3/n-tier have sometimes been called an analysis pattern, but in this course it will be treated as a distribution pattern and will be discussed in the Describe Distribution module. Architectural Analysis is where you consider architectural patterns, as this choice affects the high-level organization of your object model. Layers : The layers pattern is where an application is decomposed into different levels of abstraction. The layers range from application-specific layers at the top to implementation/technology-specific layers on the bottom. Model-View-Controller : The MVC pattern is where an application is divided into three partitions: The Model, which is the business rules and underlying data, the View, which is how information is displayed to the user, and the Controllers, which process the user input. Pipes and Filters : In the Pipes and Filters pattern, data is processed in streams that flow through pipes from filter to filter. Each filter is a processing step. Blackboard : The Blackboard pattern is where independent, specialized applications collaborate to derive a solution, working on a common data structure. Architectural patterns can work together. (That is, more than one architectural pattern can be present in any one software architecture.) The architectural patterns listed above imply certain system characteristics, performance characteristics, and process and distribution architectures. Each solves certain problems but also poses unique challenges. For this course, you will concentrate on the Layers architectural pattern.
  29. Remind the students that during Architectural Analysis, the focus is normally on the high-level layers — the application and business-specific layers. The other lower-level layers are focused on during Incorporate Existing Design Elements. Layering is a fundamental separation of concerns. Note: Most of the GUI and persistence frameworks cut across layers in a somewhat transparent way, so instead of visualizing layers in only two dimensions, think of a framework as layering in a third dimension that cuts across the normal layering dimensions (or “plugs into” the side of the layering diagram, cutting across layers). This is part of what makes frameworks so hard to explain — they don’t behave like “service providers” (classes and subsystems), but instead act more like skeletal architectures and proto-services that both extend and are extended by the project-specific stuff. The “GUI layer” is really not so much a layer as a framework that extends across a number of layers. Layering represents an ordered grouping of functionality, with the application-specific functions located in the upper layers, functionality that spans application domains in the middle layers, and functionality specific to the deployment environment at the lower layers. The number and composition of layers is dependent upon the complexity of both the problem domain and the solution space: There is generally only a single application-specific layer. In domains with existing systems, or that have large systems composed of inter-operating smaller systems, the Business-Specific layer is likely to partially exist and may be structured into several layers for clarity. Solution spaces, which are well-supported by middleware products and in which complex system software plays a greater role, have well-developed lower layers, with perhaps several layers of middleware and system software. This slide shows a sample architecture with four layers: The top layer, Application layer , contains the application-specific services. The next layer, Business-Specific layer , contains business-specific components used in several applications. The Middleware layer contains components such as GUI-builders, interfaces to database management systems, platform-independent operating system services, and OLE-components such as spreadsheets and diagram editors. The bottom layer, System Software layer , contains components such as operating systems, databases, interfaces to specific hardware, and so on.
  30. This course will make use of the Layers architectural pattern. Take a few moments to explain the context, problem, and solution that this pattern addresses. While this is not an architectural course, architecture does drive everything that occurs in design, so it is important for the designer to understand the architectural pattern that is being employed. A layer represents a horizontal slice through an architecture whereas a partition represents a vertical slice. Context A large system that requires decomposition. Problem A system that must handle issues at different levels of abstraction; for example: hardware control issues, common services issues, and domain-specific issues. It would be extremely undesirable to write vertical components that handle issues at all levels. The same issue would have to be handled (possibly inconsistently) multiple times in different components. Forces Parts of the system should be replaceable. Changes in components should not ripple. Similar responsibilities should be grouped together. Size of components — complex components may have to be decomposed. Solution Structure the systems into groups of components that form layers on top of each other. Make upper layers use services of the layers below only (never above). Try not to use services other than those of the layer directly below. (Do not skip layers unless intermediate layers would only add pass-through components.) A strict layered architecture states that design elements (classes, components, packages, and subsystems) only utilize the services of the layer below them. Services can include event-handling, error-handling, database access, and so forth. It contains more palpable mechanisms, as opposed to the raw operating system level calls documented in the bottom layer.
  31. Layers are used to encapsulate conceptual boundaries between different kinds of services and provide useful abstractions that make the design easier to understand. When layering, concentrate on grouping things that are similar together, as well as encapsulating change. There is generally only a single application layer. On the other hand, the number of domain layers is dependent upon the complexity of both the problem and the solution spaces. When a domain has existing systems, complex systems composed of inter-operating systems, and/or systems where there is a strong need to share information between design teams, the Business-Specific layer may be structured into several layers for clarity. In Architectural Analysis , we are concentrating on the upper-level layers (the Application and Business-Specific layers). The lower level layers (infrastructure and vendor-specific layers) will be defined in Incorporate Existing Design Elements. Subsystems and packages within a particular layer should only depend upon subsystems within the same layer, and at the next lower layer. Failure to restrict dependencies in this way causes architectural degradation, and makes the system brittle and difficult to maintain. Exceptions include cases where subsystems need direct access to lower layer services: A conscious decision should be made on how to handle primitive services needed throughout the system, such as printing and sending messages. There is little value in restricting messages to lower layers if the solution is to effectively implement call pass-throughs in the intermediate layers.
  32. Layers can be represented as packages with the &lt;&lt;layer&gt;&gt; stereotype. The layer descriptions can be included in the documentation field of the specification of the package. Layer is not a standard UML 2 stereotype but a commonly used one.
  33. A stereotype can be defined as: An extension of the basic UML notation that allows you to define a new modeling element based on an existing modeling element. The new element may contain additional semantics but still applies in all cases where the original element is used. In this way, the number of unique UML symbols is reduced, simplifying the overall notation. The name of a stereotype is shown in guillemets (&lt;&lt; &gt;&gt;). A unique icon may be defined for the stereotype, and the new element may be modeled using the defined icon or the original icon with the stereotype name displayed, or both. Stereotypes can be applied to all modeling elements, including classes, relationships, components, and so on. Each UML element can only have one stereotype. Stereotype uses include modifying code generation behavior and using a different or domain-specific icon or color where an extension is needed or helpful to make a model more clear or useful.
  34. Layers can be represented as packages with the &lt;&lt;layer&gt;&gt; stereotype. The layer descriptions can be included in the documentation field of the specification of the package. This diagram could be included as the main diagram in the Analysis and/or Design Model package. The above example includes the Application and Business-Specific layers for the Course Registration System. The Application layer contains the design elements that are specific to the Course Registration application. We expect that multiple applications will share some key abstractions and common services. These have been encapsulated in the Business Services layer, which is accessible to the Application layer. The Business Services layer contains business-specific elements that are used in several applications, not necessarily just this one.
  35. Emphasize that analysis mechanisms allow the designer to “build in” standard abstractions and conventions for the nonfunctional requirements right into the architecture. Analysis mechanisms can be considered a shorthand representation for complex behavior. The architecture should be simple, but not simplistic. It should provide standard behavior through standard abstractions and mechanisms. Thus, a key aspect in designing a software architecture is the definition and the selection of the mechanisms that designers use to give &amp;quot;life&amp;quot; to their objects. In Architectural Analysis , it is important to identify the analysis mechanisms for the software system being developed. Analysis mechanisms focus on and address the nonfunctional requirements of the system (that is, the need for persistence, reliability, and performance), and builds support for such non-functional requirements directly into the architecture. Analysis mechanisms are used during analysis to reduce the complexity of analysis, and to improve its consistency by providing designers with a shorthand representation for complex behavior. Mechanisms allow the analysis effort to focus on translating the functional requirements into software abstractions without becoming bogged down in the specification of relatively complex behavior that is needed to support the functionality but which is not central to it.
  36. Good sources for more information on mechanisms are the various documents on CORBA and COM. COM is usually only an implementation mechanism, but the CORBA documentation tends to be a bit more general. So you can look at the definitions for the CORBA services and, with a little abstraction, define general mechanisms for such functions as messaging, transaction management, and persistence. There are similar “standards” that can be gleaned for other kinds of mechanisms — things like workflow management, and other more application-specific things. Using standards as a starting point for mechanisms tends to make the build- versus-buy decisions easier. In order to better understand what an analysis mechanism is, we have to understand what an architectural mechanism is. An architectural mechanism is a strategic decision regarding common standards, policies, and practices. It is the realization of topics that should be standardized on a project. Everyone on the project should utilize these concepts in the same way, and reuse the same mechanisms to perform the operations. An architectural mechanism represents a common solution to a frequently encountered problem. It may be patterns of structure, patterns of behavior, or both. Architectural mechanisms are an important part of the &amp;quot;glue&amp;quot; between the required functionality of the system and how this functionality is realized, given the constraints of the implementation environment. Support for architectural mechanisms needs to be built in to the architecture. Architectural mechanisms are coordinated by the architect. The architect chooses the mechanisms, validates them by building or integrating them, verifies that they do the job, and then consistently imposes them upon the rest of the design of the system.
  37. Note that in this section, we will be concentrating on Analysis mechanisms. Design and Implementation mechanisms will be discussed in the Identify Design mechanisms module. In analysis, we just care that a mechanism must be provided; we don’t care how it is provided. That’s decided during design. When doing use-case analysis and finding classes, you’re really finding things in the upper two layers of the system — boundary and control classes which are application-specific; and boundary, entity, and control classes that are domain specific. Everything else at a lower layer is represented at this point using analysis mechanisms. The value of analysis mechanisms is that they prevent you from diving too deep too early. There are three categories of architectural mechanisms. The only difference between them is one of refinement. Analysis mechanisms capture the key aspects of a solution in a way that is implementation-independent. They either provide specific behaviors to a domain-related class or component, or correspond to the implementation of cooperation between classes and/or components. They may be implemented as a framework. Examples include mechanisms to handle persistence, inter-process communication, error or fault handling, notification, and messaging, to name a few. Design mechanisms are more concrete. They assume some details of the implementation environment, but are not tied to a specific implementation (as is an implementation mechanism). Implementation mechanisms specify the exact implementation of the mechanism. Implementation mechanisms are are bound to a certain technology, implementation language, vendor, or other factor. In a design mechanism, some specific technology is chosen (for example, RDBMS vs. ODBMS), whereas in an implementation mechanism, a VERY specific technology is chosen (for example, Oracle vs. SYBASE). The overall strategy for the implementation of analysis mechanisms must be built into the architecture. This will be discussed in more detail in Identify Design mechanisms, when design and implementation mechanisms are discussed.
  38. An analysis mechanism represents a pattern that constitutes a common solution to a common problem. These mechanisms may show patterns of structure, patterns of behavior, or both. They are used during analysis to reduce the complexity of the analysis, and to improve its consistency by providing designers with a shorthand representation for complex behavior. Analysis mechanisms are primarily used as “ placeholders ” for complex technology in the middle and lower layers of the architecture. When mechanisms are used as “ placeholders ” in the architecture, the architecting effort is less likely to become distracted by the details of mechanism behavior. Mechanisms allow the analysis effort to focus on translating the functional requirements into software concepts without bogging down in the specification of relatively complex behavior needed to support the functionality but which is not central to it. Analysis mechanisms often result from the instantiation of one or more architectural or analysis patterns .   Persistence provides an example of analysis mechanisms. A persistent object is one that logically exists beyond the scope of the program that created it. The need to have object lifetimes that span use cases, process lifetimes, or system shutdown and startup, defines the need for object persistence. Persistence is a particularly complex mechanism. During analysis we do not want to be distracted by the details of how we are going to achieve persistence. This gives rise to a “ persistence ” analysis mechanism that allows us to speak of persistent objects and capture the requirements we will have on the persistence mechanism without worrying about what exactly the persistence mechanism will do or how it will work. Analysis mechanisms are typically, but not necessarily, unrelated to the problem domain, but instead are &amp;quot;computer science&amp;quot; concepts. As a result, they typically occupy the middle and lower layers of the architecture. They provide specific behaviors to a domain-related class or component, or correspond to the implementation of cooperation between classes and/or components. Analysis mechanisms are used during analysis to reduce the complexity of the analysis, and to improve its consistency. They do this by providing designers with a short hand representation for complex behavior.
  39. The “mechanisms” are, in a sense, shorthand for ‘complex stuff’ that we don’t want to explain right now. Analysis mechanisms either provide specific behaviors to a domain-related class or component, or they correspond to the implementation of cooperation between classes and/or components. Some examples of analysis mechanisms are listed on this slide. This list is not meant to be exhaustive. Examples of communication mechanisms include inter-process communication (IPC) and inter-node communication (a.k.a. remote process communication or RPC). RPC has both a communication and a distribution aspect. Mechanisms are perhaps easier to discuss when one talks about them as “ patterns ” that are applied to the problem. So the inter-process communication pattern (that is, “ the application is partitioned into a number of communicating processes ” ) interacts with the distribution pattern (that is, “ the application is distributed across a number of nodes ” ) to produce the RPC pattern (that is, “ the application is partitioned into a number of processes, which are distributed across a number of nodes ” ). This process provides us a way to implement remote IPC.
  40. It is important for the students to note that analysis mechanisms can have characteristics and to understand what they look like. However, we will not be emphasizing them in this class. These are just some sample characteristics for some analysis mechanisms. The list is not meant to be exhaustive. A more complete list is provided in the Rational Unified Process. Analysis mechanism characteristics capture some nonfunctional requirements of the system. Persistency : For all classes whose instances may become persistent, we need to identify: Granularity : Range of size of the persistent objects Volume : Number of objects to keep persistent Duration : How long to keep persistent objects Access mechanism : How is a given object uniquely identified and retrieved? Access frequency : Are the objects more or less constant; are they permanently updated? Reliability : Shall the objects survive a crash of the process, the processor; the whole system? Inter-process Communication : For all model elements that need to communicate with objects, components, or services executing in other processes or threads, we need to identify: Latency : How fast must processes communicate with another? Synchronicity : Asynchronous communication Size of message : A spectrum might be more appropriate than a single number. Protocol , flow control, buffering, and so on.
  41. Security : Data granularity : Package-level, class-level, attribute level User granularity : Single users, roles/groups Security Rules : Based on value of data, on algorithm based on data, and on algorithm based on user and data Privilege Types : Read, write, create, delete, perform some other operation
  42. The process for describing analysis mechanisms is: Collect all analysis mechanisms in a list. The same analysis mechanism may appear under several different names across different use-case realizations, or across different designers. For example, storage , persistency , database , and repository might all refer to a persistency mechanism. Inter-process communication , message passing , or remote invocation might all refer to an inter-process communication mechanism. Draw a map of the client classes to the analysis mechanisms (see graphic on slide). Identify Characteristics of the analysis mechanisms. To discriminate across a range of potential designs, identify the key characteristics used to qualify each analysis mechanism. These characteristics are part functionality, part size, and performance. Model Using Collaborations. Once all of the analysis mechanisms are identified and named, they should be modeled through the collaboration of a “ society of classes. ” Some of these classes do not directly deliver application functionality, but exist only to support it. Very often, these “ support classes ” are located in the middle or lower layers of a layered architecture, thus providing a common support service to all application-level classes.   The architect is responsible for describing each analysis mechanism, but the designer is responsible for understanding how to interpret and properly use the analysis mechanisms. The idea of this slide is not to instruct the student how to create the mechanism, but to help the student understand how to use a mechanism properly. Note: This is not a UML diagram. You will need to create this chart with some other tool.
  43. Anytime, anyone has issues with the included mechanisms (that is, persistence, security, and so forth), emphasize that these are just one set of choices. On your project, your architect may pick others. If he does, your design will be different. The above are the selected analysis mechanisms for the Course Registration System. Persistency : A means to make an element persistent (that is, exist after the application that created it ceases to exist). Distribution : A means to distribute an element across existing nodes of the system. Security : A means to control access to an element. Legacy Interface : A means to access a legacy system with an existing interface. These are also documented in the Payroll Architecture Handbook , Architectural Mechanisms section.
  44. This is where the key abstractions for the problem domain are defined. Furthermore, this is where the “ vocabulary ” of the software system is established. The purpose of this step is to &amp;quot;prime the pump&amp;quot; for analysis by identifying and defining the key abstractions that the system must handle. These may have been initially identified during business modeling and requirement activities. However, during those activities, the focus was on the problem domain. During analysis and design, our focus is more on the solution domain.
  45. Requirements and Business Modeling activities usually uncover key concepts that the system must be able to handle. These concepts manifest themselves as key design abstractions. Because of the work already done, there is no need to repeat the identification work again during Use-Case Analysis . To take advantage of existing knowledge, we identify preliminary entity analysis classes to represent these key abstractions on the basis of general knowledge of the system. Sources include the Requirements , the Glossary , and in particular, the Domain Model , or the Business Object Model , if you have one. These key abstractions are the “essence of the system,” and identifying them now is meant to provide a starting point for Use-Case Analysis. By identifying and modeling these key abstractions before Use-Case Analysis, you improve the consistency across the Use-Case Analysis activities for the different use cases. You reduce the possibility that different terms will model the same abstractions when the classes are being identified for the different use cases. This is especially important if separate use-case teams will be working on the use cases, as it gives everyone a common starting point. You need more than just the Glossary, because the Glossary should not document things purely in the solution space (for example, mechanisms, key abstractions related to the solution space, and architectural patterns being used.) The Glossary is primarily a “user-oriented” document.
  46. Relationships example: For a particular bank system, the relationship between a customer abstraction and an account abstraction is an important semantic relationship, since a customer has been defined as someone who has an account (or would like to open an account) at the bank. Enter the brief descriptions in the class specification documentation field. While defining the initial analysis classes, you can also define any relationships that exist between them. The relationships are those that support the basic definitions of the abstractions. It is not the objective to develop a complete class model at this point, but just to define some key abstractions and basic relationships to “ kick off ” the analysis effort. This will help to reduce any duplicate effort that may result when different teams analyze the individual use cases. Relationships defined at this point reflect the semantic connections between the defined abstractions, not the relationships necessary to support the implementation or the required communication among abstractions. The analysis classes identified at this point will probably change and evolve during the course of the project. The purpose of this step is not to identify a set of classes that will survive throughout design, but to identify the key abstractions the system must handle. Do not spend much time describing analysis classes in detail at this initial stage, because there is a risk that you might identify classes and relationships that are not actually needed by the use cases. Remember that you will find more analysis classes and relationships when looking at the use cases.
  47. Professor : A person teaching classes at the university. Student : A person enrolled in classes at the university. Schedule : The courses a student has enrolled in for a semester. CourseCatalog : Unabridged catalog of all courses offered by the university. CourseOffering : A specific offering for a course, including days of the week and times. Course : A class offered by the university. Note: Some of these abstractions map one-to-one with actors in the Use-Case Model. This is acceptable, as it is reasonable that you might need to maintain some information concerning the actors within the system. These abstractions, which correspond to external entities (that is, actors), have been called “surrogates or proxies.”
  48. Emphasize that analysis mechanisms allow the designer to “build in” standard abstractions and conventions for the nonfunctional requirements right into the architecture. Analysis mechanisms can be considered a shorthand representation for complex behavior. The architecture should be simple, but not simplistic. It should provide standard behavior through standard abstractions and mechanisms. Thus, a key aspect in designing a software architecture is the definition and the selection of the mechanisms that designers use to give &amp;quot;life&amp;quot; to their objects. In Architectural Analysis , it is important to identify the analysis mechanisms for the software system being developed. Analysis mechanisms focus on and address the nonfunctional requirements of the system (that is, the need for persistence, reliability, and performance), and builds support for such non-functional requirements directly into the architecture. Analysis mechanisms are used during analysis to reduce the complexity of analysis, and to improve its consistency by providing designers with a shorthand representation for complex behavior. Mechanisms allow the analysis effort to focus on translating the functional requirements into software abstractions without becoming bogged down in the specification of relatively complex behavior that is needed to support the functionality but which is not central to it.
  49. If you consider use cases and scenarios to be black box descriptions of the system, then the use-case realizations are the associated white box descriptions. Use-case realizations are introduced here because they may be mentioned when providing the overview of the Analysis and Design workflow (the developing of use-case realizations is the main goal of Use-Case Analysis and the refinement of these use-case realizations is the main goal of Use-Case Design). The use case realizations are identified in Architectural Analysis, initially developed in Use-Case Analysis and then refined in Use-Case Design. The Rational Unified Process includes templates for the the use-case realization, as well as the use-case realization icon. In Rose, you cannot draw realizations between use cases, so a stereotyped association must be used instead. In Rose, use-case realizations are modeled as stereotyped use cases. This is discussed in more detail in the Use-Case Analysis module. A use-case realization describes how a particular use case is realized within the Design Model, in terms of collaborating objects. A use-case realization ties together the use cases from the Use-Case Model with the classes and relationships of the Design Model. A use-case realization specifies what classes must be built to implement each use case. In the UML, use-case realizations are stereotyped collaborations. The symbol for a collaboration is an ellipsis containing the name of the collaboration.The symbol for a use-case realization is a dotted line version of the collaboration symbol. A use-case realization in the Design Model can be traced to a use case in the Use-Case Model. A realization relationship is drawn from the use-case realization to the use case it realizes. Within the UML, a use-case realization can be represented using a set of diagrams that model the context of the collaboration (the classes/objects that implement the use case and their relationships — class diagrams), and the interactions of the collaborations (how these classes/objects interact to perform the use cases — communication and sequence diagrams). The number and types of the diagrams that are used depend on what is needed to provide a complete picture of the collaboration and the guidelines developed for the project under development.
  50. Use cases form the central focus of most of the early analysis and design work. To enable the transition between requirements-centric activities and design-centric activities, the use-case realization serves as a bridge, providing a way to trace behavior in the Design Model back to the Use-Case Model, as well as organizing collaborations in the Design Model around the use-case concept. For each Use Case in the Use-Case Model, create a use-case realization in the Design Model.The name for the use-case realization should be the same as the associated use case, and a realize relationship should be established from the use-case realization to its associated use case.
  51. Emphasize that analysis mechanisms allow the designer to “build in” standard abstractions and conventions for the nonfunctional requirements right into the architecture. Analysis mechanisms can be considered a shorthand representation for complex behavior. The architecture should be simple, but not simplistic. It should provide standard behavior through standard abstractions and mechanisms. Thus, a key aspect in designing a software architecture is the definition and the selection of the mechanisms that designers use to give &amp;quot;life&amp;quot; to their objects. In Architectural Analysis , it is important to identify the analysis mechanisms for the software system being developed. Analysis mechanisms focus on and address the nonfunctional requirements of the system (that is, the need for persistence, reliability, and performance), and builds support for such non-functional requirements directly into the architecture. Analysis mechanisms are used during analysis to reduce the complexity of analysis, and to improve its consistency by providing designers with a shorthand representation for complex behavior. Mechanisms allow the analysis effort to focus on translating the functional requirements into software abstractions without becoming bogged down in the specification of relatively complex behavior that is needed to support the functionality but which is not central to it.
  52. You do not need to read each bullet to the students. Just discuss a few of the key checkpoints. The checklist shown on the next few slides represents an adaptation of the Design Model Checklist given in the Rational Unified Process, as only a subset of the Design Model review criteria really applies at Architectural Analysis. Also, we have only listed those checkpoints that a designer would care about. The architect has a much more detailed list of checkpoints. The complete checklist is provided in the Rational Unified Process . The next few slides contains the key things a designer would look for when assessing the results of Architectural Analysis . An architect would have a more detailed list. A well-structured architecture encompasses a set of classes, typically organized into multiple hierarchies Note : At this point, some of the packages/layers may not contain any classes, and that is okay. More classes will be identified over time, starting in the next activity, Use-Case Analysis.
  53. Again, the checklist shown on the slide represents an adaptation of the Design Model Checklist given in the Rational Unified Process, as only a subset of the Design Model review criteria really applies at this stage of the software lifecycle (initial Architectural Analysis). A well-structured class provides a crisp abstraction of something drawn from the vocabulary of the problem domain or the solution domain.
  54. 1. The purpose of Architectural Analysis is to define a candidate architecture for the system based on experience gained from similar systems or in similar problem domains. 2. A package is a general-purpose mechanism for organizing elements into groups. 3. Layers are used to encapsulate conceptual boundaries between different kinds of services and provide useful abstractions that make the design easier to understand. Typical layers include: Application, Business-Specific, Middleware, and System Software. 4. Analysis mechanisms capture the key aspects of a solution in a way that is implementation-independent. Examples include mechanisms to handle persistence, inter-process communication, error or fault handling, notification, and messaging, to name a few. 5. Requirements and Business Modeling activities usually uncover key concepts that the system must be able to handle. These concepts manifest themselves as key design abstractions. Because of the work already done, there is no need to repeat the identification work again during Use-Case Analysis .
  55. Have each student work individually on this exercise. Review and compare/contrast results. If you are teaching to a very introductory audience, you may want try one of the following: Run this exercise as a group exercise, with the instructor facilitating, or Walk through the solution in the Payroll Exercise Solution book. However, keep in mind that the whole idea behind an exercise is to give the students a chance to apply what they have learned. Thus, use your best judgment when choosing a delivery option for this exercise. The goal of this exercise is to jump-start analysis. References to givens: Requirements Results : Exercise Workbook: Payroll Requirements Architectural Decisions : Exercise Workbook: Payroll Architecture Handbook , Logical View, Architectural Analysis section. Note : This exercise has been tightly scoped to emphasize the Analysis and Design modeling concepts and reduce the emphasis on architectural issues. Thus, much of the architecture has been provided to you, rather than asking you to provide it as part of the exercise. Remember, this is not an architecture course.
  56. Review what is meant by a “key abstraction,” as well as just how much modeling is done at this point. To identify the key abstractions, you can probably concentrate on the Problem Statement and the Glossary. Create a class to represent each key abstraction. Be sure to include a brief description for each class. You do not need to allocate the classes to packages. That will occur in the next module. You do not need to define relationships between the classes at this point. We will concentrate on class relationships in later modules. The class diagrams of the upper-level layers and their dependencies should be drawn using the given textual descriptions. References to sample diagrams within the course that are similar to what should be produced are: Refer to the following slides if needed; What Are Key Abstractions – p. 5-30 Defining Key Abstractions – p. 5-31
  57. You will need to create two different class diagrams in this solution: one showing the key abstractions and one showing the architectural layers and their dependencies. Refer to the following slides if needed; Package Relationships: Dependency – p. 5-8 Example: Key Abstractions – p. 5-32 Example: High-level Organization of the Model – p. 5-19
  58. Walk the students through the architectural layers. (They reviewed the requirements artifacts in the previous exercise.) The exercise solution can be found in the Payroll Exercise Solution book, Exercise: Architectural Analysis section. See the table of contents for the specific page numbers. Discuss any questions that they might have.