<?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">Support for Evaluation of Impact Models in Reuse Hierarchies with jUCMNav and TouchCORE</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Romain</forename><surname>Alexandre</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Cécile</forename><surname>Camillieri</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Mustafa</forename><forename type="middle">Berk</forename><surname>Duran</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Department of Electrical and Computer Engineering</orgName>
								<orgName type="institution">McGill University</orgName>
								<address>
									<settlement>Montreal</settlement>
									<region>QC</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Aldo</forename><forename type="middle">Navea</forename><surname>Pina</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Department of Electrical and Computer Engineering</orgName>
								<orgName type="institution">McGill University</orgName>
								<address>
									<settlement>Montreal</settlement>
									<region>QC</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Matthias</forename><surname>Schöttle</surname></persName>
							<email>matthias.schoettle@mail.mcgill.ca</email>
							<affiliation key="aff2">
								<orgName type="department">School of Computer Science</orgName>
								<orgName type="institution">McGill University</orgName>
								<address>
									<settlement>Montreal</settlement>
									<region>QC</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jörg</forename><surname>Kienzle</surname></persName>
							<email>joerg.kienzle@mcgill.ca</email>
							<affiliation key="aff2">
								<orgName type="department">School of Computer Science</orgName>
								<orgName type="institution">McGill University</orgName>
								<address>
									<settlement>Montreal</settlement>
									<region>QC</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gunter</forename><surname>Mussbacher</surname></persName>
							<email>gunter.mussbacher@mcgill.ca</email>
							<affiliation key="aff1">
								<orgName type="department">Department of Electrical and Computer Engineering</orgName>
								<orgName type="institution">McGill University</orgName>
								<address>
									<settlement>Montreal</settlement>
									<region>QC</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">⇤ Polytech Nice Sophia</orgName>
								<orgName type="institution" key="instit2">Université de Nice</orgName>
								<address>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Support for Evaluation of Impact Models in Reuse Hierarchies with jUCMNav and TouchCORE</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">2AB473A9CA7C65E52B21C5B5ACBDE71D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T14:23+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In Concern-Orientation, software systems are built with the help of reusable artifacts called concerns, leading to reuse hierarchies, because higher-level concerns may reuse lower-level concerns. At each level in the reuse hierarchy, a concern uses goal modelling techniques to describe the impact of selected variations from the concern on system qualities such as performance, cost, and user convenience. To reason about trade-offs among system qualities in the whole system, the individual goal models from all levels in the reuse hierarchy have to be considered together. This requires the ability to select variations from different levels in the reuse hierarchy, to connect impacts from lower levels to those at higher levels, and eventually to propagate the evaluation of lower-level goal models to higher-level goal models based on the selection of variations. This tool demonstration reports on such an evaluation mechanism for two tools that provide integrated support for Concern-Orientation: the requirements engineering tool jUCMNav and the software design tool TouchCORE.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>Model-Driven Engineering (MDE) advocates the use of different modelling formalisms during software development, so that the most appropriate modelling notation at the right level of abstraction can be chosen to describe and reason about the system under development. In Concern-Orientation, software systems are built with reusable artifacts called concerns. A concern is a new model-based unit of reuse encapsulating software artifacts pertaining to a domain of interest that span multiple development phases and levels of abstraction <ref type="bibr" target="#b0">[1]</ref>. Hence, various modelling notations are used to describe a concern covering structural, behavioural, and other properties as required by the domain of interest. However, a concern always uses (i) feature models <ref type="bibr" target="#b1">[2]</ref> to capture the reusable variants/solutions provided by the concern and (ii) impact models to capture the impact of a selection of features on system qualities.</p><p>This tool demonstration focuses on the impact models of concerns, which are based on goal modelling technology <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b4">[5]</ref> and depend on the selection of features. A different feature selection may result in drastically different impacts on system qualities. Concern-Orientation aims to address a shortcoming of popular reusable artifacts, such as Java libraries or components, which excel in defining an API or required/provided interfaces that allow the reusable artifact to be used, but fail when it comes to describing which reusable artifact should be chosen over another reusable artifact. A developer typically has to discover the advantages and disadvantages of candidate reusable artifacts by going through documentation, blogs, and tutorials. In Concern-Orientation, this knowledge is captured in the impact model of a concern.</p><p>Concern-Orientation advocates the reuse of smaller, lowerlevel concerns to build larger, higher-level concerns leading to a reuse hierarchy consisting of concerns differing in size, abstraction level, and complexity. When a concern is reused, the impacts of selected features on system qualities must consequently be connected to the impacts of the reusing concern, so that eventually the whole system can be analyzed. The connected impacts must allow for the propagation of evaluation values from lower-level goal models to higherlevel goal models based on the selection of variations from different levels in the reuse hierarchy. This tool demonstration reports on such an evaluation mechanism in the requirements engineering tool jUCMNav <ref type="bibr" target="#b5">[6]</ref> and the software design tool TouchCORE <ref type="bibr" target="#b6">[7]</ref>. Both tools provide integrated support for Concern-Orientation based on a common metamodel <ref type="bibr" target="#b7">[8]</ref>. Out of the many tool demonstrations for jUCMNav, TouchCORE, and its predecessor TouchRAM, there are three demonstrations that are most relevant to this demonstration. At RE 2014, combined reasoning of goal and feature models was presented with jUCMNav <ref type="bibr" target="#b8">[9]</ref>. At MODELS 2014, a demonstration showcased how jUCMNav and TouchRAM have been integrated to provide initial support for Concern-Orientation <ref type="bibr" target="#b7">[8]</ref>. At Modularity 2015, the TouchCORE tool was demoed for the first time, focusing on feature modelling and traceability in the context of Concern-Orientation <ref type="bibr" target="#b9">[10]</ref>. However, the evaluation of impact models across levels in reuse hierarchies, i.e., across concern boundaries, has not been demonstrated before.</p><p>Section II gives a brief overview of the evaluation of goal models and outlines which challenges need to be addressed for the evaluation of goal models in reuse hierarchies. Section III describes the required changes to the jUCMNav and TouchCORE tools in support of goal model evaluation in reuse hierarchies, while the last section concludes the paper and discusses future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. SHORTCOMINGS OF PROPAGATION-BASED EVALUATION OF GOAL MODELS</head><p>Goal modelling notations such as the NFR Framework <ref type="bibr" target="#b2">[3]</ref>, the Goal-oriented Requirement Language (GRL), which is part of the User Requirements Notation <ref type="bibr" target="#b3">[4]</ref>, or i* <ref type="bibr" target="#b4">[5]</ref> support reasoning about goals and system qualities through propagationbased evaluation mechanisms. Such evaluation mechanisms propagate user-defined initial satisfaction values from lowerlevel goal model elements-typically leaf nodes-to those of higher-level goal model elements. Both jUCMNav and TouchCORE use goal modelling technology based on GRL. In the context of Concern-Orientation, lower-level goal model elements are typically features of the concern (i.e., the different variations offered by the concern) and higher-level goal model elements describe system qualities. Furthermore, the initial satisfaction value of a feature is either the minimum possible (i.e., 0 in our case) if the feature is not selected and the maximum possible (i.e., 100 in our case) if the feature is selected.</p><p>There are three challenges that need to be addressed to enable propagation-based evaluation across concern boundaries in a reuse hierarchy.</p><p>a) Distributed Impact Models: Existing propagationbased evaluation mechanisms assume that a goal model is contained in one module and not distributed over the impact models of several reusable concerns. Using existing goal modelling concepts, one could theoretically create a single, monolithic impact model that contains the individual impact models from all levels in the reuse hierarchy. While this would defeat the purpose of having multiple, reusable modules in the first place, there is a second reason why this is problematic. This monolithic impact model would have to be able to dynamically discount impacts from lower-level concerns, if the feature that is reusing the lower-level concern is currently not selected. This is not easily possible with standard goal modelling concepts. We therefore introduced a new goal modelling element called the Feature Impact Node <ref type="bibr" target="#b10">[11]</ref>, which aggregates the impacts of reused concerns and the reusing feature, takes into account whether the reusing feature is selected or not to actually propagate upwards its satisfaction value, and still respects concern boundaries. An improved evaluation mechanism for Concern-Orientation has to properly take into account Feature Impact Nodes.</p><p>b) Distributed Specification of Initial Satisfaction Values:  At the time Authorization reuses Authentication, the developer of Authorization cannot fully select all necessary features in Authentication. For example, the Password feature and the Facial Recognition feature both work for what Authorization wants to accomplish, but their impacts on system qualities cause the first selection to be preferable if cost is an issue and the other selection to be preferable if tighter security is an issue. However, the developer of Authorization is not in a position to make this decision, because this depends on the context of whoever is going to reuse Authorization (i.e., only the developer of the Bank in our case can determine that). Therefore, the developer of Authorization will only make a partial selection of features in Authentication and leave some features open to be selected by the developer of the Bank (i.e., the developer of Authorization is delaying some decisions to whoever is going to reuse Authorization).</p><p>In Fig. <ref type="figure" target="#fig_0">1</ref>, the checkmarks indicate that the developer of Authorization selected the Access Blocking and Auto Logoff features from the Authentication concern, because the developer deemed them to be absolutely necessary for the purposes of Authorization. This decision may be debatable, but serves to illustrate a point with the example. The up arrows, on the other hand, indicate those feature that can still be selected by the developer of the Bank. Remember that feature selections are inputs to the impact model, which contain features as leaf nodes. Consequently, the user-defined initial satisfaction values corresponding to the selection of features are distributed over several concerns. Existing propagation-based evaluation mechanisms assume that this is not the case. To address this issue, we introduced the ability to specify a partial set of initial satisfaction values <ref type="bibr" target="#b10">[11]</ref>. An improved evaluation mechanism for Concern-Orientation has to combine these partial sets into one set for each impact model before performing the evaluation of the impact model in the reuse hierarchy. For the NFR Framework, GRL, and i*, three types of contribution values are known: qualitative, quantitative, and real-life values. Qualitative values are too imprecise for use in Concern-Orientation, because they only differentiate features by limited shades of negative and positive contributions. Quantitative values are from a specific range (typically [-100,100]). In the context of Concern-Orientation, they are difficult to use, because one has to assume that many developers will build reusable concerns. If a developer of Concern A describes the impact on a system quality as 75 out of [-100,100] and a developer of Concern B describes the impact on the same system quality as 90 out of [-100,100], then there has to be an implicit understanding what these numbers mean. If not, the two concerns cannot be reused together, because the inconsistency in the contribution values would render the impact model analysis useless. Given that impacts need to be specified to vague system qualities such as user convenience, usability, or security, it is unlikely that such an understanding exists. The third option (real-life values) addresses this issue, because actual measurements from real-life are taken to characterize the impact on a system quality. While this addresses the inconsistency issue, it is not necessarily easy or cost-effective to capture such measurements. Therefore, we have devised a way to use relative contribution values <ref type="bibr" target="#b11">[12]</ref>. This allows each developer to specify contribution values relative to all locally known impacts on a system quality. Furthermore, an improved evaluation mechanism for Concern-Orientation has to ensure that the satisfaction values, which are derived from the relative contribution values, are normalized to the [0,100] range, thus enabling the composition of impact models from different concerns. In addition, the normalization has to take constraints among impact model elements into account <ref type="bibr" target="#b11">[12]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. EVALUATION IN REUSE HIERARCHIES WITH</head><p>JUCMNAV AND TOUCHCORE jUCMNav is a requirements engineering tool that already offers significant support for the evaluation of impact models, but until now had little support for model reuse. TouchCORE, on the other hand, is a software design tool that is predominantly built in support of model-based reuse, and until now had no support for goal-oriented modelling. Consequently, different functionality had to be added to the tools to support distributed impact models, distributed specification of initial satisfaction values, and relative contribution values.</p><p>In the TouchCORE tool, support for impact modelling was implemented from scratch, taking best practices from GRL into account (e.g., a clear distinction between the impact model definition for a concern and views of those definitions, allowing the same impact model element to be shared among views focusing on one high-level system quality at a time). Fig. <ref type="figure" target="#fig_2">2</ref> depicts an impact model for improving the security of the Bank concern as defined in the TouchCORE tool. The contributions are defined with relative values and four new Feature Impact Nodes (FINs) are used in the impact model. Each FIN is related to exactly one feature of the Bank concern as shown in the top row of the FIN. Each additional row of a FIN represents a reused impact model element from another concern. The numbers in each row describe the relative impact of the reused impact model elements and the feature itself.</p><p>In jUCMNav, the concept of a Reuse Link was introduced to allow impact model elements from a reusable concern to be used in the impact model of the reusing concern. A Reuse Link is illustrated as a dashed arrow in Fig. <ref type="figure" target="#fig_3">3</ref>, which shows the same impact model from Fig. <ref type="figure" target="#fig_2">2</ref> as it is visualized in the jUCMNav tool. Note how each FIN is not represented with a rectangle as in TouchCORE, but is visualized with goal model elements that are already supported by jUCMNav (the representation used by TouchCORE may also be implemented for jUCMNav in the future). For example, the two goals The evaluation of impact models in a reuse hierarchy uses an algorithm that starts at the topmost impact model and then recursively evaluates all impact models of reused elements before evaluating the impact model with the reused elements. Feature selections from various levels in the reuse hierarchy are combined as needed. Fig. <ref type="figure" target="#fig_3">3</ref> shows the result of an evaluation of impact models in a reuse hierarchy with the contribution values as well as satisfaction values after normalization (e.g., the 1 and 10 from the Internet Banking Interaction FIN in Fig. <ref type="figure" target="#fig_2">2</ref> are translated into a 9 and 91 on the [0,100] scale in Fig. <ref type="figure" target="#fig_3">3</ref>).</p><p>For the normalization of satisfaction values calculated with relative contribution values, the improved evaluation mechanism needs to check whether any constraints among features are violated given a specific feature selection. This is accomplished with the help of the FAMILIAR tool <ref type="bibr" target="#b12">[13]</ref> <ref type="bibr" target="#b13">[14]</ref>, which uses a SAT solver to verify whether constraints in a feature model are violated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. CONCLUSION</head><p>This tool demonstration showcases support for the evaluation of impact models of reusable concerns in a reuse hierarchy in two tools: jUCMNav-a requirements engineering tool with a long history in goal-based modelling, and TouchCOREa software design tool with a long history in model-based reuse. In Concern-Orientation, the impact of a concern's features on system qualities is captured in a specialized goal model called impact model. With the new support, it is now possible to evaluate the combined impact of all concerns in a reuse hierarchy to enable system-wide trade-off analysis of candidate feature selections across concern boundaries. This is an improvement over existing propagation-based evaluation mechanisms for goal models, which typically assume a monolithic goal model with a centralized specification of initial satisfaction values. In addition, it is now possible to specify relative contribution values in impact models. In the future, we will consider extending impact models (i) with other goal modelling concepts such as actor (for the modelling of intentions of stakeholders) and indicator (for the modelling of real-life measurements) and (ii) with better support for taking contextual information from the reusing concern into account in the impact model of the reused concern.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1</head><label>1</label><figDesc>combines three levels of concerns in a reuse hierarchy into one feature model. At the top, the features of a Bank concern are shown with white background. Directed dotted arrows in the feature model indicate the reuse of a concern. The Authorization concern is reused in total three times: by the Internet Banking Interaction feature, the ATM Interaction feature, and the Vault feature. In addition, the Camera and Sensor concerns are also reused by the Vault feature. The Authorization, Camera, and Sensor concerns are hence at the second level in the reuse hierarchy. The Authorization concern itself reuses the Authentication concern, i.e., Authentication is</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. Combined Feature Model of Reuse Hierarchy with Three Levels of Concerns (Dynamically Visualized with TouchCORE)</figDesc><graphic coords="2,311.98,50.55,251.05,175.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 .</head><label>2</label><figDesc>Figure 2. Reuse of Impact Model Elements in TouchCORE</figDesc><graphic coords="3,56.68,50.54,498.64,164.52" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 .</head><label>3</label><figDesc>Figure 3. Evaluation of Impact Models with Reuse Hierarchy in jUCMNav</figDesc><graphic coords="4,57.58,51.55,496.80,164.19" type="bitmap" /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Concern-Oriented Software Design</title>
		<author>
			<persName><forename type="first">O</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kienzle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mussbacher</surname></persName>
		</author>
		<editor>MODELS</editor>
		<imprint>
			<date type="published" when="2013">2013. 2013</date>
			<publisher>Springer</publisher>
			<biblScope unit="page" from="604" to="621" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Featureoriented domain analysis (FODA) feasibility study</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Novak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Peterson</surname></persName>
		</author>
		<idno>CMU/SEI-90-TR-21</idno>
		<imprint>
			<date type="published" when="1990-11">November 1990</date>
		</imprint>
		<respStmt>
			<orgName>SEI, CMU</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tech. Rep.</note>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Chung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">A</forename><surname>Nixon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</author>
		<title level="m">Non-Functional Requirements in Software Engineering</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m">User Requirements Notation (URN) -Language Definition</title>
				<meeting><address><addrLine>ITU-T)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012-10-12">10/12. October 2012</date>
		</imprint>
		<respStmt>
			<orgName>International Telecommunication Union</orgName>
		</respStmt>
	</monogr>
	<note>Recommendation Z.151. approved</note>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Modelling strategic relationships for process reengineering</title>
		<author>
			<persName><forename type="first">E</forename><surname>Yu</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
		<respStmt>
			<orgName>Department of Computer Science, University of Toronto</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="http://jucmnav.softwareengineering.ca/" />
		<title level="m">jUCMNav Tool</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<ptr target="http://touchcore.cs.mcgill.ca/" />
		<title level="m">TouchCORE Tool</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Concern-Driven Software Development with jUCMNav and TouchRAM</title>
		<author>
			<persName><forename type="first">N</forename><surname>Thimmegowda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schöttle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Al Abed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Di'meco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martellotto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mussbacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kienzle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Demonstrations Track of the International Conference on Model Driven Engineering Languages and Systems</title>
				<meeting>the Demonstrations Track of the International Conference on Model Driven Engineering Languages and Systems<address><addrLine>MODELS</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014-10">2014. October 2014</date>
			<biblScope unit="volume">1255</biblScope>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
	<note>CEUR Workshop Proceedings</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Combined goal and feature model reasoning with the user requirements notation and jucmnav</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Yin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mussbacher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Requirements Engineering Conference (RE)</title>
				<imprint>
			<date type="published" when="2014-08">2014. Aug 2014</date>
			<biblScope unit="page" from="321" to="322" />
		</imprint>
	</monogr>
	<note>IEEE 22nd International</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Feature modelling and traceability for concern-driven software development with TouchCORE</title>
		<author>
			<persName><forename type="first">M</forename><surname>Schöttle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Thimmegowda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kienzle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mussbacher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Companion Proceedings of MODULARITY 2015</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="11" to="14" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Evaluation of Reusable Concern-Oriented Goal Models</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">B</forename><surname>Duran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Navea</forename><surname>Pina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mussbacher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Model-Driven Requirements Engineering</title>
				<imprint>
			<publisher>MoDRE</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">On the Reuse of Goal Models</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">B</forename><surname>Duran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mussbacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Thimmegowda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kienzle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SDL Forum&apos;15</title>
				<imprint>
			<date type="published" when="2015-10">October 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Familiar: A domainspecific language for large scale management of feature models</title>
		<author>
			<persName><forename type="first">M</forename><surname>Acher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Collet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Lahire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>France</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Science of Computer Programming (SCP)</title>
		<imprint>
			<biblScope unit="volume">78</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="657" to="681" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<ptr target="http://familiar-project.github.io/" />
		<title level="m">FAMILIAR Tool</title>
				<imprint/>
	</monogr>
</biblStruct>

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