diff --git a/Examples/SEAMS_Case_Study/SEAMS__PULL.launch b/Examples/SEAMS_Case_Study/SEAMS__PULL.launch new file mode 100644 index 0000000000000000000000000000000000000000..8accb7f17fc272c9bd37c09a40aee458a8023226 --- /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 0000000000000000000000000000000000000000..f23c783ff9df36af423581831a8d51a8464ee450 --- /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