aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java
index 6ea850b3..dbcedb8f 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Resource.java
@@ -25,7 +25,7 @@ import org.eclipse.emf.ecore.EObject;
25public interface Resource extends EObject { 25public interface Resource extends EObject {
26 /** 26 /**
27 * Returns the value of the '<em><b>Contains</b></em>' containment reference list. 27 * Returns the value of the '<em><b>Contains</b></em>' containment reference list.
28 * The list contents are of type {@link TaxationWithRoot.Root}. 28 * The list contents are of type {@link TaxationWithRoot.Household}.
29 * <!-- begin-user-doc --> 29 * <!-- begin-user-doc -->
30 * <!-- end-user-doc --> 30 * <!-- end-user-doc -->
31 * @return the value of the '<em>Contains</em>' containment reference list. 31 * @return the value of the '<em>Contains</em>' containment reference list.
@@ -33,6 +33,6 @@ public interface Resource extends EObject {
33 * @model containment="true" 33 * @model containment="true"
34 * @generated 34 * @generated
35 */ 35 */
36 EList<Root> getContains(); 36 EList<Household> getContains();
37 37
38} // Resource 38} // Resource