Skip to content
Snippets Groups Projects
Commit 944748ca authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9864 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 28e6d47b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:adaptation="http://www.descartes-research.net/metamodel/adaptation/0.1" xmlns:adaptation="http://www.descartes-research.net/metamodel/adaptation/0.1"
xmlns:adaptationpoints="http://www.descartes-research.net/metamodel/adaptationpoints/0.1" xmlns:adaptationpoints="http://www.descartes-research.net/metamodel/adaptationpoints/0.1"
xsi:schemaLocation="http://www.descartes-research.net/metamodel/adaptation/0.1 ../../edu.kit.ipd.descartes.mm.adaptation/model/adaptation.ecore http://www.descartes-research.net/metamodel/adaptationpoints/0.1 ../../edu.kit.ipd.descartes.mm.adaptationpoints/model/adaptationpoints.ecore" xmlns:resourcelandscape="http://www.descartes-research.net/metamodel/resourcelandscape/0.1"
xsi:schemaLocation="http://www.descartes-research.net/metamodel/adaptation/0.1 ../../edu.kit.ipd.descartes.mm.adaptation/model/adaptation.ecore http://www.descartes-research.net/metamodel/adaptationpoints/0.1 ../../edu.kit.ipd.descartes.mm.adaptationpoints/model/adaptationpoints.ecore http://www.descartes-research.net/metamodel/resourcelandscape/0.1 ../../edu.kit.ipd.descartes.mm.resourcelandscape/model/resourcelandscape.ecore"
id="q" name="MyTestStaRepo"> id="q" name="MyTestStaRepo">
<tactics id="2341234" <tactics id="2341234"
name="myFirstIncreaseResourceTactic"> name="myFirstIncreaseResourceTactic">
...@@ -168,8 +169,6 @@ ...@@ -168,8 +169,6 @@
predecessor="branchStart" predecessor="branchStart"
successor="branchStop" successor="branchStop"
condition="RuntimeEnvironment.allInstances()->size() &lt; 4"> condition="RuntimeEnvironment.allInstances()->size() &lt; 4">
<context
href="DistributedDataCenter.xmi#2313"/>
<conditionTrueBranch <conditionTrueBranch
id="TRUE-AdaptationPlan" id="TRUE-AdaptationPlan"
name="TRUE-AdaptationPlan"> name="TRUE-AdaptationPlan">
...@@ -206,6 +205,9 @@ ...@@ -206,6 +205,9 @@
id="99stop" id="99stop"
predecessor="99FalseBranch"/> predecessor="99FalseBranch"/>
</conditionFalseBranch> </conditionFalseBranch>
<context
xsi:type="resourcelandscape:RuntimeEnvironment"
href="DistributedDataCenter.xmi#12345-1"/>
</steps> </steps>
</implementedPlan> </implementedPlan>
</tactics> </tactics>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment