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 --- .../impl/Private_Insurance_and_PlanImpl.java | 56 ---------------------- 1 file changed, 56 deletions(-) (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/impl/Private_Insurance_and_PlanImpl.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/impl/Private_Insurance_and_PlanImpl.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/impl/Private_Insurance_and_PlanImpl.java index 2b1cd545..0ee24a42 100644 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/impl/Private_Insurance_and_PlanImpl.java +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/impl/Private_Insurance_and_PlanImpl.java @@ -22,7 +22,6 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl; * * * @generated @@ -68,26 +67,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple */ protected int duration_of_contract = DURATION_OF_CONTRACT_EDEFAULT; - /** - * The default value of the '{@link #isIs_private_insurance_and_plan_eligible_for_deduction() Is private insurance and plan eligible for deduction}' attribute. - * - * - * @see #isIs_private_insurance_and_plan_eligible_for_deduction() - * @generated - * @ordered - */ - protected static final boolean IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION_EDEFAULT = false; - - /** - * The cached value of the '{@link #isIs_private_insurance_and_plan_eligible_for_deduction() Is private insurance and plan eligible for deduction}' attribute. - * - * - * @see #isIs_private_insurance_and_plan_eligible_for_deduction() - * @generated - * @ordered - */ - protected boolean is_private_insurance_and_plan_eligible_for_deduction = IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION_EDEFAULT; - /** * * @@ -153,29 +132,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple eNotify(new ENotificationImpl(this, Notification.SET, TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT, oldDuration_of_contract, duration_of_contract)); } - /** - * - * - * @generated - */ - @Override - public boolean isIs_private_insurance_and_plan_eligible_for_deduction() { - return is_private_insurance_and_plan_eligible_for_deduction; - } - - /** - * - * - * @generated - */ - @Override - public void setIs_private_insurance_and_plan_eligible_for_deduction(boolean newIs_private_insurance_and_plan_eligible_for_deduction) { - boolean oldIs_private_insurance_and_plan_eligible_for_deduction = is_private_insurance_and_plan_eligible_for_deduction; - is_private_insurance_and_plan_eligible_for_deduction = newIs_private_insurance_and_plan_eligible_for_deduction; - if (eNotificationRequired()) - eNotify(new ENotificationImpl(this, Notification.SET, TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION, oldIs_private_insurance_and_plan_eligible_for_deduction, is_private_insurance_and_plan_eligible_for_deduction)); - } - /** * * @@ -188,8 +144,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple return getCategory(); case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT: return getDuration_of_contract(); - case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION: - return isIs_private_insurance_and_plan_eligible_for_deduction(); } return super.eGet(featureID, resolve, coreType); } @@ -208,9 +162,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT: setDuration_of_contract((Integer)newValue); return; - case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION: - setIs_private_insurance_and_plan_eligible_for_deduction((Boolean)newValue); - return; } super.eSet(featureID, newValue); } @@ -229,9 +180,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT: setDuration_of_contract(DURATION_OF_CONTRACT_EDEFAULT); return; - case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION: - setIs_private_insurance_and_plan_eligible_for_deduction(IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION_EDEFAULT); - return; } super.eUnset(featureID); } @@ -248,8 +196,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple return category != CATEGORY_EDEFAULT; case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT: return duration_of_contract != DURATION_OF_CONTRACT_EDEFAULT; - case TaxationPackage.PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION: - return is_private_insurance_and_plan_eligible_for_deduction != IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION_EDEFAULT; } return super.eIsSet(featureID); } @@ -268,8 +214,6 @@ public class Private_Insurance_and_PlanImpl extends Special_Expense_DSImpl imple result.append(category); result.append(", duration_of_contract: "); result.append(duration_of_contract); - result.append(", is_private_insurance_and_plan_eligible_for_deduction: "); - result.append(is_private_insurance_and_plan_eligible_for_deduction); result.append(')'); return result.toString(); } -- cgit v1.2.3-54-g00ecf