<?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">A Framework for Prototyping and Evaluating Self-adaptive Systems -A Research Preview</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Fabian</forename><surname>Kneer</surname></persName>
							<email>fabian.kneer@fh-dortmund.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Dortmund University of Applied Sciences and Arts</orgName>
								<address>
									<addrLine>Emil-Figge-Str. 42</addrLine>
									<postCode>44227</postCode>
									<settlement>Dortmund</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Erik</forename><surname>Kamsties</surname></persName>
							<email>erik.kamsties@fh-dortmund.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Dortmund University of Applied Sciences and Arts</orgName>
								<address>
									<addrLine>Emil-Figge-Str. 42</addrLine>
									<postCode>44227</postCode>
									<settlement>Dortmund</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Framework for Prototyping and Evaluating Self-adaptive Systems -A Research Preview</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">2DC9D432B132A9D8CA6CBEE8CB71C709</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T20:07+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>Self-adaptive systems</term>
					<term>case studies</term>
					<term>experimentation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In the last years, a considerable number of solutions were developed for self-adaptive systems (SAS). These solutions are based on a feedback loop (MAPE loop), but employ different approaches to realize the different facets of the feedback loop. For example, the models used for the analysis step differ (e.g., goalmodels, feature-models). [Question/problem] In order to build a selfadaptive system for a particular application, a researcher or practitioner has not only to implement the application itself, but also the feedback loop. That is, one has first to select an appropriate solution from the literature and second to implement and evaluate the solution in the environment at hand. [Principal ideas/results] The goal of our work is to reduce the effort for developing a SAS by providing a framework for prototyping and evaluation. This framework comprises (1) a set of open source implementations of selected approaches from which an engineer can choose, (2) a case study to execute the implementations, and (3) a set of metrics for data collection during execution.</p><p>[Contribution] The engineer can use the framework as a sandbox to compare several approaches in order to make a more informed decision which approach to choose. Possibly, the prototypical implementation can also be used in the final SAS implementation. This is a research preview that reports first results about the implementation of selected approaches (1), setting up a case study (2), and it outlines concepts regarding evaluation (3).</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>Following the ITU <ref type="bibr" target="#b9">[10]</ref>, the Internet of Things (IoT) is a global infrastructure for the information society, enabling advanced services by interconnecting (physical and virtual) things based on existing and evolving interoperable information and communication technologies. A thing is an object of the physical world (physical things) or the information world (virtual things), which is capable of being identified and integrated into communication networks. A device is a piece of equipment with the mandatory capabilities of communication and the</p><p>Copyright c 2016 for this paper by its authors. Copying permitted for private and academic purposes. optional capabilities of sensing, actuation, data capture, data storage, and data processing. One key concern of systems operating in the IoT is to dynamically adapt to changing environments, due uncertainties during requirements-, design-, and run-time (see <ref type="bibr" target="#b11">[12]</ref>).</p><p>A self-adaptive system (SAS) contains a feedback loop to react on uncertainties in the environment. This loop is called MAPE loop by IBM <ref type="bibr" target="#b6">[7]</ref>: Monitor -Analyze -Plan -Execute. As a first step, a system has to monitor its environment and context with software and hardware agents like sensors. Then this information is filtered until an investigation-relevant phenomenon is detected. The system has to analyze these measured properties to check the effect on the system requirements to verify if a change is required. Next, a plan is generated which describes a reaction strategy on how to solve any potential issues. The last step is to execute the configuration strategy via actuators of the system.</p><p>A considerable number of concepts for self-adaptive systems has been developed. From a practitioner's perspective, open implementations of the MAPE feedback loop for prototyping purposes are missing. This is a show-stopper in practice, as a practitioner would need to work through research papers in order to build such a prototype. A researcher who is interested in the comparison, extension and/or application of existing solutions to a new domain is in a similar situation.</p><p>In this research preview we suggest a prototyping and evaluation framework for self-adaptive systems. The first goal of the framework is to ease the prototyping (and possibly development) of self-configuring systems. For this purpose, the framework offers implementations of selected approaches to SAS based on the MAPE loop (e.g., based on feature models as suggest by Pascual et al. <ref type="bibr" target="#b10">[11]</ref>).</p><p>The second goal of the framework is to ease the evaluation of self-configuring systems, to allow for instance benchmarks between different approaches. For this purpose, the framework provides a case study drawn from the smart city domain, and a set of metrics for evaluation. The framework is able to collect data on a subset of the metrics at runtime about overall quality, effort, and cost.</p><p>The framework can be used in a number of ways on the given case study:</p><p>to understand a particular SAS approach, to optimize the application of an approach, or to compare approaches in a particular target environment.</p><p>The following section reports on the related work regarding frameworks for construction and approaches to evaluation of self-adaptive systems. Section 3 describes the design of our framework for prototyping and evaluation, the current extent of implementation and first experiences. Section 4 outlines the next steps that we scheduled to complete the framework, and Section 5 concludes the paper by describing one envisioned application scenario in more detail.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>This section presents previous approaches to prototyping and evaluation of selfadaptive systems. Several implementations of the MAPE loop have been pub-lished <ref type="bibr" target="#b4">[5]</ref>. IBM's Autonomic Computing Toolkit<ref type="foot" target="#foot_0">1</ref> was introduced in 2004. The toolkit provides a practical framework and reference implementation for incorporating autonomic capabilities into software systems <ref type="bibr" target="#b4">[5]</ref>. A so-called autonomic manager can be build with the toolkit, which is a prototype of the MAPE loop and can be used for analyzing logs of a managed application.</p><p>With respect to evaluation, metrics have been published. Some authors proposed metrics to compare SAS, for example McCann et al. <ref type="bibr" target="#b8">[9]</ref>: (1a) Quality of Service, (b) Cost, (c) Granularity/Flexibility, (d) Failure avoidance (Robustness), (e) Degree of Autonomy, (f) Adaptivity, (g) Time to adapt and (h) Reaction Time, (i) Sensitivity and (j) Stabilization.</p><p>Gjorven et al. <ref type="bibr" target="#b3">[4]</ref> view adaption as a service which results in the metric Quality of Adaption (QoA). The authors defined the following properties that describe the QoA, (2a) safe adaption, (b) secure adaption, (c) optimal adaption, (d) cost of adaption, (e) performance of adaption and (f) human in the loop.</p><p>We surveyed the literature on metrics that are actually used to evaluate selfadaptive and self-configuring systems and identified the following metrics: (3) the number of needed reconfigurations vs optimal number of reconfigurations, (4) resource usage (a) power consumption, (b) memory size, (c) execution time of the optimization process or parts like initializations, (5) average satisfaction of elements over a time interval, (6) impact on the target system (a) average lines of code per module that must be change (b) average response time of the target system.</p><p>We observed that an approach is validated with an average of two metrics out of the list above. Furthermore, the different approaches vary in the chosen metrics. These facts make it difficult or even impossible to compare current approaches given the information provided in the publications.</p><p>Our framework follows previous work in that it supports to build a SAS. The difference lies in our goal also to evaluate and compare competing solutions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Design and Implementation of the Framework</head><p>The framework bases on experiences we made with the implementation of a goaloriented (i*-based) approach to self-adaptive systems <ref type="bibr" target="#b5">[6]</ref>. We developed a generalized architecture for prototyping SAS in the spirit of a software product-line (SPL), by an analysis of commonalities and differences of approaches suggested for SAS. We implemented a feature-orientated approach (Pascual et al. <ref type="bibr" target="#b10">[11]</ref>) to validate the initial architecture of the prototyping framework. The details of the design, implementation, and first experiences are described in the remainder of this section.</p><p>Design. Three important paradigms for self-configuring and adaptive systems can be distinguished:</p><p>-Goal Oriented Approaches e.g. Zanshin from Mylopoulos et al. <ref type="bibr" target="#b12">[13]</ref> -Dynamic Decision Networks by Bencomo et al. <ref type="bibr" target="#b1">[2]</ref> -Feature Models e.g. by Garcia-Galan et al. <ref type="bibr" target="#b2">[3]</ref> or Pascual et al. <ref type="bibr" target="#b10">[11]</ref> The focus of these approaches mostly lies on a better reconfiguration of the system and also on a better decision about the need of a new configuration. This means to identify the best configuration for the current system situation.</p><p>The largest commonality is the architecture of the approaches to self-adaptive systems that we currently analyzed. All of them are based on a feedback loop (MAPE) that consists of the parts monitor (monitoring configuration), analyze (on a Requirements model), plan (decision algorithm &amp; decision model or elements) and execute. The differences are in the way in which the different activities of the MAPE feedback cycle are carried out:</p><p>1. An indicator for an adaption can be Quality of Service for service-oriented systems or a variable (input, output, parameter) for embedded systems. 2. A monitor configuration can be a simple event-condition-action (ECA), an assertion, or a domain assumption. A monitor configuration describes a fact of the running systems that should be monitored because it can lead to a reconfiguration or adaption. 3. Different models are used for the analyze activity such as goal models or feature models. These models allow to represent requirements with alternative realization strategies. 4. The decision making is based on quality values for different realization strategies. For example in goal models, softgoals and contribution links are used to compute quality values, which in turn are used generate a reconfiguration plan.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">The reconfiguration plan can be to increase or decrease values of variables</head><p>or activate or deactivate components, modules, or functions.</p><p>The implementation of the framework presented in the following section is based on this analysis of commonalities and differences.</p><p>Implementation. The prototyping framework is implemented in the Python programming language as this language allows for a wide range of deployments and is frequently used for prototyping (yet not limited to that purpose). The framework contains components to implement the different activities of the MAPE loop as well as further functions that are needed to build and run an adaptive system.</p><p>Fig. <ref type="figure" target="#fig_0">1</ref> shows the concept of the prototyping framework. Fundamentally, we separate development time and runtime artifacts. The development time artifacts represent additional aspects to be captured in the requirements phase. Runtime artifacts are components required to build the SAS. To easy prototyping, some runtime artifacts are generated from the development time artifacts. This process is described in more detail in the subsection "Generator" on Page 6.</p><p>We start the detailed discussion of the framework with the development time artifacts. Self-configuring Requirements are requirements with changing indicator values and also a status label that shows if the requirements is active or disabled for a system situation. Indicators are measurable elements that are gathered by hardware agents or software agents depending on the system. A Monitor Configuration describe how an indicator is measured and how an assured element change if the indicator change. A simple example is if the WLAN connection (indicator) of a system fails a realization strategy that needs this connection must be disabled. A Requirements Model contains the different realization strategies of a system. The model must be validated to verify that a configuration for a given situation is valid or an adaption has to be performed. The implementation of a Validation Algorithm differs because of the previous mentioned different requirements models. The last component of the framework is a Decision Model, which is used to find the best configuration for the current system situation. It contains all information to compute the value for a realization strategy. The computing is done by the Decision Algorithm. The result of the decision algorithm is a reconfiguration plan for the application. The prototyping framework provides a set of components from which can be chosen to develop a self-adaptive system. At the time of writing it contains a feature-oriented approach with utility functions to compute a configuration with a genetic algorithm (see Pascual et al. <ref type="bibr" target="#b10">[11]</ref>).</p><p>The framework can be populated with further approaches. In order to give an impression of the required effort, we provide programming effort data of the feature-oriented approach mentioned above. The extension has taken about 3 man-week's and 1500 LoC: Generator. In order to ease the development of a prototype, a self-adaptive system is partially generated. That is, during development time (see upper part of Fig. <ref type="figure" target="#fig_0">1</ref>), only the essential information for building the SAS is specified by the user. When using the feature-oriented approach this is: indicators (variables of the systems with a type), a feature model (different features of the systems and variation points), ECA rules (indicator change event, boolean condition, change action on a element, e.g. feature), utility function (table with utility values of the different variations of the feature model).</p><p>Probes for an application and the whole self-configuring framework (with integrated MAPE loop), see bottom part Fig. <ref type="figure" target="#fig_0">1</ref> can now be generated out of a specification. The indicators are used to generate probes for an application. These probes are used by the self-configuring framework to monitor the indicators and check the related ECA rules. The ECA description is used to generate the rules of the ECA rule engine. An application that include the generated probes can use the self-configuring systems to adapt the behavior to the changing context.</p><p>If the specification changes because new elements like indicators, ECA rules, features or utility elements are added or elements are refined for example an ECA rule change, only the generation process is re-triggered and the new prototype can be used for the system which contains the probes. Further details about the generator concept are given in <ref type="bibr" target="#b7">[8]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Roadmap</head><p>The next steps on our roadmap to complete the framework are described in the following.</p><p>Extension of Framework. Our next step is to re-implement our goal-oriented approach to self-adaptive systems based on i* described in <ref type="bibr" target="#b5">[6]</ref>. This will allow for comparisons which are not possible at the time of writing.</p><p>Case Study. Within the Internet of Things, we have identified smart cities as an interesting domain for a case study. It is accessible to many readers, it is complex, and comprises many different facets. A hardware demonstrator of a smart public lighting systems is under development that includes dynamic street lights which adapt there light color and light intensity to its environment and also communicate with other systems for example to display free parking-lots in navigation systems.</p><p>Evaluation. A component for logging and monitoring metrics is under development. Given the overall structure of our framework shown in Fig. <ref type="figure" target="#fig_0">1</ref>, the data on the following metrics can be automatically collected:</p><p>-Cost: Some possible indicators are memory size, CPU or power consumption.</p><p>-Failure Avoidance: how much time elapse until a failure is fixed.</p><p>-Human in the loop/ Degree of Autonomy : count of the interaction with a user over a specified time interval. -Optimal Adaption: collect the satisfaction of configurations and count of adaptations during a specified time interval. Build the average of these values and compare the values with a defined ideal state. -Adaption/ Reaction Time: execution time of an adaption process.</p><p>-Safe Adaption: count of failures (e.g. real-time constrains of an embedded system) that are produced because of an adaption. -Stabilization: that is the time taken from a change in the systems environment to stabilize the operations of a system.</p><p>The evaluation is limited to the metrics that can be captured at runtime.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Envisioned Usage of Framework</head><p>Under the assumption that a researcher has developed a SAS prototype (using feature models, ECAs, and a utility function as described before), we sketch in this section a scenario for evaluation.</p><p>Measurement is an established discipline in software engineering and there is a large consensus that measurement has to conducted in an goal-oriented fashion. The Goal-Question-Metric paradigm <ref type="bibr" target="#b0">[1]</ref> is one approach to systematically derive metrics from measurement goals.</p><p>A goal for a researcher could be to analyze the decision process of the MAPE loop for the purpose to understand with the focus on performance of the decision process from the perspective of a researcher in the context of an SAS implementation on a Raspberry Pi. Following the GQM approach, questions are derived to capture quality factors and factors that are hypothesized to influence the quality factors. Questions are further refined into metrics. Table <ref type="table">1</ref> shows a possible GQM measurement model for this evaluation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion</head><p>In this research preview we outlined a prototyping and evaluation framework for self-adaptive systems (SAS) and sketched its application. The architecture of the framework is based on the MAPE loop and it will offer a number of components implementing different approaches to SAS.</p><p>One major benefit of the framework is to ease the development of selfadaptive systems by a code generator and components that can be used out</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Prototyping and Evaluation Framework</figDesc><graphic coords="5,134.77,307.27,345.83,147.84" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>-</head><label></label><figDesc>ECA's are used for monitoring the system (400 LoC 3-4 Days) -Feature model is used as requirements model and representation of alternative realization strategies (600 LoC 3-5 days) -Utility Table and -function are used to compute a configuration (200 LoC 3 Days) -A genetic algorithm is used to choose the "best" configuration (100 LoC 2 Days) -Configuration example (150 LoC 1/2 day) -Simple Specification (1 textual requirement and feature model with 19 features) (200 LoC 1/2 day)</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Autonomic Computing Toolkit Home page: http://www.ibm.com/developerworks/ autonomic/r3/overview.html</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Goal</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>G1</head><p>Understand the performance of decision process. of the box. That is, the user of the framework is able to focus on the application itself and on the definition of the adaptation requirements in the selected formalism (e.g., feature models or goal models). The framework may also serve as a basis for 3rd party implementations.</p><p>The other major benefit is to provide a common basis for evaluation of approaches to SAS. For this purpose, a component is currently added the framework that automates data collection at execution time. The metrics that could be collected with the help of the framework were outlined.</p><p>As this paper is a research preview we have not paid much attention to validation. Yet, one major question to answer is how much effort the framework actually saves in prototyping a SAS.</p><p>Finally, we believe that commonly available, open-source implementations of self-adaptive systems help to promote the field. Therefore, it is planed to make the framework open source and publicly available using GitHub, when it has passed a first validation.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The Goal Question Metric Approach</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">R</forename><surname>Basili</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Caldiera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">D</forename><surname>Rombach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Encyclopedia of Software Engineering</title>
				<imprint>
			<publisher>Wiley</publisher>
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Supporting Decision-Making for Self-Adaptive Systems: From Goal Models to Dynamic Decision Networks</title>
		<author>
			<persName><forename type="first">N</forename><surname>Bencomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Belaggoun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Requirements Engineering: Foundation for Software Quality</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Doerr</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Opdahl</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">7830</biblScope>
			<biblScope unit="page" from="221" to="236" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">User-centric adaptation of multi-tenant services: preference-based analysis for service reconfiguration</title>
		<author>
			<persName><forename type="first">J</forename><surname>García-Galán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pasquale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Trinidad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">R</forename><surname>Cortés</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">9th International Symposium on Software Engineering for Adaptive and Self-Managing Systems, SEAMS 2014, Proceedings</title>
				<meeting><address><addrLine>Hyderabad, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">June 2-3, 2014. 2014</date>
			<biblScope unit="page" from="65" to="74" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Quality of Adaptation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Gjorven</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Eliassen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICAS &apos;06. 2006 International Conference on</title>
				<imprint>
			<date type="published" when="2006">2006. 2006</date>
			<biblScope unit="page" from="9" to="9" />
		</imprint>
	</monogr>
	<note>Autonomic and Autonomous Systems</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A Survey of Autonomic Computing -Degrees, Models, and Applications</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Huebscher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Mccann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Comput. Surv</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">28</biblScope>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Feedback-Aware Requirements Documents for Smart Devices</title>
		<author>
			<persName><forename type="first">E</forename><surname>Kamsties</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Kneer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Voelter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Igel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Kolb</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Requirements Engineering: Foundation for Software Quality</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">C</forename><surname>Salinesi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><surname>Weerd</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">8396</biblScope>
			<biblScope unit="page" from="119" to="134" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The Vision of Autonomic Computing</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">O</forename><surname>Kephart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>Chess</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="41" to="50" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Model-based Generation of a Requirements Monitor</title>
		<author>
			<persName><forename type="first">F</forename><surname>Kneer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Kamsties</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Joint Proceedings of REFSQ-2015 Workshops, Research Method Track, and Poster Track co-located with the 21st International Conference on Requirements Engineering: Foundation for Software Quality (REFSQ 2015)</title>
				<meeting><address><addrLine>Essen, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015-03-23">March 23, 2015. 2015</date>
			<biblScope unit="page" from="156" to="170" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Evaluation Issues in Autonomic Computing</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mccann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Huebscher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Grid and Cooperative Computing -GCC 2004 Work</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">H</forename><surname>Jin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>Pan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Xiao</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">3252</biblScope>
			<biblScope unit="page" from="597" to="608" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Overview of the Internet of things</title>
	</analytic>
	<monogr>
		<title level="j">IUT-T Y</title>
		<imprint>
			<date type="published" when="2012">2060. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Run-time adaptation of mobile applications using genetic algorithms</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">G</forename><surname>Pascual</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pinto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Fuentes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Symposium on Software Engineering for Adaptive and Self-Managing Systems, SEAMS 2013</title>
				<meeting>the 8th International Symposium on Software Engineering for Adaptive and Self-Managing Systems, SEAMS 2013<address><addrLine>San Francisco, CA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">May 20-21, 2013. 2013</date>
			<biblScope unit="page" from="73" to="82" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A taxonomy of uncertainty for dynamically adaptive systems</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ramirez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jensen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Cheng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Software Engineering for Adaptive and Self-Managing Systems (SEAMS), 2012 ICSE Workshop on</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="99" to="108" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Awareness Requirements for Adaptive Systems</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">E</forename><surname>Silva Souza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lapouchnian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">N</forename><surname>Robinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th International Symposium on Software Engineering for Adaptive and Self-Managing Systems. SEAMS &apos;11</title>
				<meeting>the 6th International Symposium on Software Engineering for Adaptive and Self-Managing Systems. SEAMS &apos;11<address><addrLine>Waikiki, Honolulu, HI, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="60" to="69" />
		</imprint>
	</monogr>
</biblStruct>

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