|
Lines 229-236
Link Here
|
| 229 |
* <!-- end-user-doc --> |
229 |
* <!-- end-user-doc --> |
| 230 |
* @generated |
230 |
* @generated |
| 231 |
*/ |
231 |
*/ |
|
|
232 |
public EAttribute getDPLDatapool_Challenge() { |
| 233 |
return (EAttribute)dplDatapoolEClass.getEStructuralFeatures().get(0); |
| 234 |
} |
| 235 |
|
| 236 |
/** |
| 237 |
* <!-- begin-user-doc --> |
| 238 |
* <!-- end-user-doc --> |
| 239 |
* @generated |
| 240 |
*/ |
| 232 |
public EReference getDPLDatapool_EquivalenceClasses() { |
241 |
public EReference getDPLDatapool_EquivalenceClasses() { |
| 233 |
return (EReference)dplDatapoolEClass.getEStructuralFeatures().get(0); |
242 |
return (EReference)dplDatapoolEClass.getEStructuralFeatures().get(1); |
| 234 |
} |
243 |
} |
| 235 |
|
244 |
|
| 236 |
/** |
245 |
/** |
|
Lines 239-245
Link Here
|
| 239 |
* @generated |
248 |
* @generated |
| 240 |
*/ |
249 |
*/ |
| 241 |
public EReference getDPLDatapool_DatapoolSpec() { |
250 |
public EReference getDPLDatapool_DatapoolSpec() { |
| 242 |
return (EReference)dplDatapoolEClass.getEStructuralFeatures().get(1); |
251 |
return (EReference)dplDatapoolEClass.getEStructuralFeatures().get(2); |
| 243 |
} |
252 |
} |
| 244 |
|
253 |
|
| 245 |
/** |
254 |
/** |
|
Lines 346-353
Link Here
|
| 346 |
* <!-- end-user-doc --> |
355 |
* <!-- end-user-doc --> |
| 347 |
* @generated |
356 |
* @generated |
| 348 |
*/ |
357 |
*/ |
|
|
358 |
public EAttribute getDPLVariable_Encrypted() { |
| 359 |
return (EAttribute)dplVariableEClass.getEStructuralFeatures().get(2); |
| 360 |
} |
| 361 |
|
| 362 |
/** |
| 363 |
* <!-- begin-user-doc --> |
| 364 |
* <!-- end-user-doc --> |
| 365 |
* @generated |
| 366 |
*/ |
| 349 |
public EReference getDPLVariable_Variables() { |
367 |
public EReference getDPLVariable_Variables() { |
| 350 |
return (EReference)dplVariableEClass.getEStructuralFeatures().get(2); |
368 |
return (EReference)dplVariableEClass.getEStructuralFeatures().get(3); |
| 351 |
} |
369 |
} |
| 352 |
|
370 |
|
| 353 |
/** |
371 |
/** |
|
Lines 404-412
Link Here
|
| 404 |
dplVariableEClass = createEClass(DPL_VARIABLE); |
422 |
dplVariableEClass = createEClass(DPL_VARIABLE); |
| 405 |
createEAttribute(dplVariableEClass, DPL_VARIABLE__TYPE); |
423 |
createEAttribute(dplVariableEClass, DPL_VARIABLE__TYPE); |
| 406 |
createEAttribute(dplVariableEClass, DPL_VARIABLE__ROLE); |
424 |
createEAttribute(dplVariableEClass, DPL_VARIABLE__ROLE); |
|
|
425 |
createEAttribute(dplVariableEClass, DPL_VARIABLE__ENCRYPTED); |
| 407 |
createEReference(dplVariableEClass, DPL_VARIABLE__VARIABLES); |
426 |
createEReference(dplVariableEClass, DPL_VARIABLE__VARIABLES); |
| 408 |
|
427 |
|
| 409 |
dplDatapoolEClass = createEClass(DPL_DATAPOOL); |
428 |
dplDatapoolEClass = createEClass(DPL_DATAPOOL); |
|
|
429 |
createEAttribute(dplDatapoolEClass, DPL_DATAPOOL__CHALLENGE); |
| 410 |
createEReference(dplDatapoolEClass, DPL_DATAPOOL__EQUIVALENCE_CLASSES); |
430 |
createEReference(dplDatapoolEClass, DPL_DATAPOOL__EQUIVALENCE_CLASSES); |
| 411 |
createEReference(dplDatapoolEClass, DPL_DATAPOOL__DATAPOOL_SPEC); |
431 |
createEReference(dplDatapoolEClass, DPL_DATAPOOL__DATAPOOL_SPEC); |
| 412 |
|
432 |
|
|
Lines 466-474
Link Here
|
| 466 |
initEClass(dplVariableEClass, DPLVariable.class, "DPLVariable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); |
486 |
initEClass(dplVariableEClass, DPLVariable.class, "DPLVariable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); |
| 467 |
initEAttribute(getDPLVariable_Type(), ecorePackage.getEString(), "type", null, 0, 1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
487 |
initEAttribute(getDPLVariable_Type(), ecorePackage.getEString(), "type", null, 0, 1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
| 468 |
initEAttribute(getDPLVariable_Role(), this.getDPLRole(), "role", null, 0, 1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
488 |
initEAttribute(getDPLVariable_Role(), this.getDPLRole(), "role", null, 0, 1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
|
|
489 |
initEAttribute(getDPLVariable_Encrypted(), ecorePackage.getEBoolean(), "encrypted", "false", 0, 1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
| 469 |
initEReference(getDPLVariable_Variables(), this.getDPLVariable(), null, "variables", null, 0, -1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
490 |
initEReference(getDPLVariable_Variables(), this.getDPLVariable(), null, "variables", null, 0, -1, DPLVariable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
| 470 |
|
491 |
|
| 471 |
initEClass(dplDatapoolEClass, DPLDatapool.class, "DPLDatapool", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); |
492 |
initEClass(dplDatapoolEClass, DPLDatapool.class, "DPLDatapool", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); |
|
|
493 |
initEAttribute(getDPLDatapool_Challenge(), ecorePackage.getEString(), "challenge", null, 0, 1, DPLDatapool.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
| 472 |
initEReference(getDPLDatapool_EquivalenceClasses(), this.getDPLEquivalenceClass(), null, "equivalenceClasses", null, 0, -1, DPLDatapool.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
494 |
initEReference(getDPLDatapool_EquivalenceClasses(), this.getDPLEquivalenceClass(), null, "equivalenceClasses", null, 0, -1, DPLDatapool.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
| 473 |
initEReference(getDPLDatapool_DatapoolSpec(), this.getDPLDatapoolSpec(), null, "datapoolSpec", null, 1, 1, DPLDatapool.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
495 |
initEReference(getDPLDatapool_DatapoolSpec(), this.getDPLDatapoolSpec(), null, "datapoolSpec", null, 1, 1, DPLDatapool.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); |
| 474 |
|
496 |
|