| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package LqnCore.impl; |
| 8 | |
| 9 | import LqnCore.LqnCorePackage; |
| 10 | import LqnCore.ResultConf95Type1; |
| 11 | |
| 12 | import org.eclipse.emf.common.notify.Notification; |
| 13 | |
| 14 | import org.eclipse.emf.ecore.EClass; |
| 15 | |
| 16 | import org.eclipse.emf.ecore.impl.ENotificationImpl; |
| 17 | import org.eclipse.emf.ecore.impl.EObjectImpl; |
| 18 | |
| 19 | /** |
| 20 | * <!-- begin-user-doc --> |
| 21 | * An implementation of the model object '<em><b>Result Conf95 Type1</b></em>'. |
| 22 | * <!-- end-user-doc --> |
| 23 | * <p> |
| 24 | * The following features are implemented: |
| 25 | * <ul> |
| 26 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getOpenWaitTime <em>Open Wait Time</em>}</li> |
| 27 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase1ProcWaiting <em>Phase1 Proc Waiting</em>}</li> |
| 28 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase1ServiceTime <em>Phase1 Service Time</em>}</li> |
| 29 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase1ServiceTimeVariance <em>Phase1 Service Time Variance</em>}</li> |
| 30 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase1Utilization <em>Phase1 Utilization</em>}</li> |
| 31 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase2ProcWaiting <em>Phase2 Proc Waiting</em>}</li> |
| 32 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase2ServiceTime <em>Phase2 Service Time</em>}</li> |
| 33 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase2ServiceTimeVariance <em>Phase2 Service Time Variance</em>}</li> |
| 34 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase2Utilization <em>Phase2 Utilization</em>}</li> |
| 35 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase3ProcWaiting <em>Phase3 Proc Waiting</em>}</li> |
| 36 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase3ServiceTime <em>Phase3 Service Time</em>}</li> |
| 37 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase3ServiceTimeVariance <em>Phase3 Service Time Variance</em>}</li> |
| 38 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getPhase3Utilization <em>Phase3 Utilization</em>}</li> |
| 39 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getProbExceedMaxServiceTime <em>Prob Exceed Max Service Time</em>}</li> |
| 40 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getProcUtilization <em>Proc Utilization</em>}</li> |
| 41 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getProcWaiting <em>Proc Waiting</em>}</li> |
| 42 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getServiceTime <em>Service Time</em>}</li> |
| 43 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getServiceTimeVariance <em>Service Time Variance</em>}</li> |
| 44 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getSquaredCoeffVariation <em>Squared Coeff Variation</em>}</li> |
| 45 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getThroughput <em>Throughput</em>}</li> |
| 46 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getThroughputBound <em>Throughput Bound</em>}</li> |
| 47 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getUtilization <em>Utilization</em>}</li> |
| 48 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getWaiting <em>Waiting</em>}</li> |
| 49 | * <li>{@link LqnCore.impl.ResultConf95Type1Impl#getWaitingVariance <em>Waiting Variance</em>}</li> |
| 50 | * </ul> |
| 51 | * </p> |
| 52 | * |
| 53 | * @generated |
| 54 | */ |
| 55 | public class ResultConf95Type1Impl extends EObjectImpl implements ResultConf95Type1 { |
| 56 | /** |
| 57 | * The default value of the '{@link #getOpenWaitTime() <em>Open Wait Time</em>}' attribute. |
| 58 | * <!-- begin-user-doc --> |
| 59 | * <!-- end-user-doc --> |
| 60 | * @see #getOpenWaitTime() |
| 61 | * @generated |
| 62 | * @ordered |
| 63 | */ |
| 64 | protected static final Object OPEN_WAIT_TIME_EDEFAULT = null; |
| 65 | |
| 66 | /** |
| 67 | * The cached value of the '{@link #getOpenWaitTime() <em>Open Wait Time</em>}' attribute. |
| 68 | * <!-- begin-user-doc --> |
| 69 | * <!-- end-user-doc --> |
| 70 | * @see #getOpenWaitTime() |
| 71 | * @generated |
| 72 | * @ordered |
| 73 | */ |
| 74 | protected Object openWaitTime = OPEN_WAIT_TIME_EDEFAULT; |
| 75 | |
| 76 | /** |
| 77 | * The default value of the '{@link #getPhase1ProcWaiting() <em>Phase1 Proc Waiting</em>}' attribute. |
| 78 | * <!-- begin-user-doc --> |
| 79 | * <!-- end-user-doc --> |
| 80 | * @see #getPhase1ProcWaiting() |
| 81 | * @generated |
| 82 | * @ordered |
| 83 | */ |
| 84 | protected static final Object PHASE1_PROC_WAITING_EDEFAULT = null; |
| 85 | |
| 86 | /** |
| 87 | * The cached value of the '{@link #getPhase1ProcWaiting() <em>Phase1 Proc Waiting</em>}' attribute. |
| 88 | * <!-- begin-user-doc --> |
| 89 | * <!-- end-user-doc --> |
| 90 | * @see #getPhase1ProcWaiting() |
| 91 | * @generated |
| 92 | * @ordered |
| 93 | */ |
| 94 | protected Object phase1ProcWaiting = PHASE1_PROC_WAITING_EDEFAULT; |
| 95 | |
| 96 | /** |
| 97 | * The default value of the '{@link #getPhase1ServiceTime() <em>Phase1 Service Time</em>}' attribute. |
| 98 | * <!-- begin-user-doc --> |
| 99 | * <!-- end-user-doc --> |
| 100 | * @see #getPhase1ServiceTime() |
| 101 | * @generated |
| 102 | * @ordered |
| 103 | */ |
| 104 | protected static final Object PHASE1_SERVICE_TIME_EDEFAULT = null; |
| 105 | |
| 106 | /** |
| 107 | * The cached value of the '{@link #getPhase1ServiceTime() <em>Phase1 Service Time</em>}' attribute. |
| 108 | * <!-- begin-user-doc --> |
| 109 | * <!-- end-user-doc --> |
| 110 | * @see #getPhase1ServiceTime() |
| 111 | * @generated |
| 112 | * @ordered |
| 113 | */ |
| 114 | protected Object phase1ServiceTime = PHASE1_SERVICE_TIME_EDEFAULT; |
| 115 | |
| 116 | /** |
| 117 | * The default value of the '{@link #getPhase1ServiceTimeVariance() <em>Phase1 Service Time Variance</em>}' attribute. |
| 118 | * <!-- begin-user-doc --> |
| 119 | * <!-- end-user-doc --> |
| 120 | * @see #getPhase1ServiceTimeVariance() |
| 121 | * @generated |
| 122 | * @ordered |
| 123 | */ |
| 124 | protected static final Object PHASE1_SERVICE_TIME_VARIANCE_EDEFAULT = null; |
| 125 | |
| 126 | /** |
| 127 | * The cached value of the '{@link #getPhase1ServiceTimeVariance() <em>Phase1 Service Time Variance</em>}' attribute. |
| 128 | * <!-- begin-user-doc --> |
| 129 | * <!-- end-user-doc --> |
| 130 | * @see #getPhase1ServiceTimeVariance() |
| 131 | * @generated |
| 132 | * @ordered |
| 133 | */ |
| 134 | protected Object phase1ServiceTimeVariance = PHASE1_SERVICE_TIME_VARIANCE_EDEFAULT; |
| 135 | |
| 136 | /** |
| 137 | * The default value of the '{@link #getPhase1Utilization() <em>Phase1 Utilization</em>}' attribute. |
| 138 | * <!-- begin-user-doc --> |
| 139 | * <!-- end-user-doc --> |
| 140 | * @see #getPhase1Utilization() |
| 141 | * @generated |
| 142 | * @ordered |
| 143 | */ |
| 144 | protected static final Object PHASE1_UTILIZATION_EDEFAULT = null; |
| 145 | |
| 146 | /** |
| 147 | * The cached value of the '{@link #getPhase1Utilization() <em>Phase1 Utilization</em>}' attribute. |
| 148 | * <!-- begin-user-doc --> |
| 149 | * <!-- end-user-doc --> |
| 150 | * @see #getPhase1Utilization() |
| 151 | * @generated |
| 152 | * @ordered |
| 153 | */ |
| 154 | protected Object phase1Utilization = PHASE1_UTILIZATION_EDEFAULT; |
| 155 | |
| 156 | /** |
| 157 | * The default value of the '{@link #getPhase2ProcWaiting() <em>Phase2 Proc Waiting</em>}' attribute. |
| 158 | * <!-- begin-user-doc --> |
| 159 | * <!-- end-user-doc --> |
| 160 | * @see #getPhase2ProcWaiting() |
| 161 | * @generated |
| 162 | * @ordered |
| 163 | */ |
| 164 | protected static final Object PHASE2_PROC_WAITING_EDEFAULT = null; |
| 165 | |
| 166 | /** |
| 167 | * The cached value of the '{@link #getPhase2ProcWaiting() <em>Phase2 Proc Waiting</em>}' attribute. |
| 168 | * <!-- begin-user-doc --> |
| 169 | * <!-- end-user-doc --> |
| 170 | * @see #getPhase2ProcWaiting() |
| 171 | * @generated |
| 172 | * @ordered |
| 173 | */ |
| 174 | protected Object phase2ProcWaiting = PHASE2_PROC_WAITING_EDEFAULT; |
| 175 | |
| 176 | /** |
| 177 | * The default value of the '{@link #getPhase2ServiceTime() <em>Phase2 Service Time</em>}' attribute. |
| 178 | * <!-- begin-user-doc --> |
| 179 | * <!-- end-user-doc --> |
| 180 | * @see #getPhase2ServiceTime() |
| 181 | * @generated |
| 182 | * @ordered |
| 183 | */ |
| 184 | protected static final Object PHASE2_SERVICE_TIME_EDEFAULT = null; |
| 185 | |
| 186 | /** |
| 187 | * The cached value of the '{@link #getPhase2ServiceTime() <em>Phase2 Service Time</em>}' attribute. |
| 188 | * <!-- begin-user-doc --> |
| 189 | * <!-- end-user-doc --> |
| 190 | * @see #getPhase2ServiceTime() |
| 191 | * @generated |
| 192 | * @ordered |
| 193 | */ |
| 194 | protected Object phase2ServiceTime = PHASE2_SERVICE_TIME_EDEFAULT; |
| 195 | |
| 196 | /** |
| 197 | * The default value of the '{@link #getPhase2ServiceTimeVariance() <em>Phase2 Service Time Variance</em>}' attribute. |
| 198 | * <!-- begin-user-doc --> |
| 199 | * <!-- end-user-doc --> |
| 200 | * @see #getPhase2ServiceTimeVariance() |
| 201 | * @generated |
| 202 | * @ordered |
| 203 | */ |
| 204 | protected static final Object PHASE2_SERVICE_TIME_VARIANCE_EDEFAULT = null; |
| 205 | |
| 206 | /** |
| 207 | * The cached value of the '{@link #getPhase2ServiceTimeVariance() <em>Phase2 Service Time Variance</em>}' attribute. |
| 208 | * <!-- begin-user-doc --> |
| 209 | * <!-- end-user-doc --> |
| 210 | * @see #getPhase2ServiceTimeVariance() |
| 211 | * @generated |
| 212 | * @ordered |
| 213 | */ |
| 214 | protected Object phase2ServiceTimeVariance = PHASE2_SERVICE_TIME_VARIANCE_EDEFAULT; |
| 215 | |
| 216 | /** |
| 217 | * The default value of the '{@link #getPhase2Utilization() <em>Phase2 Utilization</em>}' attribute. |
| 218 | * <!-- begin-user-doc --> |
| 219 | * <!-- end-user-doc --> |
| 220 | * @see #getPhase2Utilization() |
| 221 | * @generated |
| 222 | * @ordered |
| 223 | */ |
| 224 | protected static final Object PHASE2_UTILIZATION_EDEFAULT = null; |
| 225 | |
| 226 | /** |
| 227 | * The cached value of the '{@link #getPhase2Utilization() <em>Phase2 Utilization</em>}' attribute. |
| 228 | * <!-- begin-user-doc --> |
| 229 | * <!-- end-user-doc --> |
| 230 | * @see #getPhase2Utilization() |
| 231 | * @generated |
| 232 | * @ordered |
| 233 | */ |
| 234 | protected Object phase2Utilization = PHASE2_UTILIZATION_EDEFAULT; |
| 235 | |
| 236 | /** |
| 237 | * The default value of the '{@link #getPhase3ProcWaiting() <em>Phase3 Proc Waiting</em>}' attribute. |
| 238 | * <!-- begin-user-doc --> |
| 239 | * <!-- end-user-doc --> |
| 240 | * @see #getPhase3ProcWaiting() |
| 241 | * @generated |
| 242 | * @ordered |
| 243 | */ |
| 244 | protected static final Object PHASE3_PROC_WAITING_EDEFAULT = null; |
| 245 | |
| 246 | /** |
| 247 | * The cached value of the '{@link #getPhase3ProcWaiting() <em>Phase3 Proc Waiting</em>}' attribute. |
| 248 | * <!-- begin-user-doc --> |
| 249 | * <!-- end-user-doc --> |
| 250 | * @see #getPhase3ProcWaiting() |
| 251 | * @generated |
| 252 | * @ordered |
| 253 | */ |
| 254 | protected Object phase3ProcWaiting = PHASE3_PROC_WAITING_EDEFAULT; |
| 255 | |
| 256 | /** |
| 257 | * The default value of the '{@link #getPhase3ServiceTime() <em>Phase3 Service Time</em>}' attribute. |
| 258 | * <!-- begin-user-doc --> |
| 259 | * <!-- end-user-doc --> |
| 260 | * @see #getPhase3ServiceTime() |
| 261 | * @generated |
| 262 | * @ordered |
| 263 | */ |
| 264 | protected static final Object PHASE3_SERVICE_TIME_EDEFAULT = null; |
| 265 | |
| 266 | /** |
| 267 | * The cached value of the '{@link #getPhase3ServiceTime() <em>Phase3 Service Time</em>}' attribute. |
| 268 | * <!-- begin-user-doc --> |
| 269 | * <!-- end-user-doc --> |
| 270 | * @see #getPhase3ServiceTime() |
| 271 | * @generated |
| 272 | * @ordered |
| 273 | */ |
| 274 | protected Object phase3ServiceTime = PHASE3_SERVICE_TIME_EDEFAULT; |
| 275 | |
| 276 | /** |
| 277 | * The default value of the '{@link #getPhase3ServiceTimeVariance() <em>Phase3 Service Time Variance</em>}' attribute. |
| 278 | * <!-- begin-user-doc --> |
| 279 | * <!-- end-user-doc --> |
| 280 | * @see #getPhase3ServiceTimeVariance() |
| 281 | * @generated |
| 282 | * @ordered |
| 283 | */ |
| 284 | protected static final Object PHASE3_SERVICE_TIME_VARIANCE_EDEFAULT = null; |
| 285 | |
| 286 | /** |
| 287 | * The cached value of the '{@link #getPhase3ServiceTimeVariance() <em>Phase3 Service Time Variance</em>}' attribute. |
| 288 | * <!-- begin-user-doc --> |
| 289 | * <!-- end-user-doc --> |
| 290 | * @see #getPhase3ServiceTimeVariance() |
| 291 | * @generated |
| 292 | * @ordered |
| 293 | */ |
| 294 | protected Object phase3ServiceTimeVariance = PHASE3_SERVICE_TIME_VARIANCE_EDEFAULT; |
| 295 | |
| 296 | /** |
| 297 | * The default value of the '{@link #getPhase3Utilization() <em>Phase3 Utilization</em>}' attribute. |
| 298 | * <!-- begin-user-doc --> |
| 299 | * <!-- end-user-doc --> |
| 300 | * @see #getPhase3Utilization() |
| 301 | * @generated |
| 302 | * @ordered |
| 303 | */ |
| 304 | protected static final Object PHASE3_UTILIZATION_EDEFAULT = null; |
| 305 | |
| 306 | /** |
| 307 | * The cached value of the '{@link #getPhase3Utilization() <em>Phase3 Utilization</em>}' attribute. |
| 308 | * <!-- begin-user-doc --> |
| 309 | * <!-- end-user-doc --> |
| 310 | * @see #getPhase3Utilization() |
| 311 | * @generated |
| 312 | * @ordered |
| 313 | */ |
| 314 | protected Object phase3Utilization = PHASE3_UTILIZATION_EDEFAULT; |
| 315 | |
| 316 | /** |
| 317 | * The default value of the '{@link #getProbExceedMaxServiceTime() <em>Prob Exceed Max Service Time</em>}' attribute. |
| 318 | * <!-- begin-user-doc --> |
| 319 | * <!-- end-user-doc --> |
| 320 | * @see #getProbExceedMaxServiceTime() |
| 321 | * @generated |
| 322 | * @ordered |
| 323 | */ |
| 324 | protected static final Object PROB_EXCEED_MAX_SERVICE_TIME_EDEFAULT = null; |
| 325 | |
| 326 | /** |
| 327 | * The cached value of the '{@link #getProbExceedMaxServiceTime() <em>Prob Exceed Max Service Time</em>}' attribute. |
| 328 | * <!-- begin-user-doc --> |
| 329 | * <!-- end-user-doc --> |
| 330 | * @see #getProbExceedMaxServiceTime() |
| 331 | * @generated |
| 332 | * @ordered |
| 333 | */ |
| 334 | protected Object probExceedMaxServiceTime = PROB_EXCEED_MAX_SERVICE_TIME_EDEFAULT; |
| 335 | |
| 336 | /** |
| 337 | * The default value of the '{@link #getProcUtilization() <em>Proc Utilization</em>}' attribute. |
| 338 | * <!-- begin-user-doc --> |
| 339 | * <!-- end-user-doc --> |
| 340 | * @see #getProcUtilization() |
| 341 | * @generated |
| 342 | * @ordered |
| 343 | */ |
| 344 | protected static final Object PROC_UTILIZATION_EDEFAULT = null; |
| 345 | |
| 346 | /** |
| 347 | * The cached value of the '{@link #getProcUtilization() <em>Proc Utilization</em>}' attribute. |
| 348 | * <!-- begin-user-doc --> |
| 349 | * <!-- end-user-doc --> |
| 350 | * @see #getProcUtilization() |
| 351 | * @generated |
| 352 | * @ordered |
| 353 | */ |
| 354 | protected Object procUtilization = PROC_UTILIZATION_EDEFAULT; |
| 355 | |
| 356 | /** |
| 357 | * The default value of the '{@link #getProcWaiting() <em>Proc Waiting</em>}' attribute. |
| 358 | * <!-- begin-user-doc --> |
| 359 | * <!-- end-user-doc --> |
| 360 | * @see #getProcWaiting() |
| 361 | * @generated |
| 362 | * @ordered |
| 363 | */ |
| 364 | protected static final Object PROC_WAITING_EDEFAULT = null; |
| 365 | |
| 366 | /** |
| 367 | * The cached value of the '{@link #getProcWaiting() <em>Proc Waiting</em>}' attribute. |
| 368 | * <!-- begin-user-doc --> |
| 369 | * <!-- end-user-doc --> |
| 370 | * @see #getProcWaiting() |
| 371 | * @generated |
| 372 | * @ordered |
| 373 | */ |
| 374 | protected Object procWaiting = PROC_WAITING_EDEFAULT; |
| 375 | |
| 376 | /** |
| 377 | * The default value of the '{@link #getServiceTime() <em>Service Time</em>}' attribute. |
| 378 | * <!-- begin-user-doc --> |
| 379 | * <!-- end-user-doc --> |
| 380 | * @see #getServiceTime() |
| 381 | * @generated |
| 382 | * @ordered |
| 383 | */ |
| 384 | protected static final Object SERVICE_TIME_EDEFAULT = null; |
| 385 | |
| 386 | /** |
| 387 | * The cached value of the '{@link #getServiceTime() <em>Service Time</em>}' attribute. |
| 388 | * <!-- begin-user-doc --> |
| 389 | * <!-- end-user-doc --> |
| 390 | * @see #getServiceTime() |
| 391 | * @generated |
| 392 | * @ordered |
| 393 | */ |
| 394 | protected Object serviceTime = SERVICE_TIME_EDEFAULT; |
| 395 | |
| 396 | /** |
| 397 | * The default value of the '{@link #getServiceTimeVariance() <em>Service Time Variance</em>}' attribute. |
| 398 | * <!-- begin-user-doc --> |
| 399 | * <!-- end-user-doc --> |
| 400 | * @see #getServiceTimeVariance() |
| 401 | * @generated |
| 402 | * @ordered |
| 403 | */ |
| 404 | protected static final Object SERVICE_TIME_VARIANCE_EDEFAULT = null; |
| 405 | |
| 406 | /** |
| 407 | * The cached value of the '{@link #getServiceTimeVariance() <em>Service Time Variance</em>}' attribute. |
| 408 | * <!-- begin-user-doc --> |
| 409 | * <!-- end-user-doc --> |
| 410 | * @see #getServiceTimeVariance() |
| 411 | * @generated |
| 412 | * @ordered |
| 413 | */ |
| 414 | protected Object serviceTimeVariance = SERVICE_TIME_VARIANCE_EDEFAULT; |
| 415 | |
| 416 | /** |
| 417 | * The default value of the '{@link #getSquaredCoeffVariation() <em>Squared Coeff Variation</em>}' attribute. |
| 418 | * <!-- begin-user-doc --> |
| 419 | * <!-- end-user-doc --> |
| 420 | * @see #getSquaredCoeffVariation() |
| 421 | * @generated |
| 422 | * @ordered |
| 423 | */ |
| 424 | protected static final Object SQUARED_COEFF_VARIATION_EDEFAULT = null; |
| 425 | |
| 426 | /** |
| 427 | * The cached value of the '{@link #getSquaredCoeffVariation() <em>Squared Coeff Variation</em>}' attribute. |
| 428 | * <!-- begin-user-doc --> |
| 429 | * <!-- end-user-doc --> |
| 430 | * @see #getSquaredCoeffVariation() |
| 431 | * @generated |
| 432 | * @ordered |
| 433 | */ |
| 434 | protected Object squaredCoeffVariation = SQUARED_COEFF_VARIATION_EDEFAULT; |
| 435 | |
| 436 | /** |
| 437 | * The default value of the '{@link #getThroughput() <em>Throughput</em>}' attribute. |
| 438 | * <!-- begin-user-doc --> |
| 439 | * <!-- end-user-doc --> |
| 440 | * @see #getThroughput() |
| 441 | * @generated |
| 442 | * @ordered |
| 443 | */ |
| 444 | protected static final Object THROUGHPUT_EDEFAULT = null; |
| 445 | |
| 446 | /** |
| 447 | * The cached value of the '{@link #getThroughput() <em>Throughput</em>}' attribute. |
| 448 | * <!-- begin-user-doc --> |
| 449 | * <!-- end-user-doc --> |
| 450 | * @see #getThroughput() |
| 451 | * @generated |
| 452 | * @ordered |
| 453 | */ |
| 454 | protected Object throughput = THROUGHPUT_EDEFAULT; |
| 455 | |
| 456 | /** |
| 457 | * The default value of the '{@link #getThroughputBound() <em>Throughput Bound</em>}' attribute. |
| 458 | * <!-- begin-user-doc --> |
| 459 | * <!-- end-user-doc --> |
| 460 | * @see #getThroughputBound() |
| 461 | * @generated |
| 462 | * @ordered |
| 463 | */ |
| 464 | protected static final Object THROUGHPUT_BOUND_EDEFAULT = null; |
| 465 | |
| 466 | /** |
| 467 | * The cached value of the '{@link #getThroughputBound() <em>Throughput Bound</em>}' attribute. |
| 468 | * <!-- begin-user-doc --> |
| 469 | * <!-- end-user-doc --> |
| 470 | * @see #getThroughputBound() |
| 471 | * @generated |
| 472 | * @ordered |
| 473 | */ |
| 474 | protected Object throughputBound = THROUGHPUT_BOUND_EDEFAULT; |
| 475 | |
| 476 | /** |
| 477 | * The default value of the '{@link #getUtilization() <em>Utilization</em>}' attribute. |
| 478 | * <!-- begin-user-doc --> |
| 479 | * <!-- end-user-doc --> |
| 480 | * @see #getUtilization() |
| 481 | * @generated |
| 482 | * @ordered |
| 483 | */ |
| 484 | protected static final Object UTILIZATION_EDEFAULT = null; |
| 485 | |
| 486 | /** |
| 487 | * The cached value of the '{@link #getUtilization() <em>Utilization</em>}' attribute. |
| 488 | * <!-- begin-user-doc --> |
| 489 | * <!-- end-user-doc --> |
| 490 | * @see #getUtilization() |
| 491 | * @generated |
| 492 | * @ordered |
| 493 | */ |
| 494 | protected Object utilization = UTILIZATION_EDEFAULT; |
| 495 | |
| 496 | /** |
| 497 | * The default value of the '{@link #getWaiting() <em>Waiting</em>}' attribute. |
| 498 | * <!-- begin-user-doc --> |
| 499 | * <!-- end-user-doc --> |
| 500 | * @see #getWaiting() |
| 501 | * @generated |
| 502 | * @ordered |
| 503 | */ |
| 504 | protected static final Object WAITING_EDEFAULT = null; |
| 505 | |
| 506 | /** |
| 507 | * The cached value of the '{@link #getWaiting() <em>Waiting</em>}' attribute. |
| 508 | * <!-- begin-user-doc --> |
| 509 | * <!-- end-user-doc --> |
| 510 | * @see #getWaiting() |
| 511 | * @generated |
| 512 | * @ordered |
| 513 | */ |
| 514 | protected Object waiting = WAITING_EDEFAULT; |
| 515 | |
| 516 | /** |
| 517 | * The default value of the '{@link #getWaitingVariance() <em>Waiting Variance</em>}' attribute. |
| 518 | * <!-- begin-user-doc --> |
| 519 | * <!-- end-user-doc --> |
| 520 | * @see #getWaitingVariance() |
| 521 | * @generated |
| 522 | * @ordered |
| 523 | */ |
| 524 | protected static final Object WAITING_VARIANCE_EDEFAULT = null; |
| 525 | |
| 526 | /** |
| 527 | * The cached value of the '{@link #getWaitingVariance() <em>Waiting Variance</em>}' attribute. |
| 528 | * <!-- begin-user-doc --> |
| 529 | * <!-- end-user-doc --> |
| 530 | * @see #getWaitingVariance() |
| 531 | * @generated |
| 532 | * @ordered |
| 533 | */ |
| 534 | protected Object waitingVariance = WAITING_VARIANCE_EDEFAULT; |
| 535 | |
| 536 | /** |
| 537 | * <!-- begin-user-doc --> |
| 538 | * <!-- end-user-doc --> |
| 539 | * @generated |
| 540 | */ |
| 541 | protected ResultConf95Type1Impl() { |
| 542 | super(); |
| 543 | } |
| 544 | |
| 545 | /** |
| 546 | * <!-- begin-user-doc --> |
| 547 | * <!-- end-user-doc --> |
| 548 | * @generated |
| 549 | */ |
| 550 | @Override |
| 551 | protected EClass eStaticClass() { |
| 552 | return LqnCorePackage.Literals.RESULT_CONF95_TYPE1; |
| 553 | } |
| 554 | |
| 555 | /** |
| 556 | * <!-- begin-user-doc --> |
| 557 | * <!-- end-user-doc --> |
| 558 | * @generated |
| 559 | */ |
| 560 | public Object getOpenWaitTime() { |
| 561 | return openWaitTime; |
| 562 | } |
| 563 | |
| 564 | /** |
| 565 | * <!-- begin-user-doc --> |
| 566 | * <!-- end-user-doc --> |
| 567 | * @generated |
| 568 | */ |
| 569 | public void setOpenWaitTime(Object newOpenWaitTime) { |
| 570 | Object oldOpenWaitTime = openWaitTime; |
| 571 | openWaitTime = newOpenWaitTime; |
| 572 | if (eNotificationRequired()) |
| 573 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__OPEN_WAIT_TIME, oldOpenWaitTime, openWaitTime)); |
| 574 | } |
| 575 | |
| 576 | /** |
| 577 | * <!-- begin-user-doc --> |
| 578 | * <!-- end-user-doc --> |
| 579 | * @generated |
| 580 | */ |
| 581 | public Object getPhase1ProcWaiting() { |
| 582 | return phase1ProcWaiting; |
| 583 | } |
| 584 | |
| 585 | /** |
| 586 | * <!-- begin-user-doc --> |
| 587 | * <!-- end-user-doc --> |
| 588 | * @generated |
| 589 | */ |
| 590 | public void setPhase1ProcWaiting(Object newPhase1ProcWaiting) { |
| 591 | Object oldPhase1ProcWaiting = phase1ProcWaiting; |
| 592 | phase1ProcWaiting = newPhase1ProcWaiting; |
| 593 | if (eNotificationRequired()) |
| 594 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_PROC_WAITING, oldPhase1ProcWaiting, phase1ProcWaiting)); |
| 595 | } |
| 596 | |
| 597 | /** |
| 598 | * <!-- begin-user-doc --> |
| 599 | * <!-- end-user-doc --> |
| 600 | * @generated |
| 601 | */ |
| 602 | public Object getPhase1ServiceTime() { |
| 603 | return phase1ServiceTime; |
| 604 | } |
| 605 | |
| 606 | /** |
| 607 | * <!-- begin-user-doc --> |
| 608 | * <!-- end-user-doc --> |
| 609 | * @generated |
| 610 | */ |
| 611 | public void setPhase1ServiceTime(Object newPhase1ServiceTime) { |
| 612 | Object oldPhase1ServiceTime = phase1ServiceTime; |
| 613 | phase1ServiceTime = newPhase1ServiceTime; |
| 614 | if (eNotificationRequired()) |
| 615 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME, oldPhase1ServiceTime, phase1ServiceTime)); |
| 616 | } |
| 617 | |
| 618 | /** |
| 619 | * <!-- begin-user-doc --> |
| 620 | * <!-- end-user-doc --> |
| 621 | * @generated |
| 622 | */ |
| 623 | public Object getPhase1ServiceTimeVariance() { |
| 624 | return phase1ServiceTimeVariance; |
| 625 | } |
| 626 | |
| 627 | /** |
| 628 | * <!-- begin-user-doc --> |
| 629 | * <!-- end-user-doc --> |
| 630 | * @generated |
| 631 | */ |
| 632 | public void setPhase1ServiceTimeVariance(Object newPhase1ServiceTimeVariance) { |
| 633 | Object oldPhase1ServiceTimeVariance = phase1ServiceTimeVariance; |
| 634 | phase1ServiceTimeVariance = newPhase1ServiceTimeVariance; |
| 635 | if (eNotificationRequired()) |
| 636 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME_VARIANCE, oldPhase1ServiceTimeVariance, phase1ServiceTimeVariance)); |
| 637 | } |
| 638 | |
| 639 | /** |
| 640 | * <!-- begin-user-doc --> |
| 641 | * <!-- end-user-doc --> |
| 642 | * @generated |
| 643 | */ |
| 644 | public Object getPhase1Utilization() { |
| 645 | return phase1Utilization; |
| 646 | } |
| 647 | |
| 648 | /** |
| 649 | * <!-- begin-user-doc --> |
| 650 | * <!-- end-user-doc --> |
| 651 | * @generated |
| 652 | */ |
| 653 | public void setPhase1Utilization(Object newPhase1Utilization) { |
| 654 | Object oldPhase1Utilization = phase1Utilization; |
| 655 | phase1Utilization = newPhase1Utilization; |
| 656 | if (eNotificationRequired()) |
| 657 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_UTILIZATION, oldPhase1Utilization, phase1Utilization)); |
| 658 | } |
| 659 | |
| 660 | /** |
| 661 | * <!-- begin-user-doc --> |
| 662 | * <!-- end-user-doc --> |
| 663 | * @generated |
| 664 | */ |
| 665 | public Object getPhase2ProcWaiting() { |
| 666 | return phase2ProcWaiting; |
| 667 | } |
| 668 | |
| 669 | /** |
| 670 | * <!-- begin-user-doc --> |
| 671 | * <!-- end-user-doc --> |
| 672 | * @generated |
| 673 | */ |
| 674 | public void setPhase2ProcWaiting(Object newPhase2ProcWaiting) { |
| 675 | Object oldPhase2ProcWaiting = phase2ProcWaiting; |
| 676 | phase2ProcWaiting = newPhase2ProcWaiting; |
| 677 | if (eNotificationRequired()) |
| 678 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_PROC_WAITING, oldPhase2ProcWaiting, phase2ProcWaiting)); |
| 679 | } |
| 680 | |
| 681 | /** |
| 682 | * <!-- begin-user-doc --> |
| 683 | * <!-- end-user-doc --> |
| 684 | * @generated |
| 685 | */ |
| 686 | public Object getPhase2ServiceTime() { |
| 687 | return phase2ServiceTime; |
| 688 | } |
| 689 | |
| 690 | /** |
| 691 | * <!-- begin-user-doc --> |
| 692 | * <!-- end-user-doc --> |
| 693 | * @generated |
| 694 | */ |
| 695 | public void setPhase2ServiceTime(Object newPhase2ServiceTime) { |
| 696 | Object oldPhase2ServiceTime = phase2ServiceTime; |
| 697 | phase2ServiceTime = newPhase2ServiceTime; |
| 698 | if (eNotificationRequired()) |
| 699 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME, oldPhase2ServiceTime, phase2ServiceTime)); |
| 700 | } |
| 701 | |
| 702 | /** |
| 703 | * <!-- begin-user-doc --> |
| 704 | * <!-- end-user-doc --> |
| 705 | * @generated |
| 706 | */ |
| 707 | public Object getPhase2ServiceTimeVariance() { |
| 708 | return phase2ServiceTimeVariance; |
| 709 | } |
| 710 | |
| 711 | /** |
| 712 | * <!-- begin-user-doc --> |
| 713 | * <!-- end-user-doc --> |
| 714 | * @generated |
| 715 | */ |
| 716 | public void setPhase2ServiceTimeVariance(Object newPhase2ServiceTimeVariance) { |
| 717 | Object oldPhase2ServiceTimeVariance = phase2ServiceTimeVariance; |
| 718 | phase2ServiceTimeVariance = newPhase2ServiceTimeVariance; |
| 719 | if (eNotificationRequired()) |
| 720 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME_VARIANCE, oldPhase2ServiceTimeVariance, phase2ServiceTimeVariance)); |
| 721 | } |
| 722 | |
| 723 | /** |
| 724 | * <!-- begin-user-doc --> |
| 725 | * <!-- end-user-doc --> |
| 726 | * @generated |
| 727 | */ |
| 728 | public Object getPhase2Utilization() { |
| 729 | return phase2Utilization; |
| 730 | } |
| 731 | |
| 732 | /** |
| 733 | * <!-- begin-user-doc --> |
| 734 | * <!-- end-user-doc --> |
| 735 | * @generated |
| 736 | */ |
| 737 | public void setPhase2Utilization(Object newPhase2Utilization) { |
| 738 | Object oldPhase2Utilization = phase2Utilization; |
| 739 | phase2Utilization = newPhase2Utilization; |
| 740 | if (eNotificationRequired()) |
| 741 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_UTILIZATION, oldPhase2Utilization, phase2Utilization)); |
| 742 | } |
| 743 | |
| 744 | /** |
| 745 | * <!-- begin-user-doc --> |
| 746 | * <!-- end-user-doc --> |
| 747 | * @generated |
| 748 | */ |
| 749 | public Object getPhase3ProcWaiting() { |
| 750 | return phase3ProcWaiting; |
| 751 | } |
| 752 | |
| 753 | /** |
| 754 | * <!-- begin-user-doc --> |
| 755 | * <!-- end-user-doc --> |
| 756 | * @generated |
| 757 | */ |
| 758 | public void setPhase3ProcWaiting(Object newPhase3ProcWaiting) { |
| 759 | Object oldPhase3ProcWaiting = phase3ProcWaiting; |
| 760 | phase3ProcWaiting = newPhase3ProcWaiting; |
| 761 | if (eNotificationRequired()) |
| 762 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_PROC_WAITING, oldPhase3ProcWaiting, phase3ProcWaiting)); |
| 763 | } |
| 764 | |
| 765 | /** |
| 766 | * <!-- begin-user-doc --> |
| 767 | * <!-- end-user-doc --> |
| 768 | * @generated |
| 769 | */ |
| 770 | public Object getPhase3ServiceTime() { |
| 771 | return phase3ServiceTime; |
| 772 | } |
| 773 | |
| 774 | /** |
| 775 | * <!-- begin-user-doc --> |
| 776 | * <!-- end-user-doc --> |
| 777 | * @generated |
| 778 | */ |
| 779 | public void setPhase3ServiceTime(Object newPhase3ServiceTime) { |
| 780 | Object oldPhase3ServiceTime = phase3ServiceTime; |
| 781 | phase3ServiceTime = newPhase3ServiceTime; |
| 782 | if (eNotificationRequired()) |
| 783 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME, oldPhase3ServiceTime, phase3ServiceTime)); |
| 784 | } |
| 785 | |
| 786 | /** |
| 787 | * <!-- begin-user-doc --> |
| 788 | * <!-- end-user-doc --> |
| 789 | * @generated |
| 790 | */ |
| 791 | public Object getPhase3ServiceTimeVariance() { |
| 792 | return phase3ServiceTimeVariance; |
| 793 | } |
| 794 | |
| 795 | /** |
| 796 | * <!-- begin-user-doc --> |
| 797 | * <!-- end-user-doc --> |
| 798 | * @generated |
| 799 | */ |
| 800 | public void setPhase3ServiceTimeVariance(Object newPhase3ServiceTimeVariance) { |
| 801 | Object oldPhase3ServiceTimeVariance = phase3ServiceTimeVariance; |
| 802 | phase3ServiceTimeVariance = newPhase3ServiceTimeVariance; |
| 803 | if (eNotificationRequired()) |
| 804 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME_VARIANCE, oldPhase3ServiceTimeVariance, phase3ServiceTimeVariance)); |
| 805 | } |
| 806 | |
| 807 | /** |
| 808 | * <!-- begin-user-doc --> |
| 809 | * <!-- end-user-doc --> |
| 810 | * @generated |
| 811 | */ |
| 812 | public Object getPhase3Utilization() { |
| 813 | return phase3Utilization; |
| 814 | } |
| 815 | |
| 816 | /** |
| 817 | * <!-- begin-user-doc --> |
| 818 | * <!-- end-user-doc --> |
| 819 | * @generated |
| 820 | */ |
| 821 | public void setPhase3Utilization(Object newPhase3Utilization) { |
| 822 | Object oldPhase3Utilization = phase3Utilization; |
| 823 | phase3Utilization = newPhase3Utilization; |
| 824 | if (eNotificationRequired()) |
| 825 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_UTILIZATION, oldPhase3Utilization, phase3Utilization)); |
| 826 | } |
| 827 | |
| 828 | /** |
| 829 | * <!-- begin-user-doc --> |
| 830 | * <!-- end-user-doc --> |
| 831 | * @generated |
| 832 | */ |
| 833 | public Object getProbExceedMaxServiceTime() { |
| 834 | return probExceedMaxServiceTime; |
| 835 | } |
| 836 | |
| 837 | /** |
| 838 | * <!-- begin-user-doc --> |
| 839 | * <!-- end-user-doc --> |
| 840 | * @generated |
| 841 | */ |
| 842 | public void setProbExceedMaxServiceTime(Object newProbExceedMaxServiceTime) { |
| 843 | Object oldProbExceedMaxServiceTime = probExceedMaxServiceTime; |
| 844 | probExceedMaxServiceTime = newProbExceedMaxServiceTime; |
| 845 | if (eNotificationRequired()) |
| 846 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PROB_EXCEED_MAX_SERVICE_TIME, oldProbExceedMaxServiceTime, probExceedMaxServiceTime)); |
| 847 | } |
| 848 | |
| 849 | /** |
| 850 | * <!-- begin-user-doc --> |
| 851 | * <!-- end-user-doc --> |
| 852 | * @generated |
| 853 | */ |
| 854 | public Object getProcUtilization() { |
| 855 | return procUtilization; |
| 856 | } |
| 857 | |
| 858 | /** |
| 859 | * <!-- begin-user-doc --> |
| 860 | * <!-- end-user-doc --> |
| 861 | * @generated |
| 862 | */ |
| 863 | public void setProcUtilization(Object newProcUtilization) { |
| 864 | Object oldProcUtilization = procUtilization; |
| 865 | procUtilization = newProcUtilization; |
| 866 | if (eNotificationRequired()) |
| 867 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PROC_UTILIZATION, oldProcUtilization, procUtilization)); |
| 868 | } |
| 869 | |
| 870 | /** |
| 871 | * <!-- begin-user-doc --> |
| 872 | * <!-- end-user-doc --> |
| 873 | * @generated |
| 874 | */ |
| 875 | public Object getProcWaiting() { |
| 876 | return procWaiting; |
| 877 | } |
| 878 | |
| 879 | /** |
| 880 | * <!-- begin-user-doc --> |
| 881 | * <!-- end-user-doc --> |
| 882 | * @generated |
| 883 | */ |
| 884 | public void setProcWaiting(Object newProcWaiting) { |
| 885 | Object oldProcWaiting = procWaiting; |
| 886 | procWaiting = newProcWaiting; |
| 887 | if (eNotificationRequired()) |
| 888 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__PROC_WAITING, oldProcWaiting, procWaiting)); |
| 889 | } |
| 890 | |
| 891 | /** |
| 892 | * <!-- begin-user-doc --> |
| 893 | * <!-- end-user-doc --> |
| 894 | * @generated |
| 895 | */ |
| 896 | public Object getServiceTime() { |
| 897 | return serviceTime; |
| 898 | } |
| 899 | |
| 900 | /** |
| 901 | * <!-- begin-user-doc --> |
| 902 | * <!-- end-user-doc --> |
| 903 | * @generated |
| 904 | */ |
| 905 | public void setServiceTime(Object newServiceTime) { |
| 906 | Object oldServiceTime = serviceTime; |
| 907 | serviceTime = newServiceTime; |
| 908 | if (eNotificationRequired()) |
| 909 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME, oldServiceTime, serviceTime)); |
| 910 | } |
| 911 | |
| 912 | /** |
| 913 | * <!-- begin-user-doc --> |
| 914 | * <!-- end-user-doc --> |
| 915 | * @generated |
| 916 | */ |
| 917 | public Object getServiceTimeVariance() { |
| 918 | return serviceTimeVariance; |
| 919 | } |
| 920 | |
| 921 | /** |
| 922 | * <!-- begin-user-doc --> |
| 923 | * <!-- end-user-doc --> |
| 924 | * @generated |
| 925 | */ |
| 926 | public void setServiceTimeVariance(Object newServiceTimeVariance) { |
| 927 | Object oldServiceTimeVariance = serviceTimeVariance; |
| 928 | serviceTimeVariance = newServiceTimeVariance; |
| 929 | if (eNotificationRequired()) |
| 930 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME_VARIANCE, oldServiceTimeVariance, serviceTimeVariance)); |
| 931 | } |
| 932 | |
| 933 | /** |
| 934 | * <!-- begin-user-doc --> |
| 935 | * <!-- end-user-doc --> |
| 936 | * @generated |
| 937 | */ |
| 938 | public Object getSquaredCoeffVariation() { |
| 939 | return squaredCoeffVariation; |
| 940 | } |
| 941 | |
| 942 | /** |
| 943 | * <!-- begin-user-doc --> |
| 944 | * <!-- end-user-doc --> |
| 945 | * @generated |
| 946 | */ |
| 947 | public void setSquaredCoeffVariation(Object newSquaredCoeffVariation) { |
| 948 | Object oldSquaredCoeffVariation = squaredCoeffVariation; |
| 949 | squaredCoeffVariation = newSquaredCoeffVariation; |
| 950 | if (eNotificationRequired()) |
| 951 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__SQUARED_COEFF_VARIATION, oldSquaredCoeffVariation, squaredCoeffVariation)); |
| 952 | } |
| 953 | |
| 954 | /** |
| 955 | * <!-- begin-user-doc --> |
| 956 | * <!-- end-user-doc --> |
| 957 | * @generated |
| 958 | */ |
| 959 | public Object getThroughput() { |
| 960 | return throughput; |
| 961 | } |
| 962 | |
| 963 | /** |
| 964 | * <!-- begin-user-doc --> |
| 965 | * <!-- end-user-doc --> |
| 966 | * @generated |
| 967 | */ |
| 968 | public void setThroughput(Object newThroughput) { |
| 969 | Object oldThroughput = throughput; |
| 970 | throughput = newThroughput; |
| 971 | if (eNotificationRequired()) |
| 972 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT, oldThroughput, throughput)); |
| 973 | } |
| 974 | |
| 975 | /** |
| 976 | * <!-- begin-user-doc --> |
| 977 | * <!-- end-user-doc --> |
| 978 | * @generated |
| 979 | */ |
| 980 | public Object getThroughputBound() { |
| 981 | return throughputBound; |
| 982 | } |
| 983 | |
| 984 | /** |
| 985 | * <!-- begin-user-doc --> |
| 986 | * <!-- end-user-doc --> |
| 987 | * @generated |
| 988 | */ |
| 989 | public void setThroughputBound(Object newThroughputBound) { |
| 990 | Object oldThroughputBound = throughputBound; |
| 991 | throughputBound = newThroughputBound; |
| 992 | if (eNotificationRequired()) |
| 993 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT_BOUND, oldThroughputBound, throughputBound)); |
| 994 | } |
| 995 | |
| 996 | /** |
| 997 | * <!-- begin-user-doc --> |
| 998 | * <!-- end-user-doc --> |
| 999 | * @generated |
| 1000 | */ |
| 1001 | public Object getUtilization() { |
| 1002 | return utilization; |
| 1003 | } |
| 1004 | |
| 1005 | /** |
| 1006 | * <!-- begin-user-doc --> |
| 1007 | * <!-- end-user-doc --> |
| 1008 | * @generated |
| 1009 | */ |
| 1010 | public void setUtilization(Object newUtilization) { |
| 1011 | Object oldUtilization = utilization; |
| 1012 | utilization = newUtilization; |
| 1013 | if (eNotificationRequired()) |
| 1014 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__UTILIZATION, oldUtilization, utilization)); |
| 1015 | } |
| 1016 | |
| 1017 | /** |
| 1018 | * <!-- begin-user-doc --> |
| 1019 | * <!-- end-user-doc --> |
| 1020 | * @generated |
| 1021 | */ |
| 1022 | public Object getWaiting() { |
| 1023 | return waiting; |
| 1024 | } |
| 1025 | |
| 1026 | /** |
| 1027 | * <!-- begin-user-doc --> |
| 1028 | * <!-- end-user-doc --> |
| 1029 | * @generated |
| 1030 | */ |
| 1031 | public void setWaiting(Object newWaiting) { |
| 1032 | Object oldWaiting = waiting; |
| 1033 | waiting = newWaiting; |
| 1034 | if (eNotificationRequired()) |
| 1035 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__WAITING, oldWaiting, waiting)); |
| 1036 | } |
| 1037 | |
| 1038 | /** |
| 1039 | * <!-- begin-user-doc --> |
| 1040 | * <!-- end-user-doc --> |
| 1041 | * @generated |
| 1042 | */ |
| 1043 | public Object getWaitingVariance() { |
| 1044 | return waitingVariance; |
| 1045 | } |
| 1046 | |
| 1047 | /** |
| 1048 | * <!-- begin-user-doc --> |
| 1049 | * <!-- end-user-doc --> |
| 1050 | * @generated |
| 1051 | */ |
| 1052 | public void setWaitingVariance(Object newWaitingVariance) { |
| 1053 | Object oldWaitingVariance = waitingVariance; |
| 1054 | waitingVariance = newWaitingVariance; |
| 1055 | if (eNotificationRequired()) |
| 1056 | eNotify(new ENotificationImpl(this, Notification.SET, LqnCorePackage.RESULT_CONF95_TYPE1__WAITING_VARIANCE, oldWaitingVariance, waitingVariance)); |
| 1057 | } |
| 1058 | |
| 1059 | /** |
| 1060 | * <!-- begin-user-doc --> |
| 1061 | * <!-- end-user-doc --> |
| 1062 | * @generated |
| 1063 | */ |
| 1064 | @Override |
| 1065 | public Object eGet(int featureID, boolean resolve, boolean coreType) { |
| 1066 | switch (featureID) { |
| 1067 | case LqnCorePackage.RESULT_CONF95_TYPE1__OPEN_WAIT_TIME: |
| 1068 | return getOpenWaitTime(); |
| 1069 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_PROC_WAITING: |
| 1070 | return getPhase1ProcWaiting(); |
| 1071 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME: |
| 1072 | return getPhase1ServiceTime(); |
| 1073 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME_VARIANCE: |
| 1074 | return getPhase1ServiceTimeVariance(); |
| 1075 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_UTILIZATION: |
| 1076 | return getPhase1Utilization(); |
| 1077 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_PROC_WAITING: |
| 1078 | return getPhase2ProcWaiting(); |
| 1079 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME: |
| 1080 | return getPhase2ServiceTime(); |
| 1081 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME_VARIANCE: |
| 1082 | return getPhase2ServiceTimeVariance(); |
| 1083 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_UTILIZATION: |
| 1084 | return getPhase2Utilization(); |
| 1085 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_PROC_WAITING: |
| 1086 | return getPhase3ProcWaiting(); |
| 1087 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME: |
| 1088 | return getPhase3ServiceTime(); |
| 1089 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME_VARIANCE: |
| 1090 | return getPhase3ServiceTimeVariance(); |
| 1091 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_UTILIZATION: |
| 1092 | return getPhase3Utilization(); |
| 1093 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROB_EXCEED_MAX_SERVICE_TIME: |
| 1094 | return getProbExceedMaxServiceTime(); |
| 1095 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_UTILIZATION: |
| 1096 | return getProcUtilization(); |
| 1097 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_WAITING: |
| 1098 | return getProcWaiting(); |
| 1099 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME: |
| 1100 | return getServiceTime(); |
| 1101 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME_VARIANCE: |
| 1102 | return getServiceTimeVariance(); |
| 1103 | case LqnCorePackage.RESULT_CONF95_TYPE1__SQUARED_COEFF_VARIATION: |
| 1104 | return getSquaredCoeffVariation(); |
| 1105 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT: |
| 1106 | return getThroughput(); |
| 1107 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT_BOUND: |
| 1108 | return getThroughputBound(); |
| 1109 | case LqnCorePackage.RESULT_CONF95_TYPE1__UTILIZATION: |
| 1110 | return getUtilization(); |
| 1111 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING: |
| 1112 | return getWaiting(); |
| 1113 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING_VARIANCE: |
| 1114 | return getWaitingVariance(); |
| 1115 | } |
| 1116 | return super.eGet(featureID, resolve, coreType); |
| 1117 | } |
| 1118 | |
| 1119 | /** |
| 1120 | * <!-- begin-user-doc --> |
| 1121 | * <!-- end-user-doc --> |
| 1122 | * @generated |
| 1123 | */ |
| 1124 | @Override |
| 1125 | public void eSet(int featureID, Object newValue) { |
| 1126 | switch (featureID) { |
| 1127 | case LqnCorePackage.RESULT_CONF95_TYPE1__OPEN_WAIT_TIME: |
| 1128 | setOpenWaitTime(newValue); |
| 1129 | return; |
| 1130 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_PROC_WAITING: |
| 1131 | setPhase1ProcWaiting(newValue); |
| 1132 | return; |
| 1133 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME: |
| 1134 | setPhase1ServiceTime(newValue); |
| 1135 | return; |
| 1136 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME_VARIANCE: |
| 1137 | setPhase1ServiceTimeVariance(newValue); |
| 1138 | return; |
| 1139 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_UTILIZATION: |
| 1140 | setPhase1Utilization(newValue); |
| 1141 | return; |
| 1142 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_PROC_WAITING: |
| 1143 | setPhase2ProcWaiting(newValue); |
| 1144 | return; |
| 1145 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME: |
| 1146 | setPhase2ServiceTime(newValue); |
| 1147 | return; |
| 1148 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME_VARIANCE: |
| 1149 | setPhase2ServiceTimeVariance(newValue); |
| 1150 | return; |
| 1151 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_UTILIZATION: |
| 1152 | setPhase2Utilization(newValue); |
| 1153 | return; |
| 1154 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_PROC_WAITING: |
| 1155 | setPhase3ProcWaiting(newValue); |
| 1156 | return; |
| 1157 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME: |
| 1158 | setPhase3ServiceTime(newValue); |
| 1159 | return; |
| 1160 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME_VARIANCE: |
| 1161 | setPhase3ServiceTimeVariance(newValue); |
| 1162 | return; |
| 1163 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_UTILIZATION: |
| 1164 | setPhase3Utilization(newValue); |
| 1165 | return; |
| 1166 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROB_EXCEED_MAX_SERVICE_TIME: |
| 1167 | setProbExceedMaxServiceTime(newValue); |
| 1168 | return; |
| 1169 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_UTILIZATION: |
| 1170 | setProcUtilization(newValue); |
| 1171 | return; |
| 1172 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_WAITING: |
| 1173 | setProcWaiting(newValue); |
| 1174 | return; |
| 1175 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME: |
| 1176 | setServiceTime(newValue); |
| 1177 | return; |
| 1178 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME_VARIANCE: |
| 1179 | setServiceTimeVariance(newValue); |
| 1180 | return; |
| 1181 | case LqnCorePackage.RESULT_CONF95_TYPE1__SQUARED_COEFF_VARIATION: |
| 1182 | setSquaredCoeffVariation(newValue); |
| 1183 | return; |
| 1184 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT: |
| 1185 | setThroughput(newValue); |
| 1186 | return; |
| 1187 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT_BOUND: |
| 1188 | setThroughputBound(newValue); |
| 1189 | return; |
| 1190 | case LqnCorePackage.RESULT_CONF95_TYPE1__UTILIZATION: |
| 1191 | setUtilization(newValue); |
| 1192 | return; |
| 1193 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING: |
| 1194 | setWaiting(newValue); |
| 1195 | return; |
| 1196 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING_VARIANCE: |
| 1197 | setWaitingVariance(newValue); |
| 1198 | return; |
| 1199 | } |
| 1200 | super.eSet(featureID, newValue); |
| 1201 | } |
| 1202 | |
| 1203 | /** |
| 1204 | * <!-- begin-user-doc --> |
| 1205 | * <!-- end-user-doc --> |
| 1206 | * @generated |
| 1207 | */ |
| 1208 | @Override |
| 1209 | public void eUnset(int featureID) { |
| 1210 | switch (featureID) { |
| 1211 | case LqnCorePackage.RESULT_CONF95_TYPE1__OPEN_WAIT_TIME: |
| 1212 | setOpenWaitTime(OPEN_WAIT_TIME_EDEFAULT); |
| 1213 | return; |
| 1214 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_PROC_WAITING: |
| 1215 | setPhase1ProcWaiting(PHASE1_PROC_WAITING_EDEFAULT); |
| 1216 | return; |
| 1217 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME: |
| 1218 | setPhase1ServiceTime(PHASE1_SERVICE_TIME_EDEFAULT); |
| 1219 | return; |
| 1220 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME_VARIANCE: |
| 1221 | setPhase1ServiceTimeVariance(PHASE1_SERVICE_TIME_VARIANCE_EDEFAULT); |
| 1222 | return; |
| 1223 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_UTILIZATION: |
| 1224 | setPhase1Utilization(PHASE1_UTILIZATION_EDEFAULT); |
| 1225 | return; |
| 1226 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_PROC_WAITING: |
| 1227 | setPhase2ProcWaiting(PHASE2_PROC_WAITING_EDEFAULT); |
| 1228 | return; |
| 1229 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME: |
| 1230 | setPhase2ServiceTime(PHASE2_SERVICE_TIME_EDEFAULT); |
| 1231 | return; |
| 1232 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME_VARIANCE: |
| 1233 | setPhase2ServiceTimeVariance(PHASE2_SERVICE_TIME_VARIANCE_EDEFAULT); |
| 1234 | return; |
| 1235 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_UTILIZATION: |
| 1236 | setPhase2Utilization(PHASE2_UTILIZATION_EDEFAULT); |
| 1237 | return; |
| 1238 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_PROC_WAITING: |
| 1239 | setPhase3ProcWaiting(PHASE3_PROC_WAITING_EDEFAULT); |
| 1240 | return; |
| 1241 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME: |
| 1242 | setPhase3ServiceTime(PHASE3_SERVICE_TIME_EDEFAULT); |
| 1243 | return; |
| 1244 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME_VARIANCE: |
| 1245 | setPhase3ServiceTimeVariance(PHASE3_SERVICE_TIME_VARIANCE_EDEFAULT); |
| 1246 | return; |
| 1247 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_UTILIZATION: |
| 1248 | setPhase3Utilization(PHASE3_UTILIZATION_EDEFAULT); |
| 1249 | return; |
| 1250 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROB_EXCEED_MAX_SERVICE_TIME: |
| 1251 | setProbExceedMaxServiceTime(PROB_EXCEED_MAX_SERVICE_TIME_EDEFAULT); |
| 1252 | return; |
| 1253 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_UTILIZATION: |
| 1254 | setProcUtilization(PROC_UTILIZATION_EDEFAULT); |
| 1255 | return; |
| 1256 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_WAITING: |
| 1257 | setProcWaiting(PROC_WAITING_EDEFAULT); |
| 1258 | return; |
| 1259 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME: |
| 1260 | setServiceTime(SERVICE_TIME_EDEFAULT); |
| 1261 | return; |
| 1262 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME_VARIANCE: |
| 1263 | setServiceTimeVariance(SERVICE_TIME_VARIANCE_EDEFAULT); |
| 1264 | return; |
| 1265 | case LqnCorePackage.RESULT_CONF95_TYPE1__SQUARED_COEFF_VARIATION: |
| 1266 | setSquaredCoeffVariation(SQUARED_COEFF_VARIATION_EDEFAULT); |
| 1267 | return; |
| 1268 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT: |
| 1269 | setThroughput(THROUGHPUT_EDEFAULT); |
| 1270 | return; |
| 1271 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT_BOUND: |
| 1272 | setThroughputBound(THROUGHPUT_BOUND_EDEFAULT); |
| 1273 | return; |
| 1274 | case LqnCorePackage.RESULT_CONF95_TYPE1__UTILIZATION: |
| 1275 | setUtilization(UTILIZATION_EDEFAULT); |
| 1276 | return; |
| 1277 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING: |
| 1278 | setWaiting(WAITING_EDEFAULT); |
| 1279 | return; |
| 1280 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING_VARIANCE: |
| 1281 | setWaitingVariance(WAITING_VARIANCE_EDEFAULT); |
| 1282 | return; |
| 1283 | } |
| 1284 | super.eUnset(featureID); |
| 1285 | } |
| 1286 | |
| 1287 | /** |
| 1288 | * <!-- begin-user-doc --> |
| 1289 | * <!-- end-user-doc --> |
| 1290 | * @generated |
| 1291 | */ |
| 1292 | @Override |
| 1293 | public boolean eIsSet(int featureID) { |
| 1294 | switch (featureID) { |
| 1295 | case LqnCorePackage.RESULT_CONF95_TYPE1__OPEN_WAIT_TIME: |
| 1296 | return OPEN_WAIT_TIME_EDEFAULT == null ? openWaitTime != null : !OPEN_WAIT_TIME_EDEFAULT.equals(openWaitTime); |
| 1297 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_PROC_WAITING: |
| 1298 | return PHASE1_PROC_WAITING_EDEFAULT == null ? phase1ProcWaiting != null : !PHASE1_PROC_WAITING_EDEFAULT.equals(phase1ProcWaiting); |
| 1299 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME: |
| 1300 | return PHASE1_SERVICE_TIME_EDEFAULT == null ? phase1ServiceTime != null : !PHASE1_SERVICE_TIME_EDEFAULT.equals(phase1ServiceTime); |
| 1301 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_SERVICE_TIME_VARIANCE: |
| 1302 | return PHASE1_SERVICE_TIME_VARIANCE_EDEFAULT == null ? phase1ServiceTimeVariance != null : !PHASE1_SERVICE_TIME_VARIANCE_EDEFAULT.equals(phase1ServiceTimeVariance); |
| 1303 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE1_UTILIZATION: |
| 1304 | return PHASE1_UTILIZATION_EDEFAULT == null ? phase1Utilization != null : !PHASE1_UTILIZATION_EDEFAULT.equals(phase1Utilization); |
| 1305 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_PROC_WAITING: |
| 1306 | return PHASE2_PROC_WAITING_EDEFAULT == null ? phase2ProcWaiting != null : !PHASE2_PROC_WAITING_EDEFAULT.equals(phase2ProcWaiting); |
| 1307 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME: |
| 1308 | return PHASE2_SERVICE_TIME_EDEFAULT == null ? phase2ServiceTime != null : !PHASE2_SERVICE_TIME_EDEFAULT.equals(phase2ServiceTime); |
| 1309 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_SERVICE_TIME_VARIANCE: |
| 1310 | return PHASE2_SERVICE_TIME_VARIANCE_EDEFAULT == null ? phase2ServiceTimeVariance != null : !PHASE2_SERVICE_TIME_VARIANCE_EDEFAULT.equals(phase2ServiceTimeVariance); |
| 1311 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE2_UTILIZATION: |
| 1312 | return PHASE2_UTILIZATION_EDEFAULT == null ? phase2Utilization != null : !PHASE2_UTILIZATION_EDEFAULT.equals(phase2Utilization); |
| 1313 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_PROC_WAITING: |
| 1314 | return PHASE3_PROC_WAITING_EDEFAULT == null ? phase3ProcWaiting != null : !PHASE3_PROC_WAITING_EDEFAULT.equals(phase3ProcWaiting); |
| 1315 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME: |
| 1316 | return PHASE3_SERVICE_TIME_EDEFAULT == null ? phase3ServiceTime != null : !PHASE3_SERVICE_TIME_EDEFAULT.equals(phase3ServiceTime); |
| 1317 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_SERVICE_TIME_VARIANCE: |
| 1318 | return PHASE3_SERVICE_TIME_VARIANCE_EDEFAULT == null ? phase3ServiceTimeVariance != null : !PHASE3_SERVICE_TIME_VARIANCE_EDEFAULT.equals(phase3ServiceTimeVariance); |
| 1319 | case LqnCorePackage.RESULT_CONF95_TYPE1__PHASE3_UTILIZATION: |
| 1320 | return PHASE3_UTILIZATION_EDEFAULT == null ? phase3Utilization != null : !PHASE3_UTILIZATION_EDEFAULT.equals(phase3Utilization); |
| 1321 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROB_EXCEED_MAX_SERVICE_TIME: |
| 1322 | return PROB_EXCEED_MAX_SERVICE_TIME_EDEFAULT == null ? probExceedMaxServiceTime != null : !PROB_EXCEED_MAX_SERVICE_TIME_EDEFAULT.equals(probExceedMaxServiceTime); |
| 1323 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_UTILIZATION: |
| 1324 | return PROC_UTILIZATION_EDEFAULT == null ? procUtilization != null : !PROC_UTILIZATION_EDEFAULT.equals(procUtilization); |
| 1325 | case LqnCorePackage.RESULT_CONF95_TYPE1__PROC_WAITING: |
| 1326 | return PROC_WAITING_EDEFAULT == null ? procWaiting != null : !PROC_WAITING_EDEFAULT.equals(procWaiting); |
| 1327 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME: |
| 1328 | return SERVICE_TIME_EDEFAULT == null ? serviceTime != null : !SERVICE_TIME_EDEFAULT.equals(serviceTime); |
| 1329 | case LqnCorePackage.RESULT_CONF95_TYPE1__SERVICE_TIME_VARIANCE: |
| 1330 | return SERVICE_TIME_VARIANCE_EDEFAULT == null ? serviceTimeVariance != null : !SERVICE_TIME_VARIANCE_EDEFAULT.equals(serviceTimeVariance); |
| 1331 | case LqnCorePackage.RESULT_CONF95_TYPE1__SQUARED_COEFF_VARIATION: |
| 1332 | return SQUARED_COEFF_VARIATION_EDEFAULT == null ? squaredCoeffVariation != null : !SQUARED_COEFF_VARIATION_EDEFAULT.equals(squaredCoeffVariation); |
| 1333 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT: |
| 1334 | return THROUGHPUT_EDEFAULT == null ? throughput != null : !THROUGHPUT_EDEFAULT.equals(throughput); |
| 1335 | case LqnCorePackage.RESULT_CONF95_TYPE1__THROUGHPUT_BOUND: |
| 1336 | return THROUGHPUT_BOUND_EDEFAULT == null ? throughputBound != null : !THROUGHPUT_BOUND_EDEFAULT.equals(throughputBound); |
| 1337 | case LqnCorePackage.RESULT_CONF95_TYPE1__UTILIZATION: |
| 1338 | return UTILIZATION_EDEFAULT == null ? utilization != null : !UTILIZATION_EDEFAULT.equals(utilization); |
| 1339 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING: |
| 1340 | return WAITING_EDEFAULT == null ? waiting != null : !WAITING_EDEFAULT.equals(waiting); |
| 1341 | case LqnCorePackage.RESULT_CONF95_TYPE1__WAITING_VARIANCE: |
| 1342 | return WAITING_VARIANCE_EDEFAULT == null ? waitingVariance != null : !WAITING_VARIANCE_EDEFAULT.equals(waitingVariance); |
| 1343 | } |
| 1344 | return super.eIsSet(featureID); |
| 1345 | } |
| 1346 | |
| 1347 | /** |
| 1348 | * <!-- begin-user-doc --> |
| 1349 | * <!-- end-user-doc --> |
| 1350 | * @generated |
| 1351 | */ |
| 1352 | @Override |
| 1353 | public String toString() { |
| 1354 | if (eIsProxy()) return super.toString(); |
| 1355 | |
| 1356 | StringBuffer result = new StringBuffer(super.toString()); |
| 1357 | result.append(" (openWaitTime: "); |
| 1358 | result.append(openWaitTime); |
| 1359 | result.append(", phase1ProcWaiting: "); |
| 1360 | result.append(phase1ProcWaiting); |
| 1361 | result.append(", phase1ServiceTime: "); |
| 1362 | result.append(phase1ServiceTime); |
| 1363 | result.append(", phase1ServiceTimeVariance: "); |
| 1364 | result.append(phase1ServiceTimeVariance); |
| 1365 | result.append(", phase1Utilization: "); |
| 1366 | result.append(phase1Utilization); |
| 1367 | result.append(", phase2ProcWaiting: "); |
| 1368 | result.append(phase2ProcWaiting); |
| 1369 | result.append(", phase2ServiceTime: "); |
| 1370 | result.append(phase2ServiceTime); |
| 1371 | result.append(", phase2ServiceTimeVariance: "); |
| 1372 | result.append(phase2ServiceTimeVariance); |
| 1373 | result.append(", phase2Utilization: "); |
| 1374 | result.append(phase2Utilization); |
| 1375 | result.append(", phase3ProcWaiting: "); |
| 1376 | result.append(phase3ProcWaiting); |
| 1377 | result.append(", phase3ServiceTime: "); |
| 1378 | result.append(phase3ServiceTime); |
| 1379 | result.append(", phase3ServiceTimeVariance: "); |
| 1380 | result.append(phase3ServiceTimeVariance); |
| 1381 | result.append(", phase3Utilization: "); |
| 1382 | result.append(phase3Utilization); |
| 1383 | result.append(", probExceedMaxServiceTime: "); |
| 1384 | result.append(probExceedMaxServiceTime); |
| 1385 | result.append(", procUtilization: "); |
| 1386 | result.append(procUtilization); |
| 1387 | result.append(", procWaiting: "); |
| 1388 | result.append(procWaiting); |
| 1389 | result.append(", serviceTime: "); |
| 1390 | result.append(serviceTime); |
| 1391 | result.append(", serviceTimeVariance: "); |
| 1392 | result.append(serviceTimeVariance); |
| 1393 | result.append(", squaredCoeffVariation: "); |
| 1394 | result.append(squaredCoeffVariation); |
| 1395 | result.append(", throughput: "); |
| 1396 | result.append(throughput); |
| 1397 | result.append(", throughputBound: "); |
| 1398 | result.append(throughputBound); |
| 1399 | result.append(", utilization: "); |
| 1400 | result.append(utilization); |
| 1401 | result.append(", waiting: "); |
| 1402 | result.append(waiting); |
| 1403 | result.append(", waitingVariance: "); |
| 1404 | result.append(waitingVariance); |
| 1405 | result.append(')'); |
| 1406 | return result.toString(); |
| 1407 | } |
| 1408 | |
| 1409 | } //ResultConf95Type1Impl |