Flow oriented modeling

1,322 views 10 slides Oct 15, 2018
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

flow oriented modeling


Slide Content

Flow Oriented Modeling Data flow diagram Control Flow Specification Process Specification

Definition: “It is based on structural analysis technique. Structured analysis is a software engineering technique that uses graphical diagrams to develop and portray system specifications that are easily understood by users “

Guidelines: Depict the system as a single bubble in level 0. Carefully note Primary input and output. Always starts with level 0, level 1 and then level 2. In level 1 we divide our input into different processes and assign work to each process. Label all elements with meaning names. Maintain Info conformity between levels. Refine one bubble at a time.

Data Flow Diagram Example :level 0

Level 1

Level 2

Control Flow Specification: A short term for control specification is CSPEC. The CFD contains the same processes as the DFD, but shows control flow, rather than data flow. It represents the behaviour of the system. The state diagram in CSPEC is a sequential specification of the behaviour. The state diagram includes states, transitions, events and activities. State diagram shows the transition from one state to another state if a particular event has occurred.

State diagram for Safe Home security function

Process Specification: A short term for process specification is PSPEC. The process specification is used to describe all flow model processes. The content of process specification consists narrative text, Program Design Language(PDL) of the process algorithm, mathematical equations, tables or UML activity diagram. A process specification (PSPEC) can be used to specify the processing details implied by a bubble within a DFD.

Process Specification(Written Description):
Tags