Consistency of Business Process Models and Object Life Cycles
|
|
|
- Isaac Short
- 10 years ago
- Views:
Transcription
1 Consistency of Business Process Models and bject Life Cycles Ksenia Ryndina 1,2,JochenM.Küster 1, and Harald Gall 2 1 IBM Zurich Research Laboratory, Säumerstr Rüschlikon, Switzerland {ryn,jku}@zurich.ibm.com 2 Department of Informatics, University of Zurich, Binzmühlestr Zurich, Switzerland [email protected] bstract. Business process models and object life cycles can provide two different views on behavior of the same system, requiring that these models are consistent with each other. However, it is difficult to reason about consistency of these two types of models since their relation is not well-understood. We clarify this relation and propose an approach to establishing the required consistency. bject state changes are first made eplicit in a business process model and then the process model is used to generate life cycles for each object type used in the process. We define two consistency notions for a process model and an object life cycle and epress these in terms of conditions that must hold between a given life cycle and a life cycle generated from the process model. Keywords: consistency, business process model, object life cycle, activity diagram, state machine, UML. 1 Introduction Business process models are nowadays a well-established means for representing business processes in terms of tasks that need to be performed to achieve a certain business goal. In addition to tasks, business process models also show the flow of business objects in a process. Complete behavior of business objects is usually modeled using a variant of a state machine called an object life cycle (see e.g. [5]). bject life cycle modeling is valuable at the business level to eplicitly represent how business objects go through different states during their eistence. There are situations where it is beneficial or even required to use both process models and object life cycles. Consider an insurance company that uses business process models for eecution and also maintains eplicit business object life cycles. Life cycles may serve as a reference to employees for tracking progress of business objects. For instance, in response to an enquiry about the state of a submitted claim, an employee can eplain the current claim state to the customer in the contet of the entire claim life cycle that shows all the possible states and transitions for claims. nother eample is encountered in compliance checking, where eisting business process models are benchmarked against best practice models (e.g. CRD [2] and IFW [4]) given as object life cycles. Given a best T. Kühne (Ed.): MoDELS 2006 Workshops, LNCS 4364, pp , c Springer-Verlag Berlin Heidelberg 2007
2 Consistency of Business Process Models and bject Life Cycles 81 practice object life cycle, it is required to ensure that an eisting business process model is compliant with it. When both business process models and object life cycles are used, it is required that these models are consistent with each other. Inconsistencies can lead to unsatisfied customers or compliance violations. For eample, a customer may be discontent if he/she is incorrectly informed about the processing that still needs to be done before his/her claim is settled. n the other hand, inconsistencies between an eisting process model and a best practice object life cycle lead to compliance violations that can cause legal problems for a company. Consistency of object-oriented behavioral models, such as scenarios and state machines, has already been etensively studied [9,10,16,18]. However, the relation between business process models and object life cycles is not yet wellunderstood, which makes it difficult to reason about their consistency. In this paper, we present our approach to establishing consistency of a business process model and an object life cycle. In Section 2, we introduce subsets of UML2.0 ctivity Diagrams (UML D) and State Machines (UML SM) [3] chosen for business process and object life cycle modeling, respectively. In Sections 3 and 4, we describe our proposed solution that comprises a technique for object life cycle generation from a process model and two consistency notions that can be checked using the generated life cycles. Finally, we discuss related work in Section 5, and conclusions and future work in Section 6. 2 Business Process Models and bject Life Cycles UML D is one of the most widely used languages for business process modeling. We consider process models in a subset of UML D that includes action nodes and control nodes (decision, merge, fork, join, start 1, flow final and activity final nodes). ll these nodes can be connected with control and object flows. Input and output pins are used to model connection points that allow object flows to be attached to nodes, with the eception of start nodes that may not have outgoing object flows. Each object pin has an instate attribute that allows one to specify the possible states of objects passed through this pin. Data inputs and outputs of processes are modeled using input and output parameters. ur eperience with case studies has shown that in practice most process models are created using this subset of UML D. Therefore, currently we do not consider more advanced elements such as loop nodes and parameter sets, and further assume that hierarchy in process models can be flattened. The reader is referred to the UML D specification [3] for further information about the language. Figure 1 shows an eample business process model for a s handling process from the insurance industry that is represented in the chosen subset of UML D. In this diagram, we can see that the s handling process starts when a Settlement in state Requested is received by the process. Net, a new object is created in state Registered by the Register new claim action. 1 These are called initial nodes in UML D, but renamed here to avoid confusion with initial states of object life cycles introduced later.
3 82 K. Ryndina, J.M. Küster, and H. Gall Register new claim [Registered] Check for fraud [Fraudulent, NotFraudulent] [NotFraudulent] [Fraudulent] Initiate fraud investigation Settlement Settlement [Requested] Evaluate [NotFraudulent, NeedsReevaluation] Settlement [Requested] [Granted] [Granted, Rejected, PreRejected] [PreRejected] Prepare settlement [Rejected] Notify rejection Settlement [uthorized] [Granted] Carry out payment [Rejected] [Rejected, NeedsReevaluation] Settlement [Settled] [Settled] [NeedsReevaluation] [NeedsReevaluation] [Settled, Rejected] Prepare for reevaluation [d] LEGEND start node control flow object type object flow action node pin object type flow final parameter decision node merge node fork node join node node activity final node object type [states] object state Fig. 1. s handling business process model The further goes through a number of processing steps that change its state and at the end of the process it is either found to be fraudulent, or it is rejected or settled and subsequently closed. In Figure 1 we use a slightly tailored graphical representation of the chosen UML D subset. We indicate object type above an object flow and not above each pin, because we make a simplifying assumption that an object flow can only connect two pins of the same type. We also assume that given two connected object pins (output pin and input pin), the states associated with the output pin are accepted by the input pin, i.e. the set of states of the output pin is a subset of the set of states of the input pin. In Figure 1 we indicate the states associated with the output pin on the connecting object flow. ssociating states with object pins is optional in UML D, but required in our approach, as this eplicit information about object states allows us to establish a relation between a business process model and object life cycles. For modeling object life cycles, we use a subset of the UML SM language. This subset comprises states, withoneinitial state and one or more final states, and transitions connecting the states. Transitions that are initiated by a particular triggering event can be labeled with a trigger label. s our main application is in a business environment, we choose a simple notation for object life cycles, without considering composite and concurrent states of state machines.
4 Consistency of Business Process Models and bject Life Cycles 83 Figure 2 shows two eample life cycles for and Settlement object types. In (a), it can be seen that all objects of type go through state Registered directly after the initial state and pass through either Fraudulent or d states before they reach a final state. In (b), it is shown that after a Settlement is uthorized, the payment for the Settlement can either be made in full or in a number of installments. LEGEND Fraud detected Fraudulent Registered No fraud Granted Settle Settled registered Grant NotFraudulent Reject d Rejected initial state Requested uthorized Settle in full Settled state transition final state Settlement requested uthorize settlement Pay out installment PartiallySettled Pay final installment Pay out installment (a) (b) Fig. 2. bject life cycles: (a) (b) Settlement In this paper we use the following definition for an object life cycle, adapted from the definition of a UML State Machine in [14]: Definition 1 (bject life cycle). Given an object type o, itsobject life cycle LC o =(S, s α,s Ω,L,T) consists of a finite set of states S, wheres α S is the initial state and S Ω S is the set of final states; a finite set of trigger labels L; a set of labeled transitions T S L S, where for each transition t =(s 1,l,s 2 ), s 1 is the source state and s 2 is the target state. We assume that an object life cycle is well-formed when the initial state has no incoming transitions, a final state has no outgoing transitions, and all other states have at least one incoming and at least one outgoing transition. The s handling process model in Figure 1 and the life cycles in Figure 2 are concerned with behavior of the same object types: and Settlement.We need to define what it means for these models to be consistent and how to check their consistency. ccording to an eisting methodology for managing consistency of behavioral models [6,8], the consistency problem must first be identified by determining the overlap between the given models. Then, model aspects that contribute to the consistency problem must be mapped into a suitable semantic domain, where consistency conditions can be defined and checked. n overview of our proposed solution is shown in Figure 3. In Step 1, we make the overlap between a business process model and object life cycles eplicit by adding object state information to the process model using the instate attribute of object pins (as in Figure 1). Net in Step 2, we generate a life cycle for each
5 84 K. Ryndina, J.M. Küster, and H. Gall UML D Given BPM 1. Make object states eplicit BPM with object states BPM = Business Process Model LC = bject Life Cycle 4. Determine consistency Given LCs 3. Check consistency conditions Generated LCs 2. Generate object life cycles UML SM Fig. 3. Solution overview object type used in the process. This generation step takes us to the UML SM as the semantic domain, where we can then define and check consistency between the generated life cycles and the given ones (Step 3), which in turn allows us to determine the consistency between the business process model and the given life cycles (Step 4). The net two sections describe the generation of life cycles from a process model and the proposed consistency notions, respectively. 3 Generation of bject Life Cycles n object life cycle generated from a given business process model for a particular object type should capture all possible state changes that can occur for objects of this type in the given process. Initial and final states also need to be identified for each generated life cycle. Given a business process model P where each object pin is associated with a non-empty set of states, we generate an object life cycle for each object type used in P. For an object type o, wefirstcreateanobjectlifecyclelc op that contains only the initial state. Then, for each unique state associated with object pins of type o, a state is added to LC op. Transitions and final states are added to LC op according to the generation rules shown in Figure 4. Each row in Figure 4 represents a high-level generation rule, where the lefthand side shows patterns that are matched in the process model P and the righthand side shows what is created in the generated object life cycle LC op. Consider for eample Rule 2 (statechange), which is applicable when some action has input and output object pins of type o. When states of the output object pin are not the same as those of the input object pin, we deduce that action changes the state of objects of type o. InLC op, a transition from each incoming state to each possible outgoing state for objects of type o is added, for all cases where the outgoing state is different from the incoming state. These transitions are labeled to indicate that they are triggered during the eecution of this action. In Rules 5 and 6, the generated transitions are given special labels (STRT P and END P ) to indicate that these transitions are triggered as the process begins and ends eecution, respectively. The rules ensure that the generated object life cycles are well-formed, provided that all object pins in the given process model are associated with non-empty state sets. ll the generation rules are eplained in detail in a longer version of this paper [13].
6 Consistency of Business Process Models and bject Life Cycles 85 Rule 1 (objectcreation) Process model P [s 1,,s n ] action creates objects of type o in one of several possible states Rule 2 (statechange) [s 11,,s 1m ] [s 21,,s 2n ] action has different incoming and outgoing states for object type o Rule 3 (finalconsumption) [s 1,,s n ] objects of type o are inputs to action, but are not outputs of Rule 4 (finalnode) [s 1,,s n ] [s 1,,s n ] R objects of type o passed to final node in several possible states Rule 5 (processinput) [s 1,,s n ] process P has input parameters of type o Rule 6 (processutput) bject life cycle LC op for o add transitions from initial state labeled s 11 s 21 s 1 s 1 s 1m s 2n add transition from every incoming state to every outgoing state labeled s 1 add unlabeled transitions to final states STRT P s 1 s 1 add transitions to final states labeled add transitions from initial state labeled STRT P s n s n s n s n STRT P s n [s,,s ] 1 n END P END P process P has output parameters of type o add transitions to final states labeled END P Fig. 4. Rules for object life cycle generation Figure 5 shows life cycles for and Settlement object types (right-hand sides of (a) and (b), respectively) generated from the s handling process model in Figure 1 according to the generation rules presented in this section. In the net section we show how generated object life cycles are used for defining consistency conditions to establish whether a given process model is consistent with a given life cycle for a particular object type. 4 Consistency of bject Life Cycles We identify two consistency notions for a given business process model and an object life cycle: life cycle compliance and coverage. given process model is compliant with a given life cycle for a particular object type, if the process initiates only those state transitions for objects of this type that are defined in the given life cycle. Compliance allows objects of the given type to traverse only a part of their given life cycle in the process. n the other hand, coverage requires that objects traverse the entire given life cycle in the process, but additional transitions not defined in the given life cycle may also be incurred in the process. Depending on the circumstances, one or both of these consistency notions may be required to hold. For eample, if the s handling process (Figure 1) is used for eecution and the life cycle (Figure 2 (a)) is referenced by employees for interpreting the state of objects, both compliance and coverage
7 86 K. Ryndina, J.M. Küster, and H. Gall must hold. If the process is not compliant with the life cycle and takes objects into states not shown in the life cycle or performs different transitions, this will disconcert the employees. n the other hand, customers will be incorrectly informed and thus unsatisfied if the process does not provide a coverage of the life cycle. n eample of this occurs if a customer epects a in state Granted to eventually reach state Settled according to the given life cycle, but this never happens in the s handling process. We net give more precise definitions of compliance and coverage, providing consistency conditions that must hold between a life cycle generated from a process model for a particular object type and a given life cycle for that type. We first give two definitions that simplify the epression of consistency conditions that follow. Definitions 2 and 3 can be applied to any two object life cycles: LC o =(S, s α,s Ω,L,T)andLC o =(S,s α,s Ω,L,T ). Definition 2 (State correspondence). state correspondence eists between a state s S and a state s S, if and only if one of the following holds: s = s, s = s α and s = s α,ors S Ω and s S Ω. Definition 3 (Transition correspondence). transition correspondence eists between a transition t =(s 1,s 2 ) T and a transition t =(s 3,s 4 ) T if and only if there are state correspondences between s 1 and s 3, and between s 2 and s 4. In Definition 2, we define a state correspondence between two states in different object life cycles if the states are equal (i.e. have the same name), if they are both initial states or they are both final states. In Definition 3, we define a transition correspondence between two transitions if there are state correspondences between their sources states and between their target states. In Definitions 4 and 5, P is a given process model, LC o =(S, s α,s Ω,L,T) is a given life cycle for object type o and LC op =(S P,s αp,s ΩP,L P,T P )isthe life cycle generated from P for o. Definition 4 (Life cycle compliance). businessprocessmodel P is compliant with an object life cycle LC o if and only if for each transition t P T P that is not labeled STRT P or END P, there eists a transition t T such that there is a correspondence between t P and t. ccording to Definition 4, life cycle compliance requires that each transition in the generated object life cycle has a transition correspondence to some transition in the given life cycle. However, there are two eceptions to this consistency condition: transitions labeled STRT P and END P in the generated object life cycle. These transitions are generated when the given process model P has input or output parameters of object type o. We do not place restrictions on these transitions, thus allowing objects of type o to be received by and passed from the given process in any state and not necessarily a state following the initial state or preceding a final state.
8 Consistency of Business Process Models and bject Life Cycles 87 Definition 5 (Life cycle coverage). business process model P provides a coverage of an object life cycle LC o if and only if all of the following conditions hold between LC o and LC op : (a) For each transition t T there eists a transition t P T P such that there is a correspondence between t and t P, (b) There are no transitions labeled STRT P or END P in T P. Condition (a) in Definition 5 requires every transition in the given object life cycle to have a transition correspondence to some transition in the generated life cycle. Furthermore, condition (b) requires that the given process does not have input or output parameters of the given type, hence objects of this type must be created and reach their final states within the process boundaries. We net illustrate the notions of life cycle compliance and coverage using eamples. Figure 5 shows the given object life cycles for the and Settlement object types on the left and the object life cycles generated from the s handling process on the right. Transitions that have a correspondence between them are marked with the same number, while transitions without a correspondence are marked with a cross. GIVEN life cycle LC o (o is ) Fraud Registered possibility detected No fraud 2 3 Fraudulent 4 1 received 1 Grant 5 Granted Settle 7 Settled GIVEN Settlement life cycle LC o (o is Settlement) NotFraudulent 9 6 Reject d Rejected 10 8 Settlement requested (a) Requested 1 uthorize settlement Pay out installment uthorized Settle PartiallySettled 2 in full Pay final Settled installment Pay out installment 3 Register new claim Check P is s handling) Registered for fraud 2 3 Check for fraud Fraudulent Evaluate NotFraudulent Evaluate 4 Initiate fraud 5 6 Evaluate investigation Notify Granted PreRejected rejection Rejected 7 Notify Settle Evaluate Evaluate Evaluate rejection Settled NeedsReevaluation 8 9 d GENERTED Settlement life cycle LC op (o is Settlement and P is s handling) STRT P Requested 1 Prepare settlement uthorized 2 Carry out payment Settled 3 GENERTED life cycle LC op (o is and 10 (b) Fig. 5. Consistency of and Settlement object life cycles The life cycles in Figure 5 (a) satisfy all the consistency conditions for life cycle coverage. Condition (a) from Definition 5 is satisfied since all the transitions in the given life cycle have a correspondence to transitions in the generated life cycle, and condition (b) is satisfied since the generated life cycle does not contain transitions labeled STRT P or END P.
9 88 K. Ryndina, J.M. Küster, and H. Gall Therefore, the s handling process provides a coverage of the given life cycle. However, the s handling process is not compliant with this life cycle, due to transitions in the generated life cycle without transition correspondences to transitions in the given life cycle. Figure 5 (b) shows that the s handling process is compliant with the given Settlement life cycle, but does not provide a coverage for it. 5 Related Work related research area is object life cycle inheritance, where consistent specialization of behavior is required (see e.g. [5,11,14]). Currently, our main goal is to establish a link between business process models and object life cycles, and life cycle inheritance is not in focus. However, sometimes it may be required that the relation between a given process model and an object life cycle is a certain type of specialization. Thus, it would be beneficial for our approach to make use of the consistency notions already defined for life cycle inheritance. nother related area is synthesis of state machines from scenarios [18,16], where scenario specifications are used to generate state machines for the objects that participate in these scenarios. There are several significant differences between process models and scenarios however, e.g. process models do not generally describe alternative scenarios and show the flow of objects between tasks rather than interaction between objects via messages modeled in scenarios. In state machine synthesis, it is possible that a synthesized state machine contains so-called implied scenarios [15,12], i.e. behaviors that are not valid with respect to the original scenario specifications. similar phenomenon can occur in our life cycle generation step, which we plan to investigate further as future work. ur consistency notions are related to the concepts of equivalence and refinement of formal process specifications [7]. However, as discussed in [17], it is challenging to apply the eisting definitions to languages such as UML D and SM, as they do not have an agreed formal semantics. s future work we intend to establish a relation of our consistency notions to the eisting equivalence and refinement definitions and investigate which are most appropriate in practice. 6 Conclusion and Future Work Consistency of business process models and object life cycles needs to be ensured in situations where process models manipulate business objects with an eplicitly modeled life cycle. In this paper we have presented our approach to establishing this consistency. ur main contributions include a precise definition of two consistency notions, namely life cycle compliance and coverage, and a supporting technique for the generation of object life cycles from process models that enables consistency checking. With regards to tool support, we have developed a prototype as an etension to the IBM WebSphere Business Modeler [1] that allows us to capture object states in business process models, generate life cycles from process models and check the consistency conditions.
10 Consistency of Business Process Models and bject Life Cycles 89 s future work, we intend to validate the proposed approach using a larger case study. We also plan to etend the approach to enable compliance and coverage checking for several process models that use objects of the same type and a life cycle for this type. Further future work includes an investigation of implied scenarios in the contet of our life cycle generation and establishing a clear relation between our proposed consistency notions and the eisting equivalence and refinement definitions. References 1. IBM WebSphere Business Modeler. tion/wbimodeler/. 2. CRD Life & nnuity Standard. CRD Global Insurance Standards, Final Version , September UML2.0 Superstructure, formal/ MG Document, IBM Industry Models for Financial Services, The Information Framework (IFW) Process Models. IBM General Information Manual, J. Ebert and G. Engels. Specialization of bject Life Cycle Definitions. Fachberichte Informatik 19/95, University of Koblenz-Landau, G.Engels,J.M.Küster, L. Groenewegen, and R. Heckel. Methodology for Specifying and nalyzing Consistency of bject-riented Behavioral Models. In Proceedings of the 8th European Software Engineering Conference - ESEC 01, pages CM Press, W. Fayez. Comparative nalysis of the Notions of Equivalence for Process Specifications. In Proceedings of the 3rd IEEE Symposium on Computers & Communications - ISCC 98, page 711, Washington, DC, US, IEEE Computer Society. 8. J. M. Küster. Consistency Management of bject-riented Behavioral Models. PhD thesis, University of Paderborn, March J. M. Küster and J. Stehr. Towards Eplicit Behavioral Consistency Concepts in the UML. In Proceedings of the 2nd International Workshop on Scenarios and State Machines: Models, lgorithms and Tools - ICSE 03, B. Litvak, S. Tyszberowicz, and. Yehudai. Behavioral Consistency Validation of UML Diagrams. 1st International Conference on Software Engineering and Formal Methods - SEFM 03, page 118, M. Schrefl and M. Stumptner. Behavior-Consistent Specialization of bject Life Cycles. CM Transactions on Software Engineering and Methodology, 11(1):92 148, H. Muccini. n pproach for Detecting Implied Scenarios. In Proceedings of the Workshop on Scenarios and State Machines: Models, lgorithms, and Tools - ICSE 02, K. Ryndina, J. M. Küster, and H. Gall. Consistency of Business Process Models and bject Life Cycles. In Proceedings of the 1st Workshop on Quality in Modeling co-located with MoDELS 2006, Technical report 0627, Technische Universiteit Eindhoven, M. Stumptner and M. Schrefl. Behavior Consistent Inheritance in UML. In Proceedings of Conceptual Modeling - ER 2000, volume 1920 of LNCS, pages Springer-Verlag, S. Uchitel, J. Kramer, and J. Magee. Detecting Implied Scenarios in Message Sequence Chart Specifications. In Proceedings of European Software Engineering Conference - ESEC/FSE 01, 2001.
11 90 K. Ryndina, J.M. Küster, and H. Gall 16. S. Uchitel, J. Kramer, and J. Magee. Synthesis of Behavioral Models from Scenarios. IEEE Transactions on Software Engineering, 29(2):99 115, M. von der Beeck. Behaviour Specifications: Equivalence and Refinement Notions. In Visuelle Verhaltensmodellierung verteilter und nebenläufiger Software-Systeme, 8. Workshop des rbeitskreises GRM der GI Fachgruppe bjektorientierte Software-Entwicklung, Universität Münster, Technical report 24/00-I. 18. J. Whittle and J. Schumann. Generating Statechart Designs from Scenarios. In Proceedings of the 22nd International Conference on Software Engineering - ICSE 00, pages , New York, NY, US, CM Press.
Modeling Systems - External and Internal Behavior Models
Systematically Combining Specifications of Internal and External System Behavior Using Statecharts Martin Glinz Department of Informatics, University of Zurich Winterthurerstrasse 190 CH-8057 Zurich, Switzerland
A Methodology for the Development of New Telecommunications Services
A Methodology for the Development of New Telecommunications Services DIONISIS X. ADAMOPOULOS Centre for Communication Systems Research School of Elec. Eng., IT and Mathematics University of Surrey Guildford
Process Modeling using BPMN 2.0
Process Modeling using BPMN 2.0 This chapter provides a brief overview of Business Process Modeling Notation (BPMN) concepts with particular emphasis on the BPMN 2.0 additions. In addition, it describes
Object Oriented Programming. Risk Management
Section V: Object Oriented Programming Risk Management In theory, there is no difference between theory and practice. But, in practice, there is. - Jan van de Snepscheut 427 Chapter 21: Unified Modeling
Tool Support for Software Variability Management and Product Derivation in Software Product Lines
Tool Support for Software Variability Management and Product Derivation in Software s Hassan Gomaa 1, Michael E. Shin 2 1 Dept. of Information and Software Engineering, George Mason University, Fairfax,
Business-Driven Software Engineering Lecture 3 Foundations of Processes
Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster [email protected] Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary
Designing Real-Time and Embedded Systems with the COMET/UML method
By Hassan Gomaa, Department of Information and Software Engineering, George Mason University. Designing Real-Time and Embedded Systems with the COMET/UML method Most object-oriented analysis and design
Unit 2.1. Data Analysis 1 - V2.0 1. Data Analysis 1. Dr Gordon Russell, Copyright @ Napier University
Data Analysis 1 Unit 2.1 Data Analysis 1 - V2.0 1 Entity Relationship Modelling Overview Database Analysis Life Cycle Components of an Entity Relationship Diagram What is a relationship? Entities, attributes,
Chapter 8 The Enhanced Entity- Relationship (EER) Model
Chapter 8 The Enhanced Entity- Relationship (EER) Model Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 8 Outline Subclasses, Superclasses, and Inheritance Specialization
ProGUM-Web: Tool Support for Model-Based Development of Web Applications
ProGUM-Web: Tool Support for Model-Based Development of Web Applications Marc Lohmann 1, Stefan Sauer 1, and Tim Schattkowsky 2 1 University of Paderborn, Computer Science, D 33095 Paderborn, Germany {mlohmann,sauer}@upb.de
A CONCEPTUAL MODEL FOR REQUIREMENTS ENGINEERING AND MANAGEMENT FOR CHANGE-INTENSIVE SOFTWARE
A CONCEPTUAL MODEL FOR REQUIREMENTS ENGINEERING AND MANAGEMENT FOR CHANGE-INTENSIVE SOFTWARE Jewgenij Botaschanjan, Andreas Fleischmann, Markus Pister Technische Universität München, Institut für Informatik
A Business Process Services Portal
A Business Process Services Portal IBM Research Report RZ 3782 Cédric Favre 1, Zohar Feldman 3, Beat Gfeller 1, Thomas Gschwind 1, Jana Koehler 1, Jochen M. Küster 1, Oleksandr Maistrenko 1, Alexandru
1 Business Modeling. 1.1 Event-driven Process Chain (EPC) Seite 2
Business Process Modeling with EPC and UML Transformation or Integration? Dr. Markus Nüttgens, Dipl.-Inform. Thomas Feld, Dipl.-Kfm. Volker Zimmermann Institut für Wirtschaftsinformatik (IWi), Universität
Data Analysis 1. SET08104 Database Systems. Copyright @ Napier University
Data Analysis 1 SET08104 Database Systems Copyright @ Napier University Entity Relationship Modelling Overview Database Analysis Life Cycle Components of an Entity Relationship Diagram What is a relationship?
A Test Case Generator for the Validation of High-Level Petri Nets
A Test Case Generator for the Validation of High-Level Petri Nets Jörg Desel Institut AIFB Universität Karlsruhe D 76128 Karlsruhe Germany E-mail: [email protected] Andreas Oberweis, Torsten
UPROM Tool: A Unified Business Process Modeling Tool for Generating Software Life Cycle Artifacts
UPROM Tool: A Unified Business Process Modeling Tool for Generating Software Life Cycle Artifacts Banu Aysolmaz 1 and Onur Demirörs 2 1, 2 Informatics Institute, Middle East Technical University, Ankara,
Business Process Modelling Languages, Goals and Variabilities
Business Process Modelling Languages, Goals and Variabilities Birgit Korherr Women s Postgraduate College for Internet Technologies Institute of Software Technology and Interactive Systems Vienna University
Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation
Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation SHINPEI OGATA Course of Functional Control Systems, Graduate School of Engineering Shibaura Institute of
Modeling the User Interface of Web Applications with UML
Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de
Structural Detection of Deadlocks in Business Process Models
Structural Detection of Deadlocks in Business Process Models Ahmed Awad and Frank Puhlmann Business Process Technology Group Hasso Plattner Institut University of Potsdam, Germany (ahmed.awad,frank.puhlmann)@hpi.uni-potsdam.de
SysML Modelling Language explained
Date: 7 th October 2010 Author: Guillaume FINANCE, Objet Direct Analyst & Consultant UML, the standard modelling language used in the field of software engineering, has been tailored to define a modelling
Engineering Change Management (ECM)
Engineering Change Management (ECM) RECOMMENDATION Engineering Change Order (ECO) PSI 3-2 (Draft) Version 0.9 ABSTRACT ProSTEP ivip Recommendation Abstract This Recommendation documents the ECO (Engineering
Using UML Part Two Behavioral Modeling Diagrams
UML Tutorials Using UML Part Two Behavioral Modeling Diagrams by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page 1 Trademarks Object Management Group, OMG, Unified Modeling Language,
Announcements. SE 1: Software Requirements Specification and Analysis. Review: Use Case Descriptions
Announcements SE 1: Software Requirements Specification and Analysis Lecture 4: Basic Notations Nancy Day, Davor Svetinović http://www.student.cs.uwaterloo.ca/ cs445/winter2006 uw.cs.cs445 Send your group
An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications
An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications Germán Harvey Alférez Salinas Department of Computer Information Systems, Mission College,
Generating Aspect Code from UML Models
Generating Aspect Code from UML Models Iris Groher Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich, Germany [email protected] Stefan Schulze Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich,
A Process is Not Just a Flowchart (or a BPMN model)
A Process is Not Just a Flowchart (or a BPMN model) The two methods of representing process designs that I see most frequently are process drawings (typically in Microsoft Visio) and BPMN models (and often
The Student-Project Allocation Problem
The Student-Project Allocation Problem David J. Abraham, Robert W. Irving, and David F. Manlove Department of Computing Science, University of Glasgow, Glasgow G12 8QQ, UK Email: {dabraham,rwi,davidm}@dcs.gla.ac.uk.
Proceedings of the 6th Educators Symposium: Software Modeling in Education at MODELS 2010 (EduSymp 2010)
Electronic Communications of the EASST Volume 34 (2010) Proceedings of the 6th Educators Symposium: Software Modeling in Education at MODELS 2010 (EduSymp 2010) Position Paper: m2n A Tool for Translating
Aspect Oriented Strategy to model the Examination Management Systems
Aspect Oriented Strategy to model the Examination Management Systems P.Durga 1, S.Jeevitha 2, A.Poomalai 3, Prof.M.Sowmiya 4 and Prof.S.Balamurugan 5 Department of IT, Kalaignar Karunanidhi Institute of
ATM Case Study Part 1
ATM Case Study Part 1 A requirements document specifies the purpose of the ATM system and what it must do. Requirements Document A local bank intends to install a new automated teller machine (ATM) to
Graph-Grammar Based Completion and Transformation of SDL/UML-Diagrams
Graph-Grammar Based Completion and Transformation of SDL/UML-Diagrams Position Paper Ulrich A. Nickel, Robert Wagner University of Paderborn Warburger Straße 100 D-33098 Paderborn Germany [duke, wag25]@uni-paderborn.de
A Scenario-Based Approach to Validating and Testing Software Systems Using Statecharts
A Scenario-Based Approach to Validating and Testing Software Systems Using Statecharts Johannes RyserÊÊÊÊÊÊÊÊÊÊÊÊÊÊMartin Glinz Department of Computer Science University of Zurich Winterthurerstrasse 190
Introduction to BPMN
Stephen A. White, IBM Corporation Abstract This paper is intended to provide a high-level overview and introduction to the Business Process Modeling Notation (BPMN). The context and general uses for BPMN
Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models?
Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models? Ludmila Penicina Institute of Applied Computer Systems, Riga Technical University, 1 Kalku, Riga, LV-1658,
COCOVILA Compiler-Compiler for Visual Languages
LDTA 2005 Preliminary Version COCOVILA Compiler-Compiler for Visual Languages Pavel Grigorenko, Ando Saabas and Enn Tyugu 1 Institute of Cybernetics, Tallinn University of Technology Akadeemia tee 21 12618
Requirements engineering
Learning Unit 2 Requirements engineering Contents Introduction............................................... 21 2.1 Important concepts........................................ 21 2.1.1 Stakeholders and
A Scala DSL for Rete-based Runtime Verification
A Scala DSL for Rete-based Runtime Verification Klaus Havelund Jet Propulsion Laboratory California Institute of Technology, California, USA Abstract. Runtime verification (RV) consists in part of checking
Business Process Quality Metrics: Log-based Complexity of Workflow Patterns
Business Process Quality Metrics: Log-based Complexity of Workflow Patterns Jorge Cardoso Department of Mathematics and Engineering, University of Madeira, Funchal, Portugal [email protected] Abstract. We
Optimization of Sequences of XML Schema Modifications - The ROfEL Approach
Optimization of Sequences of XML Schema Modifications - The ROfEL Approach Thomas Nösinger, Meike Klettke, Andreas Heuer Database Research Group University of Rostock, Germany (tn, meike, ah)@informatik.uni-rostock.de
Test Coverage Criteria for Autonomous Mobile Systems based on Coloured Petri Nets
9th Symposium on Formal Methods for Automation and Safety in Railway and Automotive Systems Institut für Verkehrssicherheit und Automatisierungstechnik, TU Braunschweig, 2012 FORMS/FORMAT 2012 (http://www.forms-format.de)
Scenario-based Requirements Engineering and User-Interface Design
Scenario-based Requirements Engineering and User-Interface Institut für Computertechnik ICT Institute of Computer Technology Hermann Kaindl Vienna University of Technology, ICT Austria [email protected]
Dr. Jana Koehler IBM Zurich Research Laboratory
Precise Modeling of Business Processes with the Business Process Modeling Notation BPMN 2.0 Dr. Jana Koehler IBM Zurich Research Laboratory ZRL BIT at a Glance Computer Science at ZRL: Security/Cryptography
Process Modeling Notations and Workflow Patterns
Process Modeling Notations and Workflow Patterns Stephen A. White, IBM Corp., United States ABSTRACT The research work of Wil van der Aalst, Arthur ter Hofstede, Bartek Kiepuszewski, and Alistair Barros
Towards Flexible Business Process Modeling and Implementation: Combining Domain Specific Modeling Languages and Pattern-based Transformations
Towards Flexible Business Process Modeling and Implementation: Combining Domain Specific Modeling Languages and Pattern-based Transformations Steen Brahe 1 and Behzad Bordbar 2 1 Danske Bank and IT University
Managing and Tracing the Traversal of Process Clouds with Templates, Agendas and Artifacts
Managing and Tracing the Traversal of Process Clouds with Templates, Agendas and Artifacts Marian Benner, Matthias Book, Tobias Brückmann, Volker Gruhn, Thomas Richter, Sema Seyhan paluno The Ruhr Institute
Section C. Requirements Elicitation
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this
Development of Enterprise Architecture of PPDR Organisations W. Müller, F. Reinert
Int'l Conf. Software Eng. Research and Practice SERP'15 225 Development of Enterprise Architecture of PPDR Organisations W. Müller, F. Reinert Fraunhofer Institute of Optronics, System Technologies and
Rose/Architect: a tool to visualize architecture
Published in the Proceedings of the 32 nd Annual Hawaii International Conference on Systems Sciences (HICSS 99) Rose/Architect: a tool to visualize architecture Alexander Egyed University of Southern California
A Pattern-based Approach to Business Process Modeling and Implementation in Web Services
A Pattern-based Approach to Business Process Modeling and Implementation in Web Services Steen Brahe 1 and Behzad Bordbar 2 1 Danske Bank & IT University of Copenhagen, Denmark [email protected] 2 University
Development of Tool Extensions with MOFLON
Development of Tool Extensions with MOFLON Ingo Weisemöller, Felix Klar, and Andy Schürr Fachgebiet Echtzeitsysteme Technische Universität Darmstadt D-64283 Darmstadt, Germany {weisemoeller klar schuerr}@es.tu-darmstadt.de
Execution of A Requirement Model in Software Development
Execution of A Requirement Model in Software Development Wuwei Shen, Mohsen Guizani and Zijiang Yang Dept of Computer Science, Western Michigan University {wwshen,mguizani,zijiang}@cs.wmich.edu Kevin Compton
Representing XML Schema in UML A Comparison of Approaches
Representing XML Schema in UML A Comparison of Approaches Martin Bernauer, Gerti Kappel, Gerhard Kramler Business Informatics Group, Vienna University of Technology, Austria {lastname}@big.tuwien.ac.at
State Propagation for Business Process Monitoring on Different Levels of Abstraction
Institute of Architecture of Application Systems State Propagation for Business Process on Different Levels of Abstraction David Schumm, Gregor Latuske, Frank Leymann, Ralph Mietzner, Thorsten Scheibler
From Business World to Software World: Deriving Class Diagrams from Business Process Models
From Business World to Software World: Deriving Class Diagrams from Business Process Models WARARAT RUNGWORAWUT 1 AND TWITTIE SENIVONGSE 2 Department of Computer Engineering, Chulalongkorn University 254
An Object Oriented Role-based Access Control Model for Secure Domain Environments
International Journal of Network Security, Vol.4, No.1, PP.10 16, Jan. 2007 10 An Object Oriented -based Access Control Model for Secure Domain Environments Cungang Yang Department of Electrical and Computer
Towards an Integration of Business Process Modeling and Object-Oriented Software Development
Towards an Integration of Business Process Modeling and Object-Oriented Software Development Peter Loos, Peter Fettke Chemnitz Univeristy of Technology, Chemnitz, Germany {loos peter.fettke}@isym.tu-chemnitz.de
The Concept of Automated Process Control
Scientific Papers, University of Latvia, 2010. Vol. 756 Computer Science and Information Technologies 193 203 P. The Concept of Automated Process Control Ivo Oditis 1, Janis Bicevskis 2 1 Bank of Latvia,
Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering System Models Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain why the context of a system should be modeled as part of the RE process To describe
Model Simulation in Rational Software Architect: Business Process Simulation
Model Simulation in Rational Software Architect: Business Process Simulation Mattias Mohlin Senior Software Architect IBM The BPMN (Business Process Model and Notation) is the industry standard notation
Case studies: Outline. Requirement Engineering. Case Study: Automated Banking System. UML and Case Studies ITNP090 - Object Oriented Software Design
I. Automated Banking System Case studies: Outline Requirements Engineering: OO and incremental software development 1. case study: withdraw money a. use cases b. identifying class/object (class diagram)
Title: Decision Making and Software Tools for Product Development Based on Axiomatic Design Theory
Title: Decision Making and Software Tools for Product Development Based on Axiomatic Design Theory Authors: Vigain Harutunian, Mats Nordlund, Derrick Tate, and Nam P. Suh (1) Mr. Harutunian, Mr. Tate,
BIS 3106: Business Process Management. Lecture Two: Modelling the Control-flow Perspective
BIS 3106: Business Process Management Lecture Two: Modelling the Control-flow Perspective Makerere University School of Computing and Informatics Technology Department of Computer Science SEM I 2015/2016
A Pattern-Based Method for Identifying and Analyzing Laws
A Pattern-Based Method for Identifying and Analyzing Laws Kristian Beckers, Stephan Faßbender, Jan-Christoph Küster, and Holger Schmidt paluno - The Ruhr Institute for Software Technology University of
Enforcing Data Quality Rules for a Synchronized VM Log Audit Environment Using Transformation Mapping Techniques
Enforcing Data Quality Rules for a Synchronized VM Log Audit Environment Using Transformation Mapping Techniques Sean Thorpe 1, Indrajit Ray 2, and Tyrone Grandison 3 1 Faculty of Engineering and Computing,
4.7 Business Process Model and Notation
206 4 Process Orchestrations 4.7 Business Process Model and Notation This section introduces the Business Process Model and Notation (BPMN), developed under the coordination of the Object Management Group.
Sofware Requirements Engineeing
Sofware Requirements Engineeing Three main tasks in RE: 1 Elicit find out what the customers really want. Identify stakeholders, their goals and viewpoints. 2 Document write it down (). Understandable
Use Cases. Massimo Felici. Massimo Felici Use Cases c 2004 2011
Use Cases Massimo Felici Use Cases 1 Support requirements engineering activities and the requirement process Capture what a system is supposed to do, i.e., systems functional requirements Describe sequences
Database Integrity Mechanism between OLTP and Offline Data
Database Integrity Mechanism between OLTP and Offline Data Muhammad Salman 1, Nafees Ur Rehman 2, and Muhammad Shahid 3 1 Graduate School of Engineering Sciences & Information Technology, Hamdard University
Merging of Data Flow Diagram with Unified Modeling Language
International Journal of Scientific and Research Publications, Volume 2, Issue 8, August 2012 1 Merging of Data Flow with Unified Modeling Language Kirti Tiwari, Alpika Tripathi, Shipra Sharma, Vandana
EVOLUTIONARY CHANGE the evolution of change management
EVOLUTIONARY CHANGE the evolution of management by Jeroen van der Zon University of Leiden, Department of Computer Science April 24, 1996 page 1 page 2 Abstract In this thesis, evolutionary is studied
Improving the Quality of Requirements with Scenarios
Improving the Quality of Requirements with Scenarios Martin Glinz Summary The classical notion of requirements quality is problematic in practice. Hence the importance of some qualities, in particular
Some Methodological Clues for Defining a Unified Enterprise Modelling Language
Some Methodological Clues for Defining a Unified Enterprise Modelling Language Michaël Petit University of Namur, Belgium, [email protected] Abstract The need for a Unified Enterprise Modelling Language
Application Design: Issues in Expert System Architecture. Harry C. Reinstein Janice S. Aikins
Application Design: Issues in Expert System Architecture Harry C. Reinstein Janice S. Aikins IBM Scientific Center 15 30 Page Mill Road P. 0. Box 10500 Palo Alto, Ca. 94 304 USA ABSTRACT We describe an
µfup: A Software Development Process for Embedded Systems
µfup: A Software Development Process for Embedded Systems Leif Geiger, Jörg Siedhof, Albert Zündorf University of Kassel, Software Engineering Research Group, Department of Computer Science and Electrical
BPMN PATTERNS USED IN MANAGEMENT INFORMATION SYSTEMS
BPMN PATTERNS USED IN MANAGEMENT INFORMATION SYSTEMS Gabriel Cozgarea 1 Adrian Cozgarea 2 ABSTRACT: Business Process Modeling Notation (BPMN) is a graphical standard in which controls and activities can
Proceedings of the International MultiConference of Engineers and Computer Scientists 2013 Vol I, IMECS 2013, March 13-15, 2013, Hong Kong
, March 13-15, 2013, Hong Kong Risk Assessment for Relational Database Schema-based Constraint Using Machine Diagram Kanjana Eiamsaard 1, Nakornthip Prompoon 2 Abstract Information is a critical asset
How To Draw A Cell Phone Into A Cellphone In Unminimal Diagram (Uml)
UML Tutorial: Collaboration Diagrams Robert C. Martin Engineering Notebook Column Nov/Dec, 97 In this column we will explore UML collaboration diagrams. We will investigate how they are drawn, how they
A Business Process Driven Approach for Generating Software Modules
A Business Process Driven Approach for Generating Software Modules Xulin Zhao, Ying Zou Dept. of Electrical and Computer Engineering, Queen s University, Kingston, ON, Canada SUMMARY Business processes
Automatic Test Data Synthesis using UML Sequence Diagrams
Vol. 09, No. 2, March April 2010 Automatic Test Data Synthesis using UML Sequence Diagrams Ashalatha Nayak and Debasis Samanta School of Information Technology Indian Institute of Technology, Kharagpur
Writing Use Case Scenarios for Model Driven Development
Writing Use Case Scenarios for Model Driven Development This guide outlines how to use Enterprise Architect to rapidly build Use Cases and increase your productivity through Model Driven Development. Use
Tool Support for Model Checking of Web application designs *
Tool Support for Model Checking of Web application designs * Marco Brambilla 1, Jordi Cabot 2 and Nathalie Moreno 3 1 Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza L. Da Vinci,
