aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-11 10:06:57 -0400
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-11 10:06:57 -0400
commit750b37401bc3eb3e9deb7126d90f871973ba477b (patch)
treeabe90e700f79ae1e126586039bf15d2a51dbb60c /Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java
parentAllow real numbers to be in the solution (diff)
downloadVIATRA-Generator-750b37401bc3eb3e9deb7126d90f871973ba477b.tar.gz
VIATRA-Generator-750b37401bc3eb3e9deb7126d90f871973ba477b.tar.zst
VIATRA-Generator-750b37401bc3eb3e9deb7126d90f871973ba477b.zip
Remove derived features from the PLEDGE MM
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java
index 343238d9..37138826 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Donation.java
@@ -13,7 +13,6 @@ package Taxation;
13 * </p> 13 * </p>
14 * <ul> 14 * <ul>
15 * <li>{@link Taxation.Donation#getBeneficiary1 <em>Beneficiary1</em>}</li> 15 * <li>{@link Taxation.Donation#getBeneficiary1 <em>Beneficiary1</em>}</li>
16 * <li>{@link Taxation.Donation#isIs_beneficiary_eligible <em>Is beneficiary eligible</em>}</li>
17 * <li>{@link Taxation.Donation#isIs_donation_reported <em>Is donation reported</em>}</li> 16 * <li>{@link Taxation.Donation#isIs_donation_reported <em>Is donation reported</em>}</li>
18 * </ul> 17 * </ul>
19 * 18 *
@@ -45,29 +44,6 @@ public interface Donation extends Special_Expense_DS {
45 void setBeneficiary1(String value); 44 void setBeneficiary1(String value);
46 45
47 /** 46 /**
48 * Returns the value of the '<em><b>Is beneficiary eligible</b></em>' attribute.
49 * The default value is <code>"false"</code>.
50 * <!-- begin-user-doc -->
51 * <!-- end-user-doc -->
52 * @return the value of the '<em>Is beneficiary eligible</em>' attribute.
53 * @see #setIs_beneficiary_eligible(boolean)
54 * @see Taxation.TaxationPackage#getDonation_Is_beneficiary_eligible()
55 * @model default="false" required="true" derived="true"
56 * @generated
57 */
58 boolean isIs_beneficiary_eligible();
59
60 /**
61 * Sets the value of the '{@link Taxation.Donation#isIs_beneficiary_eligible <em>Is beneficiary eligible</em>}' attribute.
62 * <!-- begin-user-doc -->
63 * <!-- end-user-doc -->
64 * @param value the new value of the '<em>Is beneficiary eligible</em>' attribute.
65 * @see #isIs_beneficiary_eligible()
66 * @generated
67 */
68 void setIs_beneficiary_eligible(boolean value);
69
70 /**
71 * Returns the value of the '<em><b>Is donation reported</b></em>' attribute. 47 * Returns the value of the '<em><b>Is donation reported</b></em>' attribute.
72 * <!-- begin-user-doc --> 48 * <!-- begin-user-doc -->
73 * <!-- end-user-doc --> 49 * <!-- end-user-doc -->