190 likes | 613 Views
MAPPING DATA FLOW DIAGRAMS INTO STRUCTURE CHARTS. Transform and Transaction Analysis. Requirements. System Design. Detailed Design. Implementation. Installation & Testing. Maintenance. Goals and Concepts of Structured Analysis and Design:. structured development of software:
E N D
MAPPINGDATA FLOW DIAGRAMS INTO STRUCTURE CHARTS Transform and Transaction Analysis
Requirements System Design Detailed Design Implementation Installation & Testing Maintenance
Goals and Concepts of Structured Analysis and Design: • structured development of software: • methodology • notation (DFD, SC) • integration of analysis and design • quality control (cohesion, coupling) • based on the flow of information (data) • provides proven heuristics
The Focus is the Mapping • prepare and analyse a Data Flow Diagram - DFD • prepare and check a Structure Chart - SC
Design ... ... is an activity concerned with making major decisions, often of a structural nature. ... builds coherent, well planned representations of programs that concentrate on the interrelationship of parts at the higher level ... [P. Freeman]
Structured Analysis and DesignInformation Flow Analysis 1 - specify the flow of information in your system => DFD 2 - identify typical structural patterns in the DFD => analysed & annotated DFD 3 - use a proven heuristic to map DFD into SC => first SC 4 - refine and check your Structure Chart => final SC
Two Major Structural Patterns -Two Major Alternatives : • Transform (Flow) Analysis • Transaction (Flow) Analysis
Transform Flow: input-driven center of transformation output-driven
Transform Flow Characteristics • the system has a single, coherent objective • transformation center executes algorithms, data transformation, database manipulation, ... • input-driven processes filter, check and translate external data flows • output-driven processes format results for presentation to the environment (user) • multiple paths to obtain input
Transform Analysis:mapping heuristic i1 o1 o2 ct1 i2 ct2 o3 sys I-ctrl P-crtl O-ctrl i1 i2 ct1 ct2 o1 o2 o3
Transaction Flow: action-path T reception-path T ... transaction center
Transaction Flow Characteristics • single line of reception processes • transaction: a single data item that includes all necessary information for execution • transaction center evaluates transaction & initialises correct action-path => distribution • action-paths implement (clearly) different types of functionality => execution • an action-path could be a complete (sub-)system with transform flow characteristics
Transaction Analysis: mapping heuristic r1 sys r2 r2 trc r1 trc s1 s2 i1 i2 i1 cot o1 cot i2 o1
Transaction Analysismay include Transform Analysisas an element.
Transform Analysis as element of Transaction Analysis r1 sys r2 r2 trc r1 trc s1 s2 i1 i2 i1 cot o1 cot i2 o1
End of Section 3d coming up: more about transform analysis