aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2019-02-15 12:42:15 -0500
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-06-07 19:06:30 -0400
commitcd87de919c733033557401e011102edc67c5f169 (patch)
treec19225558d63945cf7afea5e0dc92c738788d71a /Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig
parentFix FAM Test. Begin Grammar Fix. (diff)
downloadVIATRA-Generator-cd87de919c733033557401e011102edc67c5f169.tar.gz
VIATRA-Generator-cd87de919c733033557401e011102edc67c5f169.tar.zst
VIATRA-Generator-cd87de919c733033557401e011102edc67c5f169.zip
Set up #19
Diffstat (limited to 'Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig')
-rw-r--r--Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig33
1 files changed, 33 insertions, 0 deletions
diff --git a/Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig b/Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig
new file mode 100644
index 00000000..e5873211
--- /dev/null
+++ b/Tests/ca.mcgill.ecse.dslreasoner.standalone.test/configurations/ecore.vsconfig
@@ -0,0 +1,33 @@
1import epackage "http://www.eclipse.org/emf/2002/Ecore"
2
3metamodel allSupported { package ecore excluding {
4 EClassifier.instanceClass,EClassifier.defaultValue,EEnumLiteral.instance,EStructuralFeature.defaultValue,
5 EJavaClass, EJavaObject, EJavaObject,
6 EPackage.eFactoryInstance, EFactory, EFactory.ePackage
7 }
8}
9
10generate {
11 metamodel = allSupported
12 //constraints = { ... }
13 partial-model = { "platform:/resource/Ecore-Plugin/InitialPackage.ecore" }
14 solver = ViatraSolver
15 scope = {
16 #node += 5,
17 #string += { "A", "B" },
18 #int += {0,1,-1}
19 }
20
21 config = {
22 runtime = 10000,
23 log-level = normal
24 }
25
26 number = 5
27 runs = 1
28
29 debug = "platform:/resource/ca.mcgill.ecse.dslreasoner.standalone.test/outputs/fam/debug"
30 log = "platform:/resource/ca.mcgill.ecse.dslreasoner.standalone.test/outputs/fam/log.txt"
31 output = "platform:/resource/ca.mcgill.ecse.dslreasoner.standalone.test/outputs/fam/models"
32 statistics = "platform:/resource/ca.mcgill.ecse.dslreasoner.standalone.test/outputs/fam/statistics.csv"
33} \ No newline at end of file