From 95293e1e822d3df6d64540721ba386912c2733b4 Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Sun, 17 May 2020 01:55:56 -0400 Subject: Adjust Taxation model. --- .../src/TaxationWithRoot/FD.java | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/FD.java (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/FD.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/FD.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/FD.java deleted file mode 100644 index c5ba0f28..00000000 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/FD.java +++ /dev/null @@ -1,45 +0,0 @@ -/** - */ -package TaxationWithRoot; - - -/** - * - * A representation of the model object 'FD'. - * - * - *

- * The following features are supported: - *

- * - * - * @see TaxationWithRoot.TaxationPackage#getFD() - * @model - * @generated - */ -public interface FD extends Professional_Expenses_Deduction { - /** - * Returns the value of the 'Distance declared in january' attribute. - * - * - * @return the value of the 'Distance declared in january' attribute. - * @see #setDistance_declared_in_january(double) - * @see TaxationWithRoot.TaxationPackage#getFD_Distance_declared_in_january() - * @model required="true" - * @generated - */ - double getDistance_declared_in_january(); - - /** - * Sets the value of the '{@link TaxationWithRoot.FD#getDistance_declared_in_january Distance declared in january}' attribute. - * - * - * @param value the new value of the 'Distance declared in january' attribute. - * @see #getDistance_declared_in_january() - * @generated - */ - void setDistance_declared_in_january(double value); - -} // FD -- cgit v1.2.3-54-g00ecf