From 916afee872f4e19d608ae218812f221edf57eb2f Mon Sep 17 00:00:00 2001
From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de>
Date: Wed, 29 May 2013 12:32:18 +0000
Subject: [PATCH] meta-model change (multiple objective specifications)

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11804 9e42b895-fcda-4063-8a3b-11be15eb1bbd
---
 Examples/SEAMS_Case_Study/pushpull.adaptation | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Examples/SEAMS_Case_Study/pushpull.adaptation b/Examples/SEAMS_Case_Study/pushpull.adaptation
index 6d7480b7..35ac7935 100644
--- a/Examples/SEAMS_Case_Study/pushpull.adaptation
+++ b/Examples/SEAMS_Case_Study/pushpull.adaptation
@@ -117,11 +117,17 @@
       <specification value="500.0" relationalOperator="LESS">
         <metricType href="simucomresults.perfdatarepo#3"/>
       </specification>
+      <specification value="500.0" relationalOperator="LESS">
+        <metricType href="simucomresults.perfdatarepo#4"/>
+      </specification>
     </objectives>
     <objectives id="_G-ctoKaGEeKsaqdh-1smGw" name="OptimizeResourceEfficiency">
       <specification value="5.0" relationalOperator="GREATER">
         <metricType href="simucomresults.perfdatarepo#2"/>
       </specification>
+      <specification value="85.0" relationalOperator="LESS">
+        <metricType href="simucomresults.perfdatarepo#2"/>
+      </specification>
     </objectives>
   </goal>
 </adaptation:AdaptationProcess>
-- 
GitLab