In software engineering, the traditional description of the software life cycle is based on an underlying model, commonly referred to as the “waterfall” model (e.g., [4]). This model initially attempts to discretize the identifiable activities within the software development process as a linear series of actions, each of which must be completed before the next is commenced. Further refinements to this model appreciate that such completion is seldom absolute and that iteration back to a previous stage is likely. Various authors' descriptions of this model relate to the detailed level at which the software building process is viewed. At the most general level, three phases to the life cycle are generally agreed upon: 1) analysis, 2) design and 3) construction/implementation (e.g., [36], p. 262; [42]) (Figure 1(a)). The analysis phase covers from the initiation of the project, through to users-needs analysis and feasibility study (cf. [15]); the design phase covers the various concepts of system design, broad design, logical design, detailed design, program design and physical design. Following from the design stage(s), the computer program is written, the program tested, in terms of verification, validation and sensitivity testing, and when found acceptable, put into use and then maintained well into the future.
In the more detailed description of the life cycle a number of subdivisions are identified (Figure 1(b)). The number of these subdivisions varies between authors. In general, the problem is first defined and an analysis of the requirements of current and future users undertaken, usually by direct and indirect questioning and iterative discussion. Included in this stage should be a feasibility study. Following this a user requirements definition and a software requirements specification, (SRS) [15], are written. The users requirements definition is in the language of the users so that this can be agreed upon by both the software engineer and the software user. The software requirements specification is written in the language of the programmer and details the precise requirements of the system. These two stages comprise an answer to the question of WHAT? (viz. problem definition). The user-needs analysis stage and examination of the solution space are still within the overall phase of analysis but are beginning to move toward not only problem decomposition, but also highlighting concepts which are likely to be of use in the subsequent system design; thus beginning to answer the question HOW? On the other hand, Davis [15] notes that this division into “what” and “how” can be subject to individual perception, giving six different what/how interpretations of an example telephone system. At this requirements stage, however, the domain of interest is still very much that of the problem space. Not until we move from (real-world) systems analysis to (software) systems design do we move from the problem space to the solution space (Figure 2). It is important to observe the occurrence and location of this interface. As noted by Booth [6], this provides a useful framework in object-oriented analysis and design.
The design stage is perhaps the most loosely defined since it is a phase of progressive decomposition toward more and more detail (e.g., [41]) and is essentially a creative, not a mechanistic, process [42]. Consequently, systems design may also be referred to as “broad design” and program design as “detailed design” [20]. Brookes et al. [9] refer to these phases as “logical design” and “physical design.” In the traditional life cycle these two design stages can become both blurred and iterative; but in the object-oriented life cycle the boundary becomes even more indistinct.
The software life cycle, as described above, is frequently implemented based on a view of the world interpreted in terms of a functional decomposition; that is, the primary question addressed by the systems analysis and design is WHAT does the system do viz. what is its function? Functional design, and the functional decomposition techniques used to achieve this, is based on the interpretation of the problem space and its translation to solution space as an interdependent set of functions or procedures. The final system is seen as a set of procedures which, apparently secondarily, operate on data.
Functional decomposition is also a top-down analysis and design methodology. Although the two are not synonymous, most of the recently published systems analysis and design methods exhibit both characteristics (e.g., [14, 17]) and some also add a real-time component (e.g., [44]). Top-down design does impose some discipline on the systems analyst and program designer; yet it can be criticized as being too restrictive to support contemporary software engineering designs. Meyer [29] summarizes the flaws in top-down system design as follows:
1. top-down design takes no account of evolutionary changes;
2. in top-down design, the system is characterized by a single function—a questionable concept;
3. top-down design is based on a functional mindset, and consequently the data structure aspect is often completely neglected;
4. top-down design does not encourage reusability. (See also discussion in [41], p. 352 et seq.)
[1]
Igor T. Hawryszkiewycz,et al.
Introduction to systems analysis and design
,
1988
.
[2]
Grady Booch,et al.
Software engineering with Ada
,
1983
.
[3]
Peter Wegner,et al.
Learning the language
,
1989
.
[4]
Grady Booch.
Describing software design in Ada
,
1981,
SIGP.
[5]
Václav Rajlich.
Paradigms for design and implementation in ADA
,
1985,
CACM.
[6]
Ralph E. Johnson,et al.
Surveying current research in object-oriented design
,
1990,
CACM.
[7]
Michael Marcotty,et al.
Programming Language Landscape: Syntax, Semantics, and Implementation
,
1986
.
[8]
Ed Seidewitz.
General object-oriented software development: background and experience
,
1988,
[1988] Proceedings of the Twenty-First Annual Hawaii International Conference on System Sciences. Volume II: Software track.
[9]
I. Sommerville,et al.
Software engineering (2nd ed.)
,
1985
.
[10]
J. A Turner,et al.
Understanding Elements of System Design
,
1986
.
[11]
Alan M. Davis,et al.
A Strategy for Comparing Alternative Software Development Life Cycle Models
,
1988,
IEEE Trans. Software Eng..
[12]
Pankaj Jalote,et al.
Functional Refinement and Nested Objects for Object-Oriented Design
,
1989,
IEEE Trans. Software Eng..
[13]
Cyril H. P. Brookes,et al.
Information Systems Design
,
1982
.
[14]
R. Ladden,et al.
A survey of issues to be considered in the development of an object-oriented development methodology for Ada
,
1989,
ALET.
[15]
John C. Thomas,et al.
Cognitive Processes in Design.
,
1980
.
[16]
John D. McGregor,et al.
Understanding object-oriented: a unifying paradigm
,
1990,
CACM.
[17]
Paul Ward,et al.
Structured Development for Real-Time Systems
,
1986
.
[18]
AlabisoBruno.
Transformation of data flow analysis models to object oriented design
,
1988
.
[19]
Michael Jackson,et al.
Principles of program design
,
1975
.
[20]
Ed Seidewitz,et al.
Toward a general object-oriented software development methodology
,
1987,
ALET.
[21]
Edward Yourdon,et al.
Object-oriented analysis
,
2012
.
[22]
Cyrille Gindre,et al.
A development in Eiffel: design and implementation of a network simulator
,
1989
.
[23]
Bertrand Meyer,et al.
From Structured Programming to Object-Oriented Design: The Road to Eiffel
,
1989,
Struct. Program..
[24]
D. L. Parnas,et al.
On the criteria to be used in decomposing systems into modules
,
1972,
Software Pioneers.
[25]
John R. Cameron,et al.
An overview of JSD
,
1986,
IEEE Transactions on Software Engineering.
[26]
Bruno Alabiso,et al.
Transformation of Data Flow Analysis Models to Object-Oriented Design
,
1988,
OOPSLA.
[27]
Oscar Nierstrasz,et al.
Class management for software communities
,
1990,
CACM.
[28]
Paul T. Ward.
How to integrate object orientation with structured analysis and design
,
1989,
IEEE Software.
[29]
Michael Marcotty,et al.
The programming language landscape
,
1981
.
[30]
Alan M. Davis.
A taxonomy for the early stages of the software development life cycle
,
1988,
J. Syst. Softw..
[31]
John Mylopoulos,et al.
Knowledge Representation as the Basis for Requirements Specifications
,
1985,
Computer.
[32]
George Walter Reynolds,et al.
Information systems for managers
,
1988
.
[33]
Stowe Boyd.
Object-oriented design and PAMELA
,
1987,
ALET.
[34]
Graham Beech,et al.
Software engineering with ada
,
1983
.
[35]
Bertrand Meyer,et al.
Lessons from the design of the Eiffel libraries
,
1990,
CACM.
[36]
Sidney C. Bailin,et al.
An object-oriented requirements specifications method
,
1989,
CACM.
[37]
D. L. Carver,et al.
An object-oriented framework to support architectural design development
,
1990,
Twenty-Third Annual Hawaii International Conference on System Sciences.