WindowType.java 11.7 KB
Newer Older
1
2
3
4
/**
 */
package de.hftstuttgart.buildingphysics;

Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
5
import de.hftstuttgart.cityunits.model.NullableQuantity;
6

7
8
9
10
11
12
13
14
15
16
17
import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Window Type</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
18
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getWindowTypeId <em>Window Type Id</em>}</li>
19
20
21
22
23
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getName <em>Name</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getUValue <em>UValue</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getGValue <em>GValue</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getGlazingNumber <em>Glazing Number</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getFrameRatio <em>Frame Ratio</em>}</li>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
24
25
26
27
28
29
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getEmbodiedEnergy <em>Embodied Energy</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getEmbodiedCarbon <em>Embodied Carbon</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getConstructionDescription <em>Construction Description</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getDisposalEnergy <em>Disposal Energy</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getDisposalCarbon <em>Disposal Carbon</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.WindowType#getDisposalDescription <em>Disposal Description</em>}</li>
30
31
32
33
34
35
36
37
 * </ul>
 *
 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType()
 * @model
 * @generated
 */
public interface WindowType extends EObject {
	/**
38
	 * Returns the value of the '<em><b>Window Type Id</b></em>' attribute.
39
40
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
41
42
43
	 * @return the value of the '<em>Window Type Id</em>' attribute.
	 * @see #setWindowTypeId(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_WindowTypeId()
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
44
	 * @model id="true" required="true"
45
46
	 * @generated
	 */
47
	String getWindowTypeId();
48
49

	/**
50
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getWindowTypeId <em>Window Type Id</em>}' attribute.
51
52
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
53
54
	 * @param value the new value of the '<em>Window Type Id</em>' attribute.
	 * @see #getWindowTypeId()
55
56
	 * @generated
	 */
57
	void setWindowTypeId(String value);
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

	/**
	 * Returns the value of the '<em><b>Name</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Name</em>' attribute.
	 * @see #setName(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_Name()
	 * @model required="true"
	 * @generated
	 */
	String getName();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getName <em>Name</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Name</em>' attribute.
	 * @see #getName()
	 * @generated
	 */
	void setName(String value);

	/**
	 * Returns the value of the '<em><b>UValue</b></em>' attribute.
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
83
	 * The default value is <code>"W/(m\u00b2*K)"</code>.
84
85
86
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>UValue</em>' attribute.
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
87
	 * @see #setUValue(NullableQuantity)
88
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_UValue()
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
89
	 * @model default="W/(m\u00b2*K)" dataType="de.hftstuttgart.cityunits.model.quantities.QuantityDouble" required="true"
90
91
	 * @generated
	 */
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
92
	NullableQuantity getUValue();
93
94
95
96
97
98
99
100
101

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getUValue <em>UValue</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>UValue</em>' attribute.
	 * @see #getUValue()
	 * @generated
	 */
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
102
	void setUValue(NullableQuantity value);
103
104
105
106
107

	/**
	 * Returns the value of the '<em><b>GValue</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
108
109
110
	 * <!-- begin-model-doc -->
	 * coefficient between 0.0 (window with no solar energy transmittance) and 1.0 (full transmittance of all solar radiation)
	 * <!-- end-model-doc -->
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
	 * @return the value of the '<em>GValue</em>' attribute.
	 * @see #setGValue(double)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_GValue()
	 * @model required="true"
	 * @generated
	 */
	double getGValue();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getGValue <em>GValue</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>GValue</em>' attribute.
	 * @see #getGValue()
	 * @generated
	 */
	void setGValue(double value);

	/**
	 * Returns the value of the '<em><b>Glazing Number</b></em>' attribute.
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
131
	 * The default value is <code>"1"</code>.
132
133
134
135
136
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Glazing Number</em>' attribute.
	 * @see #setGlazingNumber(int)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_GlazingNumber()
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
137
	 * @model default="1" required="true"
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
	 * @generated
	 */
	int getGlazingNumber();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getGlazingNumber <em>Glazing Number</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Glazing Number</em>' attribute.
	 * @see #getGlazingNumber()
	 * @generated
	 */
	void setGlazingNumber(int value);

	/**
	 * Returns the value of the '<em><b>Frame Ratio</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
157
	 * fraction between 0.0 and 1.0
158
159
	 * <!-- end-model-doc -->
	 * @return the value of the '<em>Frame Ratio</em>' attribute.
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
160
	 * @see #setFrameRatio(double)
161
162
163
164
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_FrameRatio()
	 * @model required="true"
	 * @generated
	 */
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
165
	double getFrameRatio();
166
167
168
169
170
171
172
173
174

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getFrameRatio <em>Frame Ratio</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Frame Ratio</em>' attribute.
	 * @see #getFrameRatio()
	 * @generated
	 */
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
175
	void setFrameRatio(double value);
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
176

177
	/**
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
178
179
	 * Returns the value of the '<em><b>Embodied Energy</b></em>' attribute.
	 * The default value is <code>"kW*h/m\u00b2"</code>.
180
181
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
182
183
184
185
	 * @return the value of the '<em>Embodied Energy</em>' attribute.
	 * @see #setEmbodiedEnergy(NullableQuantity)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_EmbodiedEnergy()
	 * @model default="kW*h/m\u00b2" dataType="de.hftstuttgart.cityunits.model.quantities.QuantityDouble" required="true"
186
187
	 * @generated
	 */
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
188
	NullableQuantity getEmbodiedEnergy();
189
190

	/**
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
191
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getEmbodiedEnergy <em>Embodied Energy</em>}' attribute.
192
193
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
194
195
	 * @param value the new value of the '<em>Embodied Energy</em>' attribute.
	 * @see #getEmbodiedEnergy()
196
197
	 * @generated
	 */
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
	void setEmbodiedEnergy(NullableQuantity value);

	/**
	 * Returns the value of the '<em><b>Embodied Carbon</b></em>' attribute.
	 * The default value is <code>"kg"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Embodied Carbon</em>' attribute.
	 * @see #setEmbodiedCarbon(NullableQuantity)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_EmbodiedCarbon()
	 * @model default="kg" dataType="de.hftstuttgart.cityunits.model.quantities.QuantityDouble" required="true"
	 * @generated
	 */
	NullableQuantity getEmbodiedCarbon();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getEmbodiedCarbon <em>Embodied Carbon</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Embodied Carbon</em>' attribute.
	 * @see #getEmbodiedCarbon()
	 * @generated
	 */
	void setEmbodiedCarbon(NullableQuantity value);

	/**
	 * Returns the value of the '<em><b>Construction Description</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Construction Description</em>' attribute.
	 * @see #setConstructionDescription(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_ConstructionDescription()
	 * @model required="true"
	 * @generated
	 */
	String getConstructionDescription();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getConstructionDescription <em>Construction Description</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Construction Description</em>' attribute.
	 * @see #getConstructionDescription()
	 * @generated
	 */
	void setConstructionDescription(String value);

	/**
	 * Returns the value of the '<em><b>Disposal Energy</b></em>' attribute.
	 * The default value is <code>"kW*h/m\u00b2"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disposal Energy</em>' attribute.
	 * @see #setDisposalEnergy(NullableQuantity)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_DisposalEnergy()
	 * @model default="kW*h/m\u00b2" dataType="de.hftstuttgart.cityunits.model.quantities.QuantityDouble" required="true"
	 * @generated
	 */
	NullableQuantity getDisposalEnergy();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getDisposalEnergy <em>Disposal Energy</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Disposal Energy</em>' attribute.
	 * @see #getDisposalEnergy()
	 * @generated
	 */
	void setDisposalEnergy(NullableQuantity value);

	/**
	 * Returns the value of the '<em><b>Disposal Carbon</b></em>' attribute.
	 * The default value is <code>"kg"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disposal Carbon</em>' attribute.
	 * @see #setDisposalCarbon(NullableQuantity)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_DisposalCarbon()
	 * @model default="kg" dataType="de.hftstuttgart.cityunits.model.quantities.QuantityDouble" required="true"
	 * @generated
	 */
	NullableQuantity getDisposalCarbon();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getDisposalCarbon <em>Disposal Carbon</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Disposal Carbon</em>' attribute.
	 * @see #getDisposalCarbon()
	 * @generated
	 */
	void setDisposalCarbon(NullableQuantity value);

	/**
	 * Returns the value of the '<em><b>Disposal Description</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disposal Description</em>' attribute.
	 * @see #setDisposalDescription(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getWindowType_DisposalDescription()
	 * @model required="true"
	 * @generated
	 */
	String getDisposalDescription();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.WindowType#getDisposalDescription <em>Disposal Description</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Disposal Description</em>' attribute.
	 * @see #getDisposalDescription()
	 * @generated
	 */
	void setDisposalDescription(String value);
312

313
} // WindowType