330 likes | 346 Views
Alternative Process Modeling langugues. UML activity diagrams. Event-driven process chains. System-specific languages like Staffware will follow later. UML. Unified Modeling Language (Booch, Jacobson, and Rumbaugh) Diagrams in UML Class diagrams Object diagrams Use case diagrams
E N D
Alternative Process Modeling langugues UML activity diagrams Event-driven process chains System-specific languages like Staffware will follow later...
UML • Unified Modeling Language (Booch, Jacobson, and Rumbaugh) • Diagrams in UML • Class diagrams • Object diagrams • Use case diagrams • Sequence diagrams (P) • Collaboration diagrams (P) • Statechart diagrams (P) • Activity diagrams (P) • Component diagrams • Deployment diagrams • Four of the ten diagrams can be used to describe process-related aspects. • The activity diagrams are close to workflow languages and borrow elements from Petri nets.
Class Diagrams Component Diagrams Sequence Diagrams Use Case Diagrams Deployment Diagrams Collaboration Diagrams State ch. Diagrams Activity Diagrams UML overview
Basic routing mechanisms (2) * * Do not use this in this course!
Event-Driven Process Chains (EPC’s) • German: Ereignisgesteuerte Proceßkette (EPK)(Keller, Nüttgens, Scheer 1992) • Used in: • SAP reference models, • SAP R/3 Business Workflow (EPC views), • ARIS (IDS Prof. Scheer), • LiveModel/Analyst (Intellicorp. Inc.) • Elements: Every function/event has max. 1 input/output arc!!
EPC (Semantics) XOR ? Initial/final functions have input/output place
EPC (Example) Note the multiple start and end events
OR splits and OR joins • OR split can be mapped onto an AND-split followed by XOR-splits. • OR join has the "bus driver semantics" (this causes a paradox and other problems).
Dealing with EPCs • Informal, i.e., no clear semantics • To map an EPC onto Petri nets: • Remove all OR-splits and OR-joins, i.e., refine them by AND and XOR (interpretation is needed). • Resolve the fact that there can be multiple source and sink events by refinement and the use of triggers (interpretation is needed). (i.e., first interpret the process and then translate)
Executive mgmt Organizational view Sales Materials mgmt Disposition Inventory Request received Sales processing Request Offer Request processing Request processing Offer processing Sales Request Check Credit worthiness Request processed Customer Determine delivery date Offer processing Functional view Data view Control view EPC (Extensions, ARIS)
SAP R3 reference models ARIS Toolset (IDS Scheer) EPC
Travel expenses process subprocess
In this course you are expected to be able ... • to read and understand UML activity diagrams, • to map simple UML activity diagrams onto the notation of this course (only control flow), • to read and understand EPCs, • to map any EPC onto the notation of this course (only control flow), • to map simple examples onto the EPCs!