1 / 36

Introduction to Process Modelling: Effective Communication and Simplification Techniques

Learn why and how we use process modelling in information systems, including communication with stakeholders, simplification techniques, and representation choices. Explore partitioning, level of detail, and audience considerations. Understand the purpose of models and their use in analysis and design. Discover different modelling forms and languages for various audiences and the components of information systems we can model.

selkin
Télécharger la présentation

Introduction to Process Modelling: Effective Communication and Simplification Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IMS1001 - Information Systems 1CSE1204 - Information Systems1 Modelling as a Communication Tool: Introduction to Process Modelling

  2. The requirements specification document • Must be communicated to key stakeholders • Should contain: • Functions and services the system should provide • Non-functional requirements • Constraints affecting the system’s development and operations • Information about other systems the system must interface with • System models are used to help understand the existing system and describe the proposed system

  3. Modelling • Why do we do it? • Our own understanding • Communication with others • How do we do it? • informal techniques • formal techniques • How effective is it? • different techniques for different purposes • eg. a road map, an organisation chart, a data flow diagram

  4. Simplification in modelling • all models are simplifications of the real world: they omit some features and emphasise others • this is called “abstraction” • the choice of model and modelling method requires decisions about: • what things should be included • what things can be omitted

  5. Representation in modelling • a model is a simulation: it is made from something which represents reality • the choice of model and modelling method requires decisions about the form of representation that can best represent the real-life object being modelled

  6. Partitioning and level of detail in modelling • partitioning: all models simplify complex reality by breaking it down into smaller, less complex parts which can be considered separately • partitioning allows the modeller to vary the amount of detail which is given at different levels of the model • the choice of model and modelling method requires decisions about: how to partition without losing the overall picture of the thing being modelled how much detail can be included at each level of the model

  7. Audience • the suitability of different forms and languages for modelling will vary for different audiences • all models assume some level of familiarity and understanding on the part of the audience • the choice of model and modelling method requires decisions about which modelling form and language the target audience will best understand

  8. Purpose of models • all models are built to serve some purpose • there is no ‘best’ model independent of any purpose • the quality of a model is dependent on the purpose for which it was built • the choice of model and modelling method requires an understanding of the model’s purpose and decisions about the best method for achieving that purpose

  9. Models in analysis and design • in order to model a system, the systems analyst must choose an appropriate modelling form in terms of its: • audience • purpose • degree of abstraction (simplification) • form of representation • level of partitioning • level of detail

  10. Modelling: for whom? • System users and sponsors • e.g compare with someone who wants a house built for them • Other systems analysts • e.g. compare with an architect planning a housing estate • Designers • e.g. compare with an architect planning the layout and design of rooms in a house • Other technical staff - programmers, database builders, systems administrators, etc • e.g. compare with the plumbers, electricians, bricklayers, etc working on a house

  11. What can we use to build a model? • words - written descriptions • pictures - photographs, drawings, diagrams, graphs, • mixed (words+pictures) - charts, annotated drawings, maps, • physical models - real life equivalents, scaled models, simulations • standardisation of symbols and modelling terminology provides a “shorthand” way of conveying the model’s message

  12. What aspects can we model? • to illustrate the relevant aspects of a system, we must use models of appropriate system components • for example, for a house we can model: • its appearance (to show the look and feel) • the physical layout of rooms (to show functions) • the layout and connections between its structural components (to show the builders how to construct it) • What are the components of an information system which we can use in a model to illustrate specific features of that system?

  13. Modelling information systems • Three aspects of information systems are typically modelled: • data • e.g. entity relationship diagrams, data structure diagrams • process • e.g. function decomposition, structure charts, data flow diagrams • behaviour • e.g. entity life history diagrams, state transition diagrams

  14. Problems in modelling • how do we interpret other people’s models of the world? • what happens to things which are hard to model? • can we communicate all aspects of a system satisfactorily using our standard modelling techniques? • which models work best with which information and which audience? • can we convey ALL relevant information to another person in a way which gives them EXACTLY the same picture that we have?

  15. Process modelling • processes are the “action” part of businesses • process modelling graphically represents the processes which act on data to • capture • manipulate • store • distribute

  16. Process modelling • principal techniques • function decomposition • data flow diagrams • associated techniques for modelling the details of low-level processes • structured English • decision tables and decision trees

  17. Data Flow Diagrams • model the flow of data into, through, and out of an information system • represent an information system as a network of communicating processes • show the processes that change or transform data • show the movement of data between processes

  18. Data Flow Diagrams (DFDs) • a well-known technique • easily understood • a good communication tool • used to model both manual and automated processes • described in Chapter 8 of the text book: Whitten et al (2001)

  19. Components of a DFD 2 calculate price • process • data flow • data store • source/sink loan application Products Suppliers

  20. Alternative sets of symbols • process • data flow • data store • source/sink Gane & Sarson DeMarco

  21. 2 calculate price Process • represents the work performed which changes data • transforms incoming data flows into outgoing data flows • has a unique number and name

  22. Naming processes • name each process using a verb and a noun phrase: "calculate price" "validate customer details" "accept supplier delivery” • the name of a process should describe what the process does • avoid vague names such as "process data” • the number of a process is an identifier .. it does not indicate the sequence of processing

  23. Data Flow • represents data in motion • describes a "packet" of data or data that move together • may consist of many individual, related elements that move together to the same destination loan application

  24. Naming data flows • name each data flow using a noun or noun phrase • the name should describe the contents and should include as much information as possible about the data flow valid customer order 2 customer order validate customer order invalid customer order

  25. Data Store • represents a collection of data flows at rest • has a unique name which should describe the contents of the data store • may represent many different types of physical locations of data • may be a temporary or a permanent repository of data Sales Orders

  26. Data stores 2 check sales order sales order Sales orders 3 weekly sales totals data flows to and from a data store can remain unlabelled if all attributes in the store are moving, i.e. if an entire data packet (or packets) is going into or out of the data store produce weekly sales totals

  27. Source/Sink (External Agent) • represents an entity in the environment with which the system communicates • a source if it is an origin of data coming into the system • a sink if it is a destination for data leaving the system Suppliers

  28. Source/Sink (External Agent) • data flows connecting the external agents to the processes within the system represent the interface between the system and its environment • external agents are outside the system and define its boundaries • an external agent may be both a source and a sink • what a sink does with data it receives from the system and how a source produces data which it inputs to the system are outside the boundary of the system and are not shown on the data flow diagram

  29. 1 Example Data Flow Diagram Customers sales order 1 edit sales order Sales orders Suppliers 2 create purchase order purchase order

  30. Guidelines for Drawing DFDs • each object on a data flow diagram must have a unique name • each process must have at least one data flow coming in (input) and at least one data flow going out (output) • the inputs to a process are different from the outputs of that process • a process must be able to build its outputs using only the information in its input data flows plus any constant information

  31. Guidelines for Drawing DFDs data flows are permitted: between 2 processes from a data store to a process from a process to a data store from a source to a process from a process to a sink

  32. Guidelines for Drawing DFDs data flows are NOT permitted: • between 2 external agents • between 2 data stores • from an external agent to a data store see page 287 in Hoffer, George and Valacich

  33. Guidelines for Drawing DFDs 1 APPLICATIONS registered application 1 3 valid application assess application register application 2 validate application approved application application reject Omit any processing required to handle trivial rejects (i.e. where no work needs to be undone): show the possibility of trivial rejects with a data flow labelled reject which has no destination indicated

  34. Guidelines for Drawing DFDs • data flows can diverge when duplicate "packets" of data are sent to different parts of the system customer invoice 2 produce customer invoice 1 valid sales order sales order validate sales order 3 shipping slip generate shipping slip

  35. Process Modelling Using Data Flow Diagrams data flow diagrams generally do not show : • the flow of control (i.e. triggers and controls on processes) • the particular implementation sequence (only the input and output data flows should determine the processing sequence shown) • the timing of processing • DFDs show the set of possible paths through the processing that occurs within a system from the viewpoint of what happens to the data flows

  36. References • WHITTEN, J.L., BENTLEY, L.D. and DITTMAN, K.C. (2001) 5th ed., Systems Analysis and Design Methods, Irwin/McGraw-HilI, New York, NY. Chapters 5, 8 • HOFFER, J.A., GEORGE, J.F. and VALACICH (1999) 2nd ed., Modern Systems Analysis and Design, Benjamin/Cummings, Massachusetts. Chapter 8

More Related