From 205e993a90685ab724f19050e18430083594c34f Mon Sep 17 00:00:00 2001
From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de>
Date: Thu, 26 Sep 2013 07:04:15 +0000
Subject: [PATCH] git-svn-id:
 https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@13172
 9e42b895-fcda-4063-8a3b-11be15eb1bbd

---
 Examples/SEAMS_Case_Study/SEAMS__PULL.launch | 16 ++++++++++++++++
 Examples/SEAMS_Case_Study/pull.properties    | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 Examples/SEAMS_Case_Study/SEAMS__PULL.launch
 create mode 100644 Examples/SEAMS_Case_Study/pull.properties

diff --git a/Examples/SEAMS_Case_Study/SEAMS__PULL.launch b/Examples/SEAMS_Case_Study/SEAMS__PULL.launch
new file mode 100644
index 00000000..8accb7f1
--- /dev/null
+++ b/Examples/SEAMS_Case_Study/SEAMS__PULL.launch
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/edu.kit.ipd.descartes.adaptation/src/edu/kit/ipd/descartes/adaptation/AdaptationControl.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="edu.kit.ipd.descartes.adaptation.AdaptationControl"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="../Examples/SEAMS_Case_Study/pull.properties"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="edu.kit.ipd.descartes.adaptation"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-enableassertions"/>
+</launchConfiguration>
diff --git a/Examples/SEAMS_Case_Study/pull.properties b/Examples/SEAMS_Case_Study/pull.properties
new file mode 100644
index 00000000..f23c783f
--- /dev/null
+++ b/Examples/SEAMS_Case_Study/pull.properties
@@ -0,0 +1,16 @@
+#process.name=SEAMS_PushPull-v2
+#adaptationprocess.instance=../edu.kit.ipd.descartes.adaptation.test/SEAMSv2_Case_Study/pushPullProcess.adaptation
+#perfdatarepo.metamodel=edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository
+#perfdatarepo.instance=../edu.kit.ipd.descartes.adaptation.test/SEAMSv2_Case_Study/simucom-simulationResults.perfdatarepo
+#process.maxiterations=2
+## The list of triggering events can be found in EventTypeEnum.java
+#event.type=SlaViolatedEvent
+
+process.name=SEAMS_PushPull-v1
+adaptationprocess.instance=../Examples/SEAMS_Case_Study/pushpull.adaptation
+perfdatarepo.metamodel=edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository
+perfdatarepo.instance=../Examples/SEAMS_Case_Study/simucomresults.perfdatarepo
+process.maxiterations=3
+# The list of triggering events can be found in EventTypeEnum.java
+event.type=ScheduledOptimizationEvent
+#SlaViolatedEvent, ScheduledOptimizationEvent
\ No newline at end of file
-- 
GitLab