From 750b37401bc3eb3e9deb7126d90f871973ba477b Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Mon, 11 May 2020 10:06:57 -0400 Subject: Remove derived features from the PLEDGE MM --- .../src/Taxation/Private_Insurance_and_Plan.java | 24 ---------------------- 1 file changed, 24 deletions(-) (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java index 5cd6e8f0..0a99ebed 100644 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java @@ -14,7 +14,6 @@ package Taxation; * * * @see Taxation.TaxationPackage#getPrivate_Insurance_and_Plan() @@ -69,27 +68,4 @@ public interface Private_Insurance_and_Plan extends Special_Expense_DS { */ void setDuration_of_contract(int value); - /** - * Returns the value of the 'Is private insurance and plan eligible for deduction' attribute. - * The default value is "false". - * - * - * @return the value of the 'Is private insurance and plan eligible for deduction' attribute. - * @see #setIs_private_insurance_and_plan_eligible_for_deduction(boolean) - * @see Taxation.TaxationPackage#getPrivate_Insurance_and_Plan_Is_private_insurance_and_plan_eligible_for_deduction() - * @model default="false" required="true" derived="true" - * @generated - */ - boolean isIs_private_insurance_and_plan_eligible_for_deduction(); - - /** - * Sets the value of the '{@link Taxation.Private_Insurance_and_Plan#isIs_private_insurance_and_plan_eligible_for_deduction Is private insurance and plan eligible for deduction}' attribute. - * - * - * @param value the new value of the 'Is private insurance and plan eligible for deduction' attribute. - * @see #isIs_private_insurance_and_plan_eligible_for_deduction() - * @generated - */ - void setIs_private_insurance_and_plan_eligible_for_deduction(boolean value); - } // Private_Insurance_and_Plan -- cgit v1.2.3-70-g09d2