aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-11 10:18:54 -0400
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-11 10:18:54 -0400
commitcc64c325bc12888b76cb93e814e6b46347d5c4cb (patch)
tree6a33a60039ae469cd4a552ae1b18fcfa236142ab /Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml
parentRemove derived features from the PLEDGE MM (diff)
downloadVIATRA-Generator-cc64c325bc12888b76cb93e814e6b46347d5c4cb.tar.gz
VIATRA-Generator-cc64c325bc12888b76cb93e814e6b46347d5c4cb.tar.zst
VIATRA-Generator-cc64c325bc12888b76cb93e814e6b46347d5c4cb.zip
Fine Tune PLEDGE Case Study Project and Main Method
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml b/Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml
index 40c6a0f6..a6ebe14f 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.run/plugin.xml
@@ -43,4 +43,13 @@
43 <query-specification fqn="queries.x_inv48"/> 43 <query-specification fqn="queries.x_inv48"/>
44 </group> 44 </group>
45 </extension> 45 </extension>
46 <extension id="queries.FamilyTreeConstraints" point="org.eclipse.viatra.query.runtime.queryspecification">
47 <group group="org.eclipse.viatra.query.runtime.extensibility.SingletonExtensionFactory:queries.FamilyTreeConstraints" id="queries.FamilyTreeConstraints">
48 <query-specification fqn="queries.memberIsItsOwnParent"/>
49 <query-specification fqn="queries.twoMembersHaveNoParent"/>
50 <query-specification fqn="queries.memberHasParent"/>
51 <query-specification fqn="queries.negativeAge"/>
52 <query-specification fqn="queries.parentTooYoung"/>
53 </group>
54 </extension>
46</plugin> 55</plugin>