From 83590f3e7dd1a3f5fb5c0440e2d0c904d0818c67 Mon Sep 17 00:00:00 2001
From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de>
Date: Tue, 4 Jun 2013 14:18:32 +0000
Subject: [PATCH] added weightedsum

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

diff --git a/Examples/SEAMS_Case_Study/pushpull.adaptation b/Examples/SEAMS_Case_Study/pushpull.adaptation
index db8fe364..6e327fad 100644
--- a/Examples/SEAMS_Case_Study/pushpull.adaptation
+++ b/Examples/SEAMS_Case_Study/pushpull.adaptation
@@ -90,7 +90,7 @@
     <tactics id="wt1" name="AddResourcesWeightedTactic" usedTactic="2341234" currentWeight="60.2" defaultWeight="1.0">
       <lastImpact href="simucomresults.perfdatarepo#3df1q3eq"/>
     </tactics>
-    <weightingFunction id="wf1" name="WeightedSum">
+    <weightingFunction id="wf1" name="WeightedSum" WeightingFunction="WeightedSum">
       <weightedMetrics id="_TzHMgGVXEeK4L53_AeGtGA" name="UtilizationWeight" weight="1.0">
         <metricType href="simucomresults.perfdatarepo#2"/>
       </weightedMetrics>
@@ -103,7 +103,7 @@
     <triggeringEvents id="_H_MTgIAnEeKW2vVcg5ekRw" name="ScheduledOptimizationEvent"/>
     <tactics id="_Tk5LUYAnEeKW2vVcg5ekRw" name="RemoveResourcesWeightedTactic" usedTactic="123123" currentWeight="1.0" defaultWeight="1.0"/>
     <tactics id="_4j5FkaamEeKwhcuIujY6Yw" name="UndoPreviousActionWeightedTactic" usedTactic="_zFC2EaaMEeKdn_E8M08Q_g" currentWeight="0.5" defaultWeight="0.5"/>
-    <weightingFunction id="wf2" name="WeightedSum">
+    <weightingFunction id="wf2" name="WeightedSum" WeightingFunction="WeightedSum">
       <weightedMetrics id="_TzHMgGVXEeK4L53_AeGtGA1" name="UtilizationWeight" weight="1.0">
         <metricType href="simucomresults.perfdatarepo#2"/>
       </weightedMetrics>
-- 
GitLab