You are on page 1of 1

Control Flow Model

1/5/2014

Other Tutorials by Freetutes.com Visual Basic - Visual Basic tutorials VB6 beginners tutorial Learn VB6 Advanced VB6 tutorial Learn Advanced VB6

You are here: Freetutes.com

> Systems Analysis and Design

Control Flow Model


The Hatley and Pirbhai extensions focus on the representation and specification of the control-oriented aspects of the software. Moreover, there exists a large class of applications that are driven by events rather than data that produce control information rather than reports or displays, and that process information with heavy concern for time and performance. Such an application requires the use of control flow modeling in addition to data flow modeling. For this purpose, control flow diagram is created. The CFD contain the same processes as the DFD, but shows control rather than data flow. Control flow diagrams show how events flow among processes and illustrate those external events that cause various processes to be activated. The relationship between process and control model is shown in the figures in the sections Control Specification and Structure Charts. Drawing a control flow model is similar to drawing a data flow diagram. A data flow model is stripped of all data flow arrows. Events and control items are then added to the diagram a "window" (a vertical bar) into the control specification is shown. See Also
Process Specification (PSPEC) Control Flow Model Control Specifications (CSPEC) Structure Charts Top Down Structure of Modules Cohesion Coupling Coding

<< Previous Page | Contents | Next Page >>

Home | Link to Us | About Us | Privacy Policy | Contact Us Copyright Freetutes.com | All Rights Reserved

http://www.freetutes.com/systemanalysis/sa6-control-flow-model.html

1/1

You might also like