From 90327868c2cef5d2a5cdab07754d09d75cd4c33c Mon Sep 17 00:00:00 2001 From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de> Date: Thu, 6 Jun 2013 14:53:41 +0000 Subject: [PATCH] git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11967 9e42b895-fcda-4063-8a3b-11be15eb1bbd --- Examples/SEAMS_Case_Study/pushpull.adaptation | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Examples/SEAMS_Case_Study/pushpull.adaptation b/Examples/SEAMS_Case_Study/pushpull.adaptation index a6fa0ce3..870e8619 100644 --- a/Examples/SEAMS_Case_Study/pushpull.adaptation +++ b/Examples/SEAMS_Case_Study/pushpull.adaptation @@ -120,12 +120,18 @@ </specifications> </objectives> <objectives id="_G-ctoKaGEeKsaqdh-1smGw" name="OptimizeResourceEfficiency"> - <specifications value="5.0" relationalOperator="GREATER"> + <specifications value="0.4" relationalOperator="GREATER"> <metricType href="simucomresults.perfdatarepo#2"/> </specifications> - <specifications value="85.0" relationalOperator="LESS"> + <specifications value="0.85" relationalOperator="LESS"> <metricType href="simucomresults.perfdatarepo#2"/> </specifications> + <specifications value="100.0" relationalOperator="LESS_EQUAL"> + <metricType href="simucomresults.perfdatarepo#3"/> + </specifications> + <specifications value="300.0" relationalOperator="LESS_EQUAL"> + <metricType href="simucomresults.perfdatarepo#4"/> + </specifications> </objectives> </goal> </adaptation:AdaptationProcess> -- GitLab