Skip to content

Commit 7e3cd0c

Browse files
committed
Minor changes to exteded uvl model
1 parent 9413869 commit 7e3cd0c

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Community-Driven Language for Variability Models
22

3-
The **U**niversal **V**ariability **L**anguage is a community effort towards a unified language for variability models. UVL is a direct result of the efforts within the <a href="https://modevar.github.io/">MODEVAR</a> initiative. *Do you have any questions on UVL?* *Do you want to contribute?* *We gladly receive your message at [Contact](mailto:chico.sundermann@uni-ulm.de).*
3+
The **U**niversal **V**ariability **L**anguage is a community effort towards a unified language for variability models. UVL is a direct result of the efforts within the <a href="https://modevar.github.io/">MODEVAR</a> initiative. *Do you have any questions on UVL?* *Do you want to contribute?* *We gladly receive your message [(Contact)](mailto:chico.sundermann@uni-ulm.de).*
44

55

66
# Language Design
@@ -48,6 +48,12 @@ The following feature model in UVL syntax enriches the previous version with new
4848

4949
<pre>
5050
<code>
51+
52+
<b>include
53+
SAT-level.group-cardinality
54+
SMT-level.aggregate-function
55+
SMT-level.feature-cardinality</b>
56+
5157
<b>features</b>
5258
Sandwich
5359
<b>mandatory</b>
@@ -66,12 +72,13 @@ The following feature model in UVL syntax enriches the previous version with new
6672

6773
<b>constraints</b>
6874
Ketchup => Cheese
69-
Bread.Sugar + Ketchup.Sugar + Mustard.Sugar < 60 <i>// Attribute Constraints</i>
70-
sum(Calories) < 160 <i>// Aggregate</i>
75+
Bread.Sugar + Ketchup.Sugar + Mustard.Sugar < 60 <i>// Attribute constraints</i>
76+
sum(Calories) < 160 <i>// Attribute aggregate</i>
7177
</code>
7278
</pre>
7379

7480
# Software
81+
Any tool support for UVL or tool integrating UVL missing? We are happy to embed your suggestion. [Contact us!](mailto:chico.sundermann@uni-ulm.de)
7582

7683
### Tool Support for UVL
7784
* Java-based parser for UVL: <a href="https://github.com/Universal-Variability-Language/uvl-parser2.0">UVL-Parser2.0</a>
@@ -87,7 +94,7 @@ The following feature model in UVL syntax enriches the previous version with new
8794

8895

8996
# Publications
90-
Here, we only present a small selection of papers. Any interesting work on UVL missing? We are happy to embed your suggestion. [Contact](mailto:chico.sundermann@uni-ulm.de)
97+
Here, we only present a small selection of papers. Any interesting work on UVL missing? We are happy to embed your suggestion. [Contact us!](mailto:chico.sundermann@uni-ulm.de)
9198

9299
### Work on UVL
93100

0 commit comments

Comments
 (0)