forked from jpaulodiniz/ufmg.reuso.software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
model.xml
110 lines (90 loc) · 2.53 KB
/
model.xml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<featureModel>
<properties/>
<struct>
<and mandatory="true" name="SimulES_Game">
<description>
</description>
<and mandatory="true" name="GameSetup">
<description>
</description>
<feature mandatory="true" name="ChooseLevel">
<description>
</description>
</feature>
<feature mandatory="true" name="CreateProject">
<description>
</description>
</feature>
</and>
<feature mandatory="true" name="Project">
<description>
</description>
</feature>
<and mandatory="true" name="Board">
<description>
</description>
<feature mandatory="true" name="Artifacts">
<description>
</description>
</feature>
<feature mandatory="true" name="Tables">
<description>
</description>
</feature>
<feature mandatory="true" name="SeeProject">
<description>
</description>
</feature>
<feature mandatory="true" name="SeeOponentBoard">
<description>
</description>
</feature>
</and>
<and abstract="true" mandatory="true" name="DeckOfCards">
<description>
</description>
<and abstract="true" mandatory="true" name="GameCards">
<description>
</description>
<feature mandatory="true" name="SoftwareEngineer">
<description>
</description>
</feature>
<feature mandatory="true" name="ProblemCard">
<description>
</description>
</feature>
<feature name="ConceptCard">
<description>
</description>
</feature>
</and>
<feature mandatory="true" name="ArtifactCards">
<description>
</description>
</feature>
</and>
<and abstract="true" mandatory="true" name="SoftwareEngineerActions">
<description>
</description>
<feature mandatory="true" name="InspectArtifact">
<description>
</description>
</feature>
<feature mandatory="true" name="CreateArtifact">
<description>
</description>
</feature>
<feature mandatory="true" name="CorrectArtifact">
<description>
</description>
</feature>
</and>
</and>
</struct>
<constraints/>
<calculations Auto="true" Constraints="true" Features="true" Redundant="true" Tautology="true"/>
<comments/>
<featureOrder userDefined="false"/>
</featureModel>