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/Loss_Carryforward.java | 98 ---------------------- 1 file changed, 98 deletions(-) (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Loss_Carryforward.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Loss_Carryforward.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Loss_Carryforward.java index e2ecfb38..a5acbe85 100644 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Loss_Carryforward.java +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Loss_Carryforward.java @@ -8,109 +8,11 @@ package Taxation; * A representation of the model object 'Loss Carryforward'. * * - *

- * The following features are supported: - *

- * * * @see Taxation.TaxationPackage#getLoss_Carryforward() * @model * @generated */ public interface Loss_Carryforward extends Special_Expense_DS { - /** - * Returns the value of the 'Regular accountability' attribute. - * - * - * @return the value of the 'Regular accountability' attribute. - * @see #setRegular_accountability(boolean) - * @see Taxation.TaxationPackage#getLoss_Carryforward_Regular_accountability() - * @model required="true" derived="true" - * @generated - */ - boolean isRegular_accountability(); - - /** - * Sets the value of the '{@link Taxation.Loss_Carryforward#isRegular_accountability Regular accountability}' attribute. - * - * - * @param value the new value of the 'Regular accountability' attribute. - * @see #isRegular_accountability() - * @generated - */ - void setRegular_accountability(boolean value); - - /** - * Returns the value of the 'Compensation by other means' attribute. - * - * - * @return the value of the 'Compensation by other means' attribute. - * @see #setCompensation_by_other_means(boolean) - * @see Taxation.TaxationPackage#getLoss_Carryforward_Compensation_by_other_means() - * @model required="true" derived="true" - * @generated - */ - boolean isCompensation_by_other_means(); - - /** - * Sets the value of the '{@link Taxation.Loss_Carryforward#isCompensation_by_other_means Compensation by other means}' attribute. - * - * - * @param value the new value of the 'Compensation by other means' attribute. - * @see #isCompensation_by_other_means() - * @generated - */ - void setCompensation_by_other_means(boolean value); - - /** - * Returns the value of the 'Tax payer has inherited business ownership' attribute. - * The default value is "false". - * - * - * @return the value of the 'Tax payer has inherited business ownership' attribute. - * @see #setTax_payer_has_inherited_business_ownership(boolean) - * @see Taxation.TaxationPackage#getLoss_Carryforward_Tax_payer_has_inherited_business_ownership() - * @model default="false" required="true" derived="true" - * @generated - */ - boolean isTax_payer_has_inherited_business_ownership(); - - /** - * Sets the value of the '{@link Taxation.Loss_Carryforward#isTax_payer_has_inherited_business_ownership Tax payer has inherited business ownership}' attribute. - * - * - * @param value the new value of the 'Tax payer has inherited business ownership' attribute. - * @see #isTax_payer_has_inherited_business_ownership() - * @generated - */ - void setTax_payer_has_inherited_business_ownership(boolean value); - - /** - * Returns the value of the 'Tax payer has been partner in business' attribute. - * The default value is "true". - * - * - * @return the value of the 'Tax payer has been partner in business' attribute. - * @see #setTax_payer_has_been_partner_in_business(boolean) - * @see Taxation.TaxationPackage#getLoss_Carryforward_Tax_payer_has_been_partner_in_business() - * @model default="true" required="true" derived="true" - * @generated - */ - boolean isTax_payer_has_been_partner_in_business(); - - /** - * Sets the value of the '{@link Taxation.Loss_Carryforward#isTax_payer_has_been_partner_in_business Tax payer has been partner in business}' attribute. - * - * - * @param value the new value of the 'Tax payer has been partner in business' attribute. - * @see #isTax_payer_has_been_partner_in_business() - * @generated - */ - void setTax_payer_has_been_partner_in_business(boolean value); } // Loss_Carryforward -- cgit v1.2.3-70-g09d2