<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Towards a Framework for Business Process Models Reuse</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Wassim</forename><surname>Derguech</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Digital Enterprise Research Institute</orgName>
								<orgName type="institution">DERI</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards a Framework for Business Process Models Reuse</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">533E637798E374D2FEABEFFDCEECADF1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-19T15:31+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Business process</term>
					<term>business process modelling</term>
					<term>configurable process modelling</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Despite there exist different proposals for reusing existing well-designed artifacts for process modelling and capturing variability in business process models, most of them suffer from three major shortcomings: lack of automation support in (i) maintaining the configurable process model, (ii) modelling sub-processes as stand alone entities and (iii) user-centricity and decision support in choosing the suitable alternatives. In this context, we propose a framework that allows for reusing process models. We present in this paper our ongoing research in defining this framework that contains a data structure and its construction principles as well as first thoughts about maintaining it when adding process variants.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Process Aware Information Systems (PAISs) <ref type="bibr" target="#b0">[1]</ref> are used to manage and execute operational processes involving people, applications and data sources on the basis of business process models. The discipline that is concerned by this processcentric trend is known as Business Process Management (BPM) <ref type="bibr" target="#b1">[2]</ref>. BPM includes concepts, methods, and techniques to support the design, administration, configuration, enactment, and analysis of business processes <ref type="bibr" target="#b1">[2]</ref>. The basis of BPM is the explicitness of business processes presented by process models.</p><p>A business process model is a graphically designed network based on symbols that represent procedures or activities <ref type="bibr" target="#b2">[3]</ref> which collectively describe how an organization conduct its business processes .</p><p>Business process modelling phase, requires intensive knowledge related to both (i) the business domain and (ii) the modelling language. In fact, the business modeler has to define exactly what tasks must be captured, their execution logic as well as how to specify them through a modelling language. Designing high quality process models from scratch is often time consuming, error-prone and costly <ref type="bibr" target="#b3">[4]</ref>. Thus, sharing and reusing business process models by different business actors (e.g., modelers, managers, developers) is highly recommended.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">Motivation</head><p>The advent of Reuse-Oriented Development (ROD) in BPM brings a number of reference models and repositories of process templates. They are used to design business process models exploiting proven practices <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>. The benefits of reuse in PAISs are widely accepted in theory and practice <ref type="bibr" target="#b6">[7]</ref>. The idea is to generate a process model from already well-designed artifacts. Yet, proposed solutions have not been proved as effective as expected. They are either not supporting enough automation to meet frequent changes in process variants, or they require advanced modelling experience. In other words, they are not applicable without strong modelling language background or support. In the whole paper, we use user experience to refer to modelling language skills.</p><p>In addition, configurable process models enable to capture variants of large process models. However, they do not allow for modelling sub-processes within these large models. A customizable process model that manages both processes and sub-processes is needed.</p><p>At a first step of this research, we have identified the following requirements for reusing business process models:</p><p>1. Resource efficiency: First, there is a need to have an approach that enables managing process variants in an efficient way. By efficient way we mean overtaking both resource redundancy and inconsistency problems. 2. Maintainability: Second, an approach should support automatic changes. By support automatic changes we refer to adding or removing a variant from the configurable process model with an automation support. 3. Modularity: Third, an approach should allow for modelling both processes and their sub-processes. 4. User-centricity: Fourth, an approach should not require much modelling skills from the end users.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Research Problem</head><p>The research goal we are trying to reach in this thesis is summarized as follows:</p><p>Develop an efficient approach that allows for reusing existing process models without (or with little) modelling experience. Our approach should offer a configurable model, provide an automation support for its maintainability and allow for modelling both processes and sub-processes.</p><p>To manage configurable process modelling in an efficient way, we suggest providing a framework that captures the different process variants. A process variant, as it is understood here, is a single process model that achieves a given goal. Such a framework should be easily updated via an automation support. It should also enable business process modelers to define the most suitable (sub)process variant that suits their requirements.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Outline</head><p>The rest of this paper is divided into three sections. Section 2 shows how current solutions handle business process model reuse. Section 3 provides our preliminary work in defining a framework to represent a configurable process model. And finally section 4 concludes the paper and gives brief overview of our future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>Several solutions have been investigated to support the reuse of business process models. We classify these solutions into two categories: (i) discovery of existing models and (ii) adaptation of a structure that captures possible model's variants.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Discovery of existing models</head><p>Under this first category, we distinguish two possible approaches. The first one consists of discovering an entire business process model by querying a repository and selecting the most suitable one <ref type="bibr" target="#b7">[8]</ref><ref type="bibr" target="#b8">[9]</ref><ref type="bibr" target="#b10">[10]</ref>. This method suffers from resource redundancy because it does not consider common parts of process model's variants and consequently they are duplicated in each entry of the repository. In addition, if any changes must be applied on the common parts of process variants, all the entries must be updated and from this arises the inconsistency problem.</p><p>The second approach overcomes the problem of resource redundancy and inconsistency by considering business process building blocks instead of entire models. This approach consists of discovering these building blocks and aggregating them in order to construct a business process model <ref type="bibr" target="#b11">[11]</ref>. However, modelling experience is needed. In fact, the modeler has to be familiar with these business process building blocks and manage their aggregation for creating a complete model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Adaptation of a structure that captures possible model's variants</head><p>Here we consider solutions that aim at merging different variants of a business process model into a single model. This is suitable for avoiding both resource redundancy and inconsistency problems. Under this category, we distinguish two possible approaches.</p><p>The first one provides a process model which contains placeholders that need to be detailed during the modelling phase <ref type="bibr" target="#b11">[11]</ref>. These placeholders represent places where differences between process variants occur. During the modelling phase, users need to rely on their modelling experience to refine the placeholders.</p><p>The second approach manages configurable business process models <ref type="bibr" target="#b12">[12]</ref>. A configurable model is the result of merging model's variants into a single model. In this case, the modelling phase consists of enabling or disabling different branches of the configurable process model. This approach has been extended by "Questionnaire-driven Configuration of Reference Process Models" <ref type="bibr" target="#b13">[13]</ref>. Here authors introduced a user-friendly method for customizing configurable process models. In fact, the user specifies his business requirements by answering a set of domain-related questions that are mapped to the configurable process model.</p><p>However, a process modeler has to define the configurable process model and sit with the domain expert in order to define domain constraints and their mapping to the configurable model. Thus, adding a new variant in this framework, requires another meeting between the modeler and the domain expert in order to add a variant to the process model, define its mapping with the domain constraints and update the questionnaire model. Even if this solution is suitable for a user-centric modelling, it needs to be improved to support automation maintainability of both configurable process model and questionnaire model.</p><p>In addition, configurable process models presented in <ref type="bibr" target="#b12">[12,</ref><ref type="bibr" target="#b13">13]</ref> enable to capture variants of large process models. However, they do not allow for modelling sub-processes within these large models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">A Framework for Managing Process Variants</head><p>To cope with the aforementioned research problem, we introduce a framework to represent configurable process models. This framework consists of a data structure, a set of structuring principles and maintaining operations. At this stage we show how to maintain this data structure only when adding a new variant. In this first version of our study, we consider a business process model as a sequence of business goals.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Data structure Definition</head><p>Our framework defines a data structure as a tuple CPM={Σ,Γ ,∆} where:</p><p>-Σ represents the set of business goals involved in the whole configurable business process model, -Γ represents the set of abstract business goals (will be introduced later in this paper) and -∆ represents the possible variants of each business goal that can be a sequence of business goals. Entries of ∆ are presented as:</p><formula xml:id="formula_0">BusinessGoal 1 : BusinessGoal 2 (−BusinessGoal N ) * such that {BusinessGoal 1 , BusinessGoal 2 , ...BusinessGoal N }⊆ Σ ∪ Γ</formula><p>and "BusinessGoal 2 − BusinessGoal 3 " is the sequence between the two business goals (i.e., BusinessGoal 2 and BusinessGoal 3 ). This means that possible variants of BusinessGoal1 are presented as a sequence of other business goals. We call BusinessGoal 1 a variation point and BusinessGoal 2 (−BusinessGoal N ) * a variant.</p><p>The framework should respect a set of constraints/principles to assure that the data structure will remain valid and well-formed after an update operation.</p><p>1. Minimality: Each element of ∆ has to be defined only once and should not be derived from other elements of ∆. 2. Coverage: By necessity and nature, the framework must cover all defined variants. 3. Consistency: Only defined variants should be deduced from the framework.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Maintaining the data structure when adding a new variant</head><p>When building the data structure, we start from a set of variants and we add them, one at a time, assuring that the principles defined previously are not violated. When adding a new variant of a goal, the idea is to check, using matching detection, whether the variant (or parts of it) already exists in the data structure. There are three situations that may occur according to the matching degree between business goals of the new variant and those in the configurable process model.</p><p>1. Perfect match: In this case the current variant to be inserted is entirely found in the current data structure. In such situation there is no action to be taken and the data structure remains as it. 2. No matching: In this case the current variant to be inserted is not found in the current data structure, not even partially. The variant is inserted as follows: all business goals composing the variant are added to Σ and the variant description is added to ∆.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Example: We want to insert the variant</head><formula xml:id="formula_1">A:G-H-I in CP M 1 = {Σ 1 ,Γ 1 ,∆ 1 } where: -Σ 1 = {A, B, C, D, E, F} -Γ 1 ={ } -∆ 1 = {A:B-C, A:F-E, C:D-E} The updated configurable process model is then CP M 1 ={Σ 1 ,Γ 1 ,∆ 1 } where: -Σ 1 = {A, B, C, D, E, F, G,H,I} -Γ 1 ={ } -∆ 1 = {A:B-C, A:F-E, C:D-E, A:</formula><p>G-H-I} Using a tree representation, the variant is inserted as an alternative of the variation point as shown in Fig. <ref type="figure">1</ref> <ref type="foot" target="#foot_0">1</ref> .</p><p>3. Partial match: An intermediary situation is when a partial match occurs between the process variant to be inserted and the current data structure.</p><p>In this case we distinguish two possible situations:</p><p>-The first situation occurs when the new variant has common parts with another variant of the same business goal. A typical example is depicted in Fig. <ref type="figure">2</ref>. This example shows adding the variant A:B-H-I in CP M 1 = {Σ 1 ,Γ 1 ,∆ 1 } where: -The second situation occurs when the new variant has common parts with another variant but not of the same business goal. A typical example is depicted in Fig. <ref type="figure" target="#fig_1">3</ref>. This example shows adding the variant A:D-F in</p><formula xml:id="formula_2">• Σ 1 = {A, B, C, D, E, F, G}</formula><formula xml:id="formula_3">CP M 1 = {Σ 1 ,Γ 1 ,∆ 1 } where: • Σ 1 = {A, B, C, D, E} • Γ 1 ={ } • ∆ 1 = {A:B-C, B:D-E}<label>This</label></formula><p>situation is similar to the second case (no match) and the updated configurable process model is then CP M 1 ={Σ 1 ,Γ 1 ,∆ 1 } where:</p><p>• </p><formula xml:id="formula_4">Σ 1 = {A, B, C, D, E, F} • Γ 1 ={} • ∆ 1 = {A:B-</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion and future work</head><p>Reusing process models is an important concept for Business Process Management because it can decrease the modelling time and reduce the business user's work and risk to make errors.</p><p>Several solutions have been provided for process model reuse. Despite their benefits, they have not yet been adopted to capture configurable process models. This is mainly due to the issues such as the lack of automation support in handling changes (i.e., adding or removing process variants).</p><p>In this thesis we propose a framework for managing configurable process models. It defines a data structure that captures process model variability at the business goal level. We presented a set of principles that the proposed data structure has to comply with and we show how it is maintained when adding a new variant.</p><p>Our work is still in an early stage and continuous improvements are planned as a future work:</p><p>-In the near future, we plan to formally define construction principles. Further construction principles could be considered as well. -A number of maintaining operations have not yet been explored or are still under definition, for example the deletion of a variant. -We intend to investigate and extend this framework in order to consider other block patterns (we have presented only sequence pattern in this paper). -From exploitation point of view, we intend to capture configuration parameters at each variation point. These parameters will help for generating a question flow to assist users in defining their process models. -Our framework is not exclusively designed for managing process variability.</p><p>We plan to experiment our approach in the context of Mashups applications development.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .Fig. 2 .</head><label>12</label><figDesc>Fig. 1. The data structure (-a-) before and (-b-) after the insertion of a variant</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. The insertion of a variant with partial match without introducing an abstract business goal</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">All figures in the paper are following the BPM notation: www.bpmn.org</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This thesis is supervised by Dr. Sami Bhiri from the Service Oriented Architecture Unit, National University of Ireland Galway, Digital Enterprise Research Institute. This work is funded by the Lion II project supported by Science Foundation Ireland under grant number 08/CE/I1380.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m">Process-Aware Information Systems : Bridging People and Software through Process Technology</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Van Der Aalst</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">H</forename><surname>Ter Hofstede</surname></persName>
		</editor>
		<meeting>ess-Aware Information Systems : Bridging People and Software through ess Technology<address><addrLine>Hoboken, NJ</addrLine></address></meeting>
		<imprint>
			<publisher>Wiley-Interscience</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Business Process Management: Concepts, Languages, Architectures</title>
		<author>
			<persName><forename type="first">M</forename><surname>Weske</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Business process management</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Encyclopedia of Database Systems</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Liu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Özsu</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer US</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="289" to="293" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Business process modeling: Perceived benefits</title>
		<author>
			<persName><forename type="first">M</forename><surname>Indulska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Green</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Recker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosemann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>Laender, A.H.F., Castano, S., Dayal, U., Casati, F., de Oliveira, J.P.M.</editor>
		<imprint>
			<biblScope unit="volume">5829</biblScope>
			<biblScope unit="page" from="458" to="471" />
			<date type="published" when="2009">2009</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Multiperspective evaluation of reference models -towards a framework</title>
		<author>
			<persName><forename type="first">P</forename><surname>Fettke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Loos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ER (Workshops</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Jeusfeld</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">O</forename><surname>Pastor</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">2814</biblScope>
			<biblScope unit="page" from="80" to="91" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Business process reference models: Survey and classification</title>
		<author>
			<persName><forename type="first">P</forename><surname>Fettke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Loos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zwicker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Business Process Management Workshops</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Bussler</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Haller</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">3812</biblScope>
			<biblScope unit="page" from="469" to="483" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Classification of reference models: a methodology and its application</title>
		<author>
			<persName><forename type="first">P</forename><surname>Fettke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Loos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Systems and E-Business Management</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="35" to="53" />
			<date type="published" when="2003-01">January 2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">On the discovery of preferred work practice through business process variants</title>
		<author>
			<persName><forename type="first">R</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">W</forename><surname>Sadiq</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Conceptual Modeling -ER 2007, 26th International Conference on Conceptual Modeling</title>
				<meeting>Conceptual Modeling -ER 2007, 26th International Conference on Conceptual Modeling</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="165" to="180" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Towards a formal framework for reuse in business process modeling</title>
		<author>
			<persName><forename type="first">I</forename><surname>Markovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Pereira</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">of proceedings of the Workshop Advances in Semantics for Web services</title>
				<editor>
			<persName><forename type="first">Benatallah</forename><surname>Ter</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Paik</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><forename type="middle">Y</forename></persName>
		</editor>
		<imprint>
			<date type="published" when="2007">2007. semantics4ws. 2007</date>
		</imprint>
	</monogr>
	<note>2nd ed</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m">contained in BPM 2007 Workshops</title>
				<meeting><address><addrLine>Brisbane, Australia</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Verlag</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="484" to="495" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A framework for querying in business process modelling</title>
		<author>
			<persName><forename type="first">I</forename><surname>Markovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Pereira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Stojanovic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Multikonferenz Wirtschaftsinformatik</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Bichler</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Hess</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Krcmar</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">U</forename><surname>Lechner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Matthes</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Picot</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Speitkamp</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Wolf</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin</addrLine></address></meeting>
		<imprint>
			<publisher>GITO-Verlag</publisher>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Adaptive Reference Modeling: Integrating Configurative and Generic Adaptation Techniques for Information Models</title>
		<author>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Delfmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Knackstedt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Reference Modeling</title>
				<imprint>
			<publisher>Physica-Verlag HD</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="27" to="58" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A configurable reference modelling language</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rosemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="23" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Questionnairedriven configuration of reference process models</title>
		<author>
			<persName><forename type="first">La</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Seidel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ter Hofstede</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H M</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th International Conference on Advanced Information Systems Engineering, CAiSE</title>
				<meeting>the 19th International Conference on Advanced Information Systems Engineering, CAiSE</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="424" to="438" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
