From 95293e1e822d3df6d64540721ba386912c2733b4 Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Sun, 17 May 2020 01:55:56 -0400 Subject: Adjust Taxation model. --- .../case.study.pledge.model/src/TaxationWithRoot/Address.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java index 9df3f653..00fcc706 100644 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java @@ -4,6 +4,8 @@ package TaxationWithRoot; import org.eclipse.emf.common.util.EList; +import org.eclipse.emf.ecore.EObject; + /** * * A representation of the model object 'Address'. @@ -25,7 +27,7 @@ import org.eclipse.emf.common.util.EList; * @model * @generated */ -public interface Address extends Root { +public interface Address extends EObject { /** * Returns the value of the 'Country' attribute. * The default value is "ZZ". -- cgit v1.2.3-54-g00ecf