Ch06

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ch06 as PDF for free.

More details

  • Words: 1,489
  • Pages: 18
Software Engineering: A Practitioner’s Approach,  6/e

Chapter 6 System Engineering copyright © 1996, 2001, 2005

R.S. Pressman & Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjunction with Software Engineering: A Practitioner's Approach. Any other reproduction or use is expressly prohibited.

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

1

System Engineering 

Elements of a computer­based system      



Software Hardware People Database Documentation Procedures

Systems 

A hierarchy of macro­elements

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

2

The Hierarchy Business or Product Domain

World view

Domain of interest

Domain view

System element

Element view

Detailed view

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

3

System Modeling  



define the processes that serve the needs of the view under consideration. represent the behavior of the processes and the assumptions on which the  behavior is based. explicitly define both exogenous and endogenous input to the model. 



 exogenous inputs link one constituent of a given view with other constituents at  the same level of other levels; endogenous input links individual components of  a constituent at a particular view.

represent all linkages (including output) that will enable the engineer to  better understand the view.

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

4

Business Process Engineering ❏ uses an integrated set of procedures,  methods, and tools to identify how  information systems can best meet the  strategic goals of an enterprise ❏ focuses first on the enterprise and then on the  business area ❏ creates enterprise models, data models and  process models ❏ creates a framework for better information  management distribution, and control

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

5

System Architectures 

Three different architectures must be analyzed and designed within  the context of business objectives and goals:   

 



data architecture applications architecture technology infrastructure

data architecture provides a framework for the information needs of  a business or business function application architecture encompasses those elements of a system that  transform objects within the data architecture for some business  purpose technology infrastructure provides the foundation for the data and  application architectures

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

6

The BPE Hierarchy 





Information strategy planning (ISP) ❏ ❏ ❏

strategic goals defined success factors/business rules identified enterprise model created

❏ ❏

processes/services modeled interrelationships of processes and data

Business area analysis (BAA) Application Engineering ❏ ❏



a.k.a ... software engineering modeling applications/procedures that  address (BAA) and constraints of ISP

Construction and delivery ❏

using CASE and 4GTs, testing 

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

7

Information Strategy Planning 

Management issues ❏ ❏ ❏ ❏



define strategic business goals/objectives isolate critical success factors conduct analysis of technology impact perform analysis of strategic systems

Technical issues ❏ ❏ ❏

create a top­level data model cluster by business/organizational area refine model and clustering

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

8

Defining Objectives and Goals  

Objective—general statement of direction Goal—defines measurable objective: “reduce  manufactured cost of our product” ❏

Subgoals: ➪ ➪ ➪



decrease reject rate by 20% in first 6 months gain 10% price concessions from suppliers re­engineer 30% of components for ease of manufacture  during first year

Objectives tend to be strategic while goals tend  to be tactical

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

9

Business Area Analysis 





define “naturally cohesive groupings of business  functions and data” (Martin) perform many of the same activities as ISP, but  narrow scope to individual business area identify existing (old) information systems /  determine compatibility with new ISP model ❏ ❏



define systems that are problematic  defining systems that are incompatible with new  information model begin to establish  re­engineering priorities

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

10

The BAA Process admin.

manufacturing

sales

QC

distribution

acct

eng’ring

Process Flow Models

Process Decomposition Diagram

Data Model

Matrices e.g., entity/process matrix

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

11

Product Engineering The complete product

System analysis (World view)

capabilities

hardware

Component engineering (Domain view)

software

Processing requirement

data

function

behavior

Analysis & Design Modeling (Element view)

program component

Software Engineering

Construction & Integration (Detailed view)

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

12

Product Architecture Template user interface processing

input processing

process and control functions

output processing

maintenance and self­test

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

13

Architecture Flow Diagram operator interface

operator requests

operator interface subsystem

CLSS queries, reports, displays

bar code acquisition request

shunt control status

sorting reports

CLSS  processing & control bar code reader subsystem

bar code

sensor data acquisition subsystem

bar code decoding subsystem raw bar code data

line speed

shunt control subsystem

part number

data base access subsystem

data acquisition interface

bin location

key

report formating subsystem

sort records BCR status

pulse tach input

timing/location data

report requests

sensor status bar code reader status

diagnostics subsystem

shunt status communications status

diagnostic interface

shunt controller

shunt commands

CLSS reports

mainframe communications driver formated reporting data

output interface

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

14

System Modeling with UML 

Deployment diagrams 



Activity diagrams 



Each 3­D box depicts a hardware element that is part of  the physical architecture of the system Represent procedural aspects of a system element

Class diagrams 

Represent system level elements in terms of the data that  describe the element and the operations that manipulate  the data

These and other UML models will be discussed later These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

15

Deployment Diagram CLSS processor

Operator display

Sorting subsystem

Sensor data acquisition subsystem

Conveyor Pulse tach

shunt controller

Bar code reader

Shunt actuator

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

16

Activity Diagram startconveyorline

getconveyorspeed

readbarcode

validbarcode

invalidbarcode

determinebinlocation setforrejectbin

sendshunt control data

getshuntstatus

readbarcode

getconveyorstatus

producereportentry conveyorstopped

conveyorinmotion

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

17

Class Diagram class name

Box barcode forwardSpeed conveyorLocation height width depth weight contents readBarcode() updateSpeed() readSpeed() updateLocation() readLocation() getDimensions() getWeight() checkContents()

attributes note use of capital letter for multi-word attribute names

operations

(parentheses at end of name indicate the list of attributes that the operation requires)

These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and  are provided with permission by R.S. Pressman & Associates, Inc., copyright © 1996, 2001, 2005

18

Related Documents

Ch06
October 2019 15
Ch06
June 2020 14
Ch06
October 2019 11
Ch06
July 2020 6
Ch06
October 2019 12
Ch06
May 2020 6