From 5fd28fe3201ad6e316fea3688bd89130bc29bc13 Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Wed, 13 May 2020 00:16:27 -0400 Subject: Adjust FamilyTree MM. Add new Taxation MM with possible Multiple Roots --- .../src/TaxationWithRoot/DS_for_Interest_Expense.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Interest_Expense.java (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Interest_Expense.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Interest_Expense.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Interest_Expense.java new file mode 100644 index 00000000..77c53b32 --- /dev/null +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Interest_Expense.java @@ -0,0 +1,17 @@ +/** + */ +package TaxationWithRoot; + + +/** + * + * A representation of the model object 'DS for Interest Expense'. + * + * + * + * @see TaxationWithRoot.TaxationPackage#getDS_for_Interest_Expense() + * @model + * @generated + */ +public interface DS_for_Interest_Expense extends DS { +} // DS_for_Interest_Expense -- cgit v1.2.3-70-g09d2