The Process Modelling Stages
- Context DFD
- Establishes initial project scope
- Simple, shows only sys's main interfaces w/ its environment
- Functional Decomposition Diagram
- partition the system into logical subsystems and/or functions
- Event Responses (Use Case List)
- ID's + confirms the biz events which the sys must respond to
- Describes required or possible responses to events
- Add Event Handler to decomp dia.
- Further partitions the functions
- Event Diagram (1 for each event)
- Simple DFD w/ event handler, inputs + outputs for events.
- System Diagram
- Merge event diagrams into sys dia.
- Shows the 'big picture' of the system
- Primitive Diagram
- Build for event processes that need additional processing deets.
- Logic of each process explained
- Data structure of each elementary data flow described.


0 Comments:
Post a Comment
<< Home