©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 1 Function-oriented design u Design with functional units which transform inputs.

Slides:



Advertisements
Similar presentations
Chapter 26 Legacy Systems.
Advertisements

Chapter 26 Legacy Systems.
Chapter 7 System Models.
Legacy Systems Older software systems that remain vital to an organisation.
1 Software Design Introduction  The chapter will address the following questions:  How do you factor a program into manageable program modules that can.
What is Software Design?  Introduction  Software design consists of two components, modular design and packaging.  Modular design is the decomposition.
Copyright Irwin/McGraw-Hill Software Design Prepared by Kevin C. Dittman for Systems Analysis & Design Methods 4ed by J. L. Whitten & L. D. Bentley.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System modeling 2.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 8 Slide 1 System models.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System models.
Chapter 9 Describing Process Specifications and Structured Decisions
Chapter 9 Describing Process Specifications and Structured Decisions Systems Analysis and Design Kendall & Kendall Sixth Edition © 2005 Pearson Prentice.
Chapter 9 Describing Process Specifications and Structured Decisions
Modified from Sommerville’s originalsSoftware Engineering, 5th edition. Chapter 15 Slide 1 Function-oriented design Software Engineering Ian Sommerville.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 8 Slide 1 System models.
Modified from Sommerville’s originalsSoftware Engineering, 5th edition. Chapter 15 Slide 1 Function-oriented design Software Engineering Ian Sommerville.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System models September 29, 2008.
CSEM01 SE Evolution & Management Anne Comer Helen Edwards
©Ian Sommerville 2000Software Engineering, 6/e, Chapter 71 System models l Abstract descriptions of systems whose requirements are being analysed.
Modified from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 8 Slide 1 System models.
Function-oriented design portions ©Ian Sommerville 1995 Design with functional units which transform inputs to outputs.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System modeling 1.
Chapter 7: System models
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 11 Slide 1 Architectural Design.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 7 Slide 1 System models l Abstract descriptions of systems whose requirements are being.
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 7 Slide 1 System models l Abstract descriptions of systems whose requirements are being.
Function-oriented Design
Chapter 4 System Models A description of the various models that can be used to specify software systems.
System models Abstract descriptions of systems whose requirements are being analysed Abstract descriptions of systems whose requirements are being analysed.
©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 13Slide 1 Architectural Design u Establishing the overall structure of a software system.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Chapter 10 Architectural Design.
©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 1 Function-oriented Design u Design with functional units which transform inputs.
© Andrew IrelandSoftware Design F28SD2 Function-oriented Design Andrew Ireland School of Mathematical & Computer Sciences Heriot-Watt University Edinburgh.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Architectural Design l Establishing the overall structure of a software system.
©Ian Sommerville 1995/2000 (Modified by Spiros Mancoridis 1999) Software Engineering, 6th edition. Chapter 7 Slide 1 System models l Abstract descriptions.
1 Software Design Reference: Software Engineering, by Ian Sommerville, Ch. 12 & 13, 5 th edition and Ch. 10, 6 th edition.
Software Design Deriving a solution which satisfies software requirements.
1 Software Design Overview Reference: Software Engineering, by Ian Sommerville, Ch. 12 & 13.
Chapter 7 System models.
Elements of Software Analysis and Design - Structured Approaches - Structured Analysis - Functional Oriented Design 10/24/2015ICS 413 – Software Engineering1.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Architectural Design l Establishing the overall structure of a software system.
System models l Abstract descriptions of systems whose requirements are being analysed.
Pertemuan 19 PEMODELAN SISTEM Matakuliah: D0174/ Pemodelan Sistem dan Simulasi Tahun: Tahun 2009.
CS 4310: Software Engineering Lecture 4 System Modeling The Analysis Stage.
Modified by Juan M. Gomez Software Engineering, 6th edition. Chapter 7 Slide 1 Chapter 7 System Models.
Systems Analysis and Design in a Changing World, 3rd Edition
Systems analysis and design, 6th edition Dennis, wixom, and roth
Software Engineering, 8th edition Chapter 8 1 Courtesy: ©Ian Somerville 2006 April 06 th, 2009 Lecture # 13 System models.
Sommerville 2004,Mejia-Alvarez 2009Software Engineering, 7th edition. Chapter 8 Slide 1 System models.
TCS2411 Software Engineering1 Data-Flow Oriented Design “From DFD to Structure Chart”
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 7 Slide 1 Chapter 7 System Models.
CCSB223/SAD/CHAPTER131 Chapter 13 Designing the System Internals.
CSC480 Software Engineering Lecture 10 September 25, 2002.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System models.
Chapter 12, Slide 1 Concurrency Motivation 1: Mutual Exclusion  John and Mary share a bank acc't  withdraw x = copy balance to local machine subtract.
Systems Design.  Application Design  User Interface Design  Database Design.
Application architectures Advisor : Dr. Moneer Al_Mekhlafi By : Ahmed AbdAllah Al_Homaidi.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 8 Slide 1 System models.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Chapter 5:Architectural Design l Establishing the overall structure of a software.
Engineering, 7th edition. Chapter 8 Slide 1 System models.
Software Specification Tools
Problem Solving How do we attack a large problem?
Concurrency Motivation 1: Mutual Exclusion
System Design and Modeling
Abstract descriptions of systems whose requirements are being analysed
Software Design CMSC 345, Version 1/11.
Chapter 11 Describing Process Specifications and Structured Decisions
Function-oriented Design
Presentation transcript:

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 1 Function-oriented design u Design with functional units which transform inputs to outputs

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 2 Objectives u To explain how a software design may be represented as a set of functions which share state u To introduce notations for function-oriented design u To illustrate the function-oriented design process by example u To compare sequential, concurrent and object- oriented design strategies

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 3 Topics covered u data-flow design u Structural decomposition u Detailed design u A comparison of design strategies

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 4 Function-oriented design u Practiced informally since programming began u Thousands of systems have been developed using this approach u Supported directly by most programming languages u Most design methods are functional in their approach u CASE tools are available for design support

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 5 A function-oriented view of design

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 6 Natural functional systems u Some systems are naturally function-oriented u Systems which maintain minimal state information i.e. where the system is concerned with processing independent actions whose outcomes are not affected by previous actions u Information sharing through parameter lists u Transaction processing systems fall into this category. Each transaction is independent

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 7 ATM software design loop Print_input_message (” Welcome - Please enter your card”) ; exit when Card_input ; end loop ; Account_number := Read_card ; Get_account_details (PIN, Account_balance, Cash_available) ; if Validate_card (PIN) then loop Print_operation_select_message ; case Get_button is when Cash_only => Dispense_cash (Cash_available, Amount_dispensed) ; when Print_balance => Print_customer_balance (Account_balance) ; when Statement => Order_statement (Account_number) ; when Check_book => Order_checkbook (Account_number) ; end case ; Eject_card ; Print (“Please take your card or press CONTINUE”) ; exit when Card_removed ; end loop ; Update_account_information (Account_number, Amount_dispensed) ; else Retain_card ; end if ; end loop ; ©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 7

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 8 Functional and object-oriented design u For many types of application, object-oriented design is likely to lead to a more reliable and maintainable system u Some applications maintain little state - function-oriented design is appropriate u Standards, methods and CASE tools for functional design are well-established u Existing systems must be maintained - function-oriented design will be practiced well into the 21st century

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 9 Functional design process u Data-flow design Model the data processing in the system using data-flow diagrams u Structural decomposition Model how functions are decomposed to sub-functions using graphical structure charts u Detailed design The entities in the design and their interfaces are described in detail. These may be recorded in a data dictionary and the design expressed using a PDL

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 10 Data flow diagrams u Show how an input data item is functionally transformed by a system into an output data item u Are an integral part of many design methods and are supported by many CASE systems u May be translated into either a sequential or parallel design. In a sequential design, processing elements are functions or procedures; in a parallel design, processing elements are tasks or processes

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 11 DFD notation u Rounded rectangle - function or transform u Rectangle - data store u Circles - user interactions with the system u Arrows - show direction of data flow u keywords and/ or. Used to link data flows

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 12 Design report generator

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 13 u Structural decomposition is concerned with developing a model of the design which shows the dynamic structure i.e. function calls u This is not the same as the static composition structure u The aim of the designer should be to derive design units which are highly cohesive and loosely coupled u In essence, a data flow diagram is converted to a structure chart Structural decomposition

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 14 Decomposition guidelines u For business applications, the top-level structure chart may have four functions namely input, process, master-file-update and output u Data validation functions should be subordinate to an input function u Coordination and control should be the responsibility of functions near the top of the hierarchy

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 15 Decomposition guidelines u The aim of the design process is to identify loosely coupled, highly cohesive functions. Each function should therefore do one thing and one thing only u Each node in the structure chart should have between two and seven subordinates

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 16 Process steps u Identify system processing transformations Transformations in the DFD which are concerned with processing rather than input/output activities. Group under a single function in the structure chart u Identify input transformations Transformations concerned with reading, validating and formatting inputs. Group under the input function u Identify output transformations Transformations concerned with formatting and writing output. Group under the output function

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 17 Initial structure chart

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 18 Expanded structure chart

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 19 Final structure chart

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 20 Detailed design u Concerned with producing a short design specification (mini-spec) of each function. This should describe the processing, inputs and outputs u These descriptions should be managed in a data dictionary u From these descriptions, detailed design descriptions, expressed in a PDL or programming language, can be produced

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 21 Data dictionary entries

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 22 Design entity information

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 23 A comparison of design strategies u An example of an office information retrieval system (OIRS) is used to compare different design strategies u Functional design, concurrent systems design and object-oriented design are compared u The OIRS is an office system for document management. Users can file, maintain and retrieve documents using it

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 24 OIRS user interface

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 25 u Operation field. Pull-down menu allowing an operation to be selected. u Known and current indexes fields Pull-down menus of indexes u Document name. Name under which the document is to be filed. u Qualifier field Pattern used in retrieval. u Current workspace Contains the documents currently being used. May be edited with word processor Interface description

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 26 OIRS inputs and outputs

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 27 Fetch-execute model procedure Interactive_system is begin loop Command := Get_command; if Command = “quit” then -- Make sure files etc. are closed properly Close_down_system ; exit ; else Input_data := Get_input_data ; Execute_command (Command, Input_data, Output_data) ; end if ; end loop ; end Interactive_system ;

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 28 Top-level OIRS DFD

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 29 u What strategy should be adopted in decomposing Execute command? u Are the input and output data flows processed independently or are they inter-dependent. If independent, there should be a central transform for each processing unit u Is the central transform a series of transforms? If so, each logical element in the series should be a single transformation Design decisions

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 30 Execute command DFD

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 31 OIRS design description procedure OIRS is begin User := Login_user ; Workspace := Create_user_workspace (User) ; -- Get the users own document database using the user id DB_id := Open_document_database (User) ; -- get the user’s personal index list; Known_indexes := Get_document_indexes (User) ; Current_indexes := NULL ; -- command fetch and execute loop loop Command := Get_command ; exit when Command = Quit ; Execute_command ( DB_id, Workspace, Command, Status) ; if Status = Successful then Write_success_message ; else Write_error_message (Command, Status) ; end if ; end loop ; Close_database (DB_id) ; Logout (User) ; end OIRS ;

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 32 u Data flow diagrams explicitly exclude control information. They can be implemented directly as concurrent processes. u Logical groups of transformations can also be implemented as concurrent processes e.g. input data collection and checking u The OIRS system can be implemented as a concurrent system with command input, execution and status reporting implemented as separate tasks Concurrent systems design

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 33 OIRS process decomposition

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 34 Detailed process design procedure Office_system is task Get_command ; task Process_command is entry Command_menu ; entry Display_indexes ; entry Edit_qualifier ; -- Additional entries here. One for each command end Process_commands ; task Output_message is entry Message_available ; end Output_message ; task Workspace_editor is entry Enter ; entry Leave ; end Workspace_editor ;

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 35 Detailed process design task body Get_command is begin -- Fetch/execute loop loop Cursor_position := Get_cursor_position ; exit when cursor positioned in workspace or (cursor positioned over menu and button pressed) Display_cursor_position ; end loop ; if In_workspace (Cursor_position) then Workspace_editor.Enter ; elsif In_command_menu (Cursor_position) then Process_command.Command_menu ; elsif In_Known_indexes (Cursor_position) then Process_command.Display_indexes ; elsif In_Current_indexes (Cursor_position) then... Other commands here... end loop ; -- Fetch/execute end Get_command ; -- other task implementations here end Office_system ;

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 36 u Function-oriented design relies on identifying functions which transform inputs to outputs u Many business systems are transaction processing systems which are naturally functional u The functional design process involves identifying data transformations, decomposing functions into sub-functions and describing these in detail 35 Key points

©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 15Slide 37 Key points u Data-flow diagrams are a means of documenting end-to-end data flow. Structure charts represent the dynamic hierarchy of function calls u Data flow diagrams can be implemented directly as cooperating sequential processes u Functional and object-oriented design result in different system decompositions. However, a heterogeneous approach to design is often necessary