aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java144
1 files changed, 144 insertions, 0 deletions
diff --git a/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java b/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java
new file mode 100644
index 00000000..e6706938
--- /dev/null
+++ b/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java
@@ -0,0 +1,144 @@
1/**
2 */
3package TaxationWithRoot;
4
5import org.eclipse.emf.ecore.EObject;
6
7/**
8 * <!-- begin-user-doc -->
9 * A representation of the model object '<em><b>From Agent</b></em>'.
10 * <!-- end-user-doc -->
11 *
12 * <p>
13 * The following features are supported:
14 * </p>
15 * <ul>
16 * <li>{@link TaxationWithRoot.FromAgent#getTaxPayer <em>Tax Payer</em>}</li>
17 * <li>{@link TaxationWithRoot.FromAgent#isIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care <em>Is dependent eligible for CE Not In Houshold Children Care</em>}</li>
18 * <li>{@link TaxationWithRoot.FromAgent#getExpense <em>Expense</em>}</li>
19 * <li>{@link TaxationWithRoot.FromAgent#isIs_eligible_debt <em>Is eligible debt</em>}</li>
20 * <li>{@link TaxationWithRoot.FromAgent#getDependent <em>Dependent</em>}</li>
21 * </ul>
22 *
23 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent()
24 * @model
25 * @generated
26 */
27public interface FromAgent extends EObject {
28 /**
29 * Returns the value of the '<em><b>Tax Payer</b></em>' container reference.
30 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Tax_Payer#getFrom_agent <em>From agent</em>}'.
31 * <!-- begin-user-doc -->
32 * <!-- end-user-doc -->
33 * @return the value of the '<em>Tax Payer</em>' container reference.
34 * @see #setTaxPayer(Tax_Payer)
35 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_TaxPayer()
36 * @see TaxationWithRoot.Tax_Payer#getFrom_agent
37 * @model opposite="from_agent" required="true" transient="false"
38 * @generated
39 */
40 Tax_Payer getTaxPayer();
41
42 /**
43 * Sets the value of the '{@link TaxationWithRoot.FromAgent#getTaxPayer <em>Tax Payer</em>}' container reference.
44 * <!-- begin-user-doc -->
45 * <!-- end-user-doc -->
46 * @param value the new value of the '<em>Tax Payer</em>' container reference.
47 * @see #getTaxPayer()
48 * @generated
49 */
50 void setTaxPayer(Tax_Payer value);
51
52 /**
53 * Returns the value of the '<em><b>Is dependent eligible for CE Not In Houshold Children Care</b></em>' attribute.
54 * <!-- begin-user-doc -->
55 * <!-- end-user-doc -->
56 * @return the value of the '<em>Is dependent eligible for CE Not In Houshold Children Care</em>' attribute.
57 * @see #setIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care(boolean)
58 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Is_dependent_eligible_for_CE_Not_In_Houshold_Children_Care()
59 * @model required="true" ordered="false"
60 * @generated
61 */
62 boolean isIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care();
63
64 /**
65 * Sets the value of the '{@link TaxationWithRoot.FromAgent#isIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care <em>Is dependent eligible for CE Not In Houshold Children Care</em>}' attribute.
66 * <!-- begin-user-doc -->
67 * <!-- end-user-doc -->
68 * @param value the new value of the '<em>Is dependent eligible for CE Not In Houshold Children Care</em>' attribute.
69 * @see #isIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care()
70 * @generated
71 */
72 void setIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care(boolean value);
73
74 /**
75 * Returns the value of the '<em><b>Expense</b></em>' reference.
76 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Expense#getFrom_agent <em>From agent</em>}'.
77 * <!-- begin-user-doc -->
78 * <!-- end-user-doc -->
79 * @return the value of the '<em>Expense</em>' reference.
80 * @see #setExpense(Expense)
81 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Expense()
82 * @see TaxationWithRoot.Expense#getFrom_agent
83 * @model opposite="from_agent" ordered="false"
84 * @generated
85 */
86 Expense getExpense();
87
88 /**
89 * Sets the value of the '{@link TaxationWithRoot.FromAgent#getExpense <em>Expense</em>}' reference.
90 * <!-- begin-user-doc -->
91 * <!-- end-user-doc -->
92 * @param value the new value of the '<em>Expense</em>' reference.
93 * @see #getExpense()
94 * @generated
95 */
96 void setExpense(Expense value);
97
98 /**
99 * Returns the value of the '<em><b>Is eligible debt</b></em>' attribute.
100 * <!-- begin-user-doc -->
101 * <!-- end-user-doc -->
102 * @return the value of the '<em>Is eligible debt</em>' attribute.
103 * @see #setIs_eligible_debt(boolean)
104 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Is_eligible_debt()
105 * @model required="true" ordered="false"
106 * @generated
107 */
108 boolean isIs_eligible_debt();
109
110 /**
111 * Sets the value of the '{@link TaxationWithRoot.FromAgent#isIs_eligible_debt <em>Is eligible debt</em>}' attribute.
112 * <!-- begin-user-doc -->
113 * <!-- end-user-doc -->
114 * @param value the new value of the '<em>Is eligible debt</em>' attribute.
115 * @see #isIs_eligible_debt()
116 * @generated
117 */
118 void setIs_eligible_debt(boolean value);
119
120 /**
121 * Returns the value of the '<em><b>Dependent</b></em>' reference.
122 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Dependent#getFrom_agent <em>From agent</em>}'.
123 * <!-- begin-user-doc -->
124 * <!-- end-user-doc -->
125 * @return the value of the '<em>Dependent</em>' reference.
126 * @see #setDependent(Dependent)
127 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Dependent()
128 * @see TaxationWithRoot.Dependent#getFrom_agent
129 * @model opposite="from_agent" ordered="false"
130 * @generated
131 */
132 Dependent getDependent();
133
134 /**
135 * Sets the value of the '{@link TaxationWithRoot.FromAgent#getDependent <em>Dependent</em>}' reference.
136 * <!-- begin-user-doc -->
137 * <!-- end-user-doc -->
138 * @param value the new value of the '<em>Dependent</em>' reference.
139 * @see #getDependent()
140 * @generated
141 */
142 void setDependent(Dependent value);
143
144} // FromAgent