Skip to content

Commit e6ba97d

Browse files
committed
Minor changes to model
1 parent b4f34f7 commit e6ba97d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

models/icecream-shared.uvl

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ features
88
Flavors
99
or
1010
Lemon
11-
Chocolate
11+
Chocolate cardinality [1..3]
12+
alternative
13+
White
14+
Dark
1215
Container
1316
alternative
1417
Stick
1518
Cup
1619
Cone
20+
1721
optional
1822
Waffle {Price 0.7}
1923
String "Name of customer"
2024

21-
2225
constraints
2326
Popsicle => Stick
2427
Scoop => Cup | Cone
25-
sum(Price) < 2.5
26-
28+
sum(Price) < 2.5

0 commit comments

Comments
 (0)