Presentation is loading. Please wait.

Presentation is loading. Please wait.

Requirements Engineering-Based Conceptual Modelling From: Requirements Engineering E. Insfran, O. Pastor and R. Wieringa Presented by Chin-Yi Tsai.

Similar presentations


Presentation on theme: "Requirements Engineering-Based Conceptual Modelling From: Requirements Engineering E. Insfran, O. Pastor and R. Wieringa Presented by Chin-Yi Tsai."— Presentation transcript:

1 Requirements Engineering-Based Conceptual Modelling From: Requirements Engineering E. Insfran, O. Pastor and R. Wieringa Presented by Chin-Yi Tsai

2 2 Outline Introduction Introduction TRADE and OO-Method TRADE and OO-Method A Requirements Engineering-Based Conceptual Modelling Approach A Requirements Engineering-Based Conceptual Modelling Approach Conclusions and Further Work Conclusions and Further Work

3 3 Introduction Software development process Software development process Requirement Analysis Requirement Analysis System Analysis System Analysis System Design System Design Implementation Implementation Testing Testing Maintenance Maintenance To provide a set of techniques and methods To provide a set of techniques and methods To capture software requirements To capture software requirements To provide a way To provide a way to move from requirement to a conceptual schema in a traceable way to move from requirement to a conceptual schema in a traceable way  improve the quality of the software production process  improve the quality of the software production process Translation (iterative, incremental) Requirement Model SA Model SD Model traceability

4 4 Full model-based code generation Introduction (cont’d) The approach combines a framework for requirements engineering (TRADE) and a graphical object-oriented method for conceptual modelling and code generation (OO-Methods). The approach combines a framework for requirements engineering (TRADE) and a graphical object-oriented method for conceptual modelling and code generation (OO-Methods). Providing a precise methodological guidance Providing a precise methodological guidance User requirement (TRADE) Conceptual schema (OO-Methods) Final software produce

5 5 Introduction (cont’d) Quality of the software production process Quality of the software production process Provide predictability Provide predictability Improve productivity Improve productivity traceability

6 6 TRADE and OO-Method The TRADE is a set of techniques and heuristics based on an analysis of structured and object- oriented specification methods. The TRADE is a set of techniques and heuristics based on an analysis of structured and object- oriented specification methods. Specifying external interaction s and their properties in TRADE Specifying external interaction s and their properties in TRADE Mission statement Mission statement Function refinement tree Function refinement tree Context diagrams Context diagrams Use case diagrams Use case diagrams Scenario diagrams Scenario diagrams Requirement Model

7 7 TRADE and OO-Method (cont’d) The OO-Method is an object-oriented method that provides a set of well-defined and complementary graphical techniques to build a conceptual schema of the system. The OO-Method is an object-oriented method that provides a set of well-defined and complementary graphical techniques to build a conceptual schema of the system.

8 8 A Requirements Engineering-Based Conceptual Modelling Approach

9 9 Requirements Modelling Phase The purpose of the RM is to accurately and precisely capture what the customer wants to have built. The purpose of the RM is to accurately and precisely capture what the customer wants to have built. Without high-level training in the notation can understand and review them Without high-level training in the notation can understand and review them The Objectory method introduces use case-driven analysis (UCDA) The Objectory method introduces use case-driven analysis (UCDA) Actor and use cases Actor and use cases UCDA is simple, and use case descriptions are based on natural concepts UCDA is simple, and use case descriptions are based on natural concepts Two disadvantages of using UCDA Two disadvantages of using UCDA The difficulty in finding the correct abstraction level to specify the use case The difficulty in finding the correct abstraction level to specify the use case Finding a process to analyze and translate the use case specification into a conceptual model Finding a process to analyze and translate the use case specification into a conceptual model

10 10 RM techniques Mission statement Mission statement Describe the purpose of the system in one or two sentences. Describe the purpose of the system in one or two sentences. Function refinement tree Function refinement tree Deals with external interaction partitioning according to the different business areas or business objectives. Deals with external interaction partitioning according to the different business areas or business objectives. Use case model Use case model Include the use case specification to specify the composition of external interaction and the use case diagram to show communication between the environment (actors) and the system. Include the use case specification to specify the composition of external interaction and the use case diagram to show communication between the environment (actors) and the system.

11 11 Mission Statement and Function Refinement Tree

12 12 Use Cases Use cases were introduced in OOSE to represent external system functionality. Use cases were introduced in OOSE to represent external system functionality. A use case is an interaction between the system and an external actor. A use case is an interaction between the system and an external actor. The purpose of use case specification is to describe the flow of events in detail, including how the use case starts, ends, modified the system and interacts with actors. The purpose of use case specification is to describe the flow of events in detail, including how the use case starts, ends, modified the system and interacts with actors.

13 13

14 14 Conceptual Modelling Phase The purpose of the conceptual modelling phase is to represent use requirements in a specification of what the system does as if there were a perfect implementation technology available. The purpose of the conceptual modelling phase is to represent use requirements in a specification of what the system does as if there were a perfect implementation technology available. The OO-Method The OO-Method Object model Object model Simple class diagram Simple class diagram Dynamic model Dynamic model State diagram State diagram Collaboration diagram Collaboration diagram Functional model Functional model Textural model used to capture the semantic that is attached to any change of an object state as a consequence of a service occurrence Textural model used to capture the semantic that is attached to any change of an object state as a consequence of a service occurrence

15 15 Requirements Analysis Process (RAP) In order to evaluate whether that use case has been provided, we should show what functionality was allocated to which class or classes for each use case. In order to evaluate whether that use case has been provided, we should show what functionality was allocated to which class or classes for each use case. Identify the responsibility Identify the responsibility Allocate the identified responsibility Allocate the identified responsibility Use Case …

16 16 Notation and Technique The deal with the activity of identifying responsibilities within the use case specification and allocating them into class components The deal with the activity of identifying responsibilities within the use case specification and allocating them into class components Use sequence diagram Use sequence diagram Specify detailed behavior and low-level specification Specify detailed behavior and low-level specification There is at least one sequence diagram per use case, one for the basic course of action, and one for each alternative course of action (if any). There is at least one sequence diagram per use case, one for the basic course of action, and one for each alternative course of action (if any).

17 17

18 18 Validation, Verification and Traceability The purpose of the RAP is to obtain a consistent first version of the conceptual schema. The purpose of the RAP is to obtain a consistent first version of the conceptual schema. Validation, verification and traceability are key issues. Validation, verification and traceability are key issues. The traceability model we use is the structural and cross-reference-based model. The traceability model we use is the structural and cross-reference-based model. The validation consists of reviewing each one of the use cases and its corresponding sequence diagrams with the user to see that they provide the behavior implied in the use case specification. The validation consists of reviewing each one of the use cases and its corresponding sequence diagrams with the user to see that they provide the behavior implied in the use case specification.

19 19 Validation, Verification and Traceability (cont’d) Object Model Object Model The verification we carry out involves looking at all the identified classes and their services in the sequence diagrams. The verification we carry out involves looking at all the identified classes and their services in the sequence diagrams. To re-examine the use cases and the corresponding sequence diagram to find that missing behavior. To re-examine the use cases and the corresponding sequence diagram to find that missing behavior. For traceability purposes, we can represent the allocation and flowdown of use cases to classes by means of a function decomposition table. For traceability purposes, we can represent the allocation and flowdown of use cases to classes by means of a function decomposition table.

20 20 Validation, Verification and Traceability (cont’d)

21 21 Conclusions and Further Work Research in the requirements engineering area should be oriented towards properly embedding requirements engineering into the software production process as a whole. Research in the requirements engineering area should be oriented towards properly embedding requirements engineering into the software production process as a whole. The integration provides The integration provides Start from generally accepted notational standards and techniques to specify user requirements Start from generally accepted notational standards and techniques to specify user requirements Gives methodological guidance to convert these requirements into a precise conceptual schema Gives methodological guidance to convert these requirements into a precise conceptual schema Links this conceptual schema with model-based code generation techniques of the OO-Method Links this conceptual schema with model-based code generation techniques of the OO-Method


Download ppt "Requirements Engineering-Based Conceptual Modelling From: Requirements Engineering E. Insfran, O. Pastor and R. Wieringa Presented by Chin-Yi Tsai."

Similar presentations


Ads by Google