aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-17 01:55:56 -0400
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-17 01:55:56 -0400
commit95293e1e822d3df6d64540721ba386912c2733b4 (patch)
tree08d4c6840b4ef2965194e577520d729597c19307 /Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java
parentdetailed runtimes + counting defined objects only (diff)
downloadVIATRA-Generator-95293e1e822d3df6d64540721ba386912c2733b4.tar.gz
VIATRA-Generator-95293e1e822d3df6d64540721ba386912c2733b4.tar.zst
VIATRA-Generator-95293e1e822d3df6d64540721ba386912c2733b4.zip
Adjust Taxation model.
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java
index cee7c173..372eebcc 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Tax_Case.java
@@ -2,6 +2,8 @@
2 */ 2 */
3package TaxationWithRoot; 3package TaxationWithRoot;
4 4
5import org.eclipse.emf.ecore.EObject;
6
5/** 7/**
6 * <!-- begin-user-doc --> 8 * <!-- begin-user-doc -->
7 * A representation of the model object '<em><b>Tax Case</b></em>'. 9 * A representation of the model object '<em><b>Tax Case</b></em>'.
@@ -12,5 +14,5 @@ package TaxationWithRoot;
12 * @model interface="true" abstract="true" 14 * @model interface="true" abstract="true"
13 * @generated 15 * @generated
14 */ 16 */
15public interface Tax_Case extends Root { 17public interface Tax_Case extends EObject {
16} // Tax_Case 18} // Tax_Case