aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/Income_Tax_CreditImpl.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/impl/Income_Tax_CreditImpl.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/impl/Income_Tax_CreditImpl.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/Income_Tax_CreditImpl.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/Income_Tax_CreditImpl.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/Income_Tax_CreditImpl.java
index 308a8f01..90d87de4 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/Income_Tax_CreditImpl.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/Income_Tax_CreditImpl.java
@@ -15,6 +15,7 @@ import org.eclipse.emf.ecore.EClass;
15import org.eclipse.emf.ecore.InternalEObject; 15import org.eclipse.emf.ecore.InternalEObject;
16 16
17import org.eclipse.emf.ecore.impl.ENotificationImpl; 17import org.eclipse.emf.ecore.impl.ENotificationImpl;
18import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
18 19
19/** 20/**
20 * <!-- begin-user-doc --> 21 * <!-- begin-user-doc -->
@@ -36,7 +37,7 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl;
36 * 37 *
37 * @generated 38 * @generated
38 */ 39 */
39public class Income_Tax_CreditImpl extends RootImpl implements Income_Tax_Credit { 40public class Income_Tax_CreditImpl extends MinimalEObjectImpl.Container implements Income_Tax_Credit {
40 /** 41 /**
41 * The default value of the '{@link #getGrantedBy() <em>Granted By</em>}' attribute. 42 * The default value of the '{@link #getGrantedBy() <em>Granted By</em>}' attribute.
42 * <!-- begin-user-doc --> 43 * <!-- begin-user-doc -->