Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
AdaptationProcess [id: testID1] {
name AdaptationProcessName1
tactics :
Tactic [id: tacticID1] {
name tactic1Name
implementedPlan
AdaptationPlan [id: planID1] {
name AdaptationPlan1
}
}
actions :
Action [id:actionID1] {
name ActionName1
referredAdaptationPoint AmountOfvCpus
}
strategies :
Strategy [id:stratID1] {
name Strategie1
objective objectiveName
triggeringEvents
Event [id:eventID1] {
name Event1
}
tactics {
WeightedTactic [id:wtacID2] {
name wTacName1
currentWeight 1.4
defaultWeight 2.3
usedTactic tactic1Name
}
}
weightingFunction
WeightingFunction [id:wFunc1] {
name func1Name
weightingFunctionImplementation Tempalate
weightedMetrics {
WeightedMetric [id:metric1] {
name wMetric1
weight 1.4
metricType Vm1Utilization
}
}
}
}
goal OverallGoal {
description "Description of our overal Goal"
objectives :
Objective [id:objID1] {
name objectiveName
specifications :
Specification {
value 4.3
relationalOperator RelationalOperator
metricType Vm2Utilization
}
}
}
ImportDeclaration "platform:/resource/Examples/SEAMS_Case_Study/default.adaptationpoints"
ImportDeclaration "platform:/resource/Examples/SEAMS_Case_Study/simucomresults.perfdatarepo"
}