aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/FromAgent.java
blob: e67069389563a1912d340e339f8ebd8f8095e9f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/**
 */
package TaxationWithRoot;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>From Agent</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link TaxationWithRoot.FromAgent#getTaxPayer <em>Tax Payer</em>}</li>
 *   <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>
 *   <li>{@link TaxationWithRoot.FromAgent#getExpense <em>Expense</em>}</li>
 *   <li>{@link TaxationWithRoot.FromAgent#isIs_eligible_debt <em>Is eligible debt</em>}</li>
 *   <li>{@link TaxationWithRoot.FromAgent#getDependent <em>Dependent</em>}</li>
 * </ul>
 *
 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent()
 * @model
 * @generated
 */
public interface FromAgent extends EObject {
	/**
	 * Returns the value of the '<em><b>Tax Payer</b></em>' container reference.
	 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Tax_Payer#getFrom_agent <em>From agent</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Tax Payer</em>' container reference.
	 * @see #setTaxPayer(Tax_Payer)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_TaxPayer()
	 * @see TaxationWithRoot.Tax_Payer#getFrom_agent
	 * @model opposite="from_agent" required="true" transient="false"
	 * @generated
	 */
	Tax_Payer getTaxPayer();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.FromAgent#getTaxPayer <em>Tax Payer</em>}' container reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Tax Payer</em>' container reference.
	 * @see #getTaxPayer()
	 * @generated
	 */
	void setTaxPayer(Tax_Payer value);

	/**
	 * Returns the value of the '<em><b>Is dependent eligible for CE Not In Houshold Children Care</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is dependent eligible for CE Not In Houshold Children Care</em>' attribute.
	 * @see #setIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care(boolean)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Is_dependent_eligible_for_CE_Not_In_Houshold_Children_Care()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	boolean isIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care();

	/**
	 * 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.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is dependent eligible for CE Not In Houshold Children Care</em>' attribute.
	 * @see #isIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care()
	 * @generated
	 */
	void setIs_dependent_eligible_for_CE_Not_In_Houshold_Children_Care(boolean value);

	/**
	 * Returns the value of the '<em><b>Expense</b></em>' reference.
	 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Expense#getFrom_agent <em>From agent</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Expense</em>' reference.
	 * @see #setExpense(Expense)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Expense()
	 * @see TaxationWithRoot.Expense#getFrom_agent
	 * @model opposite="from_agent" ordered="false"
	 * @generated
	 */
	Expense getExpense();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.FromAgent#getExpense <em>Expense</em>}' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Expense</em>' reference.
	 * @see #getExpense()
	 * @generated
	 */
	void setExpense(Expense value);

	/**
	 * Returns the value of the '<em><b>Is eligible debt</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is eligible debt</em>' attribute.
	 * @see #setIs_eligible_debt(boolean)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Is_eligible_debt()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	boolean isIs_eligible_debt();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.FromAgent#isIs_eligible_debt <em>Is eligible debt</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is eligible debt</em>' attribute.
	 * @see #isIs_eligible_debt()
	 * @generated
	 */
	void setIs_eligible_debt(boolean value);

	/**
	 * Returns the value of the '<em><b>Dependent</b></em>' reference.
	 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Dependent#getFrom_agent <em>From agent</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Dependent</em>' reference.
	 * @see #setDependent(Dependent)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getFromAgent_Dependent()
	 * @see TaxationWithRoot.Dependent#getFrom_agent
	 * @model opposite="from_agent" ordered="false"
	 * @generated
	 */
	Dependent getDependent();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.FromAgent#getDependent <em>Dependent</em>}' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Dependent</em>' reference.
	 * @see #getDependent()
	 * @generated
	 */
	void setDependent(Dependent value);

} // FromAgent