From 9fa45fa003202d5b04d52bcc7ea0da2964cd2385 Mon Sep 17 00:00:00 2001 From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de> Date: Wed, 29 May 2013 12:41:28 +0000 Subject: [PATCH] fixed naming problem git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11806 9e42b895-fcda-4063-8a3b-11be15eb1bbd --- Examples/SEAMS_Case_Study/pushpull.adaptation | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Examples/SEAMS_Case_Study/pushpull.adaptation b/Examples/SEAMS_Case_Study/pushpull.adaptation index 35ac7935..db8fe364 100644 --- a/Examples/SEAMS_Case_Study/pushpull.adaptation +++ b/Examples/SEAMS_Case_Study/pushpull.adaptation @@ -114,20 +114,20 @@ </strategies> <goal description="<<Maintain SLAs of all serivces using resources efficiently>>"> <objectives id="_GdVkoKaGEeKsaqdh-1smGw" name="MaintainSLAs"> - <specification value="500.0" relationalOperator="LESS"> + <specifications value="500.0" relationalOperator="LESS"> <metricType href="simucomresults.perfdatarepo#3"/> - </specification> - <specification value="500.0" relationalOperator="LESS"> + </specifications> + <specifications value="500.0" relationalOperator="LESS"> <metricType href="simucomresults.perfdatarepo#4"/> - </specification> + </specifications> </objectives> <objectives id="_G-ctoKaGEeKsaqdh-1smGw" name="OptimizeResourceEfficiency"> - <specification value="5.0" relationalOperator="GREATER"> + <specifications value="5.0" relationalOperator="GREATER"> <metricType href="simucomresults.perfdatarepo#2"/> - </specification> - <specification value="85.0" relationalOperator="LESS"> + </specifications> + <specifications value="85.0" relationalOperator="LESS"> <metricType href="simucomresults.perfdatarepo#2"/> - </specification> + </specifications> </objectives> </goal> </adaptation:AdaptationProcess> -- GitLab