-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.xml
30 lines (30 loc) · 967 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<featureModel>
<properties>
<graphics key="showhiddenfeatures" value="true"/>
<graphics key="legendautolayout" value="true"/>
<graphics key="showshortnames" value="false"/>
<graphics key="layout" value="horizontal"/>
<graphics key="showcollapsedconstraints" value="true"/>
<graphics key="legendhidden" value="false"/>
<graphics key="layoutalgorithm" value="1"/>
</properties>
<struct>
<and abstract="true" mandatory="true" name="Graph product line">
<and mandatory="true" name="Graph type">
<alt abstract="true" mandatory="true" name="Type 1">
<feature name="Directed"/>
<feature name="Undirected"/>
</alt>
<alt abstract="true" mandatory="true" name="Type 2">
<feature name="Weighted"/>
<feature name="Unweighted"/>
</alt>
</and>
<alt name="Search">
<feature name="DFS"/>
<feature name="BFS"/>
</alt>
</and>
</struct>
</featureModel>