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

added branch condition context element

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9711 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 07535d96
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,9 @@
id="branchAction"
predecessor="branchStart"
successor="branchStop"
condition="self.containedIn.contains -> select( r
 | r.template = self.template)->size() <= 4">
condition="RuntimeEnvironment.allInstances()->size() < 4">
<context
href="DistributedDataCenter.xmi#2313"/>
<conditionTrueBranch
id="TRUE-AdaptationPlan"
name="TRUE-AdaptationPlan">
......@@ -289,14 +291,12 @@
<tactics
id="451234123"
name="testLoopActionTactic"
usedTactic="123432"
currentWeight="2000.0"/>
usedTactic="123432"/>
<tactics
id="testBranch"
name="testBranchWeightedTactic"
usedTactic="testBranch123235"
currentWeight="100.0"
defaultWeight="100.0"/>
currentWeight="1000.0"/>
<weightingFunction
id="123sum"
name="WeightedSum">
......
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