-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use getClass().getResource() to access examples
- Loading branch information
1 parent
69233c9
commit 51a89e3
Showing
9 changed files
with
69 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
29 changes: 29 additions & 0 deletions
29
src/main/resources/edu/kit/provideq/toolbox/featuremodel/anomaly/voidmodel/sandwich.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
namespace Sandwich | ||
|
||
features | ||
Sandwich {extended__} | ||
mandatory | ||
Bread | ||
alternative | ||
"Full Grain" {Calories 203, Price 1.99, Organic true} | ||
Flatbread {Calories 90, Price 0.79, Organic true} | ||
Toast {Calories 250, Price 0.99, Organic false} | ||
optional | ||
Cheese | ||
optional | ||
Gouda | ||
alternative | ||
Sprinkled {Fat {value 35, unit "g"}} | ||
Slice {Fat {value 35, unit "g"}} | ||
Cheddar | ||
"Cream Cheese" | ||
Meat | ||
or | ||
"Salami" {Producer "Farmer Bob"} | ||
Ham {Producer "Farmer Sam"} | ||
"Chicken Breast" {Producer "Farmer Sam"} | ||
Vegetables | ||
optional | ||
"Cucumber" | ||
Tomatoes | ||
Lettuce |
File renamed without changes.
File renamed without changes.
File renamed without changes.