aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-02-03 15:20:02 -0500
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-02-03 15:20:02 -0500
commit4d27f2788d2f728d4ee2be8861df09da62bf135f (patch)
treefd71433c91ca998d37f0038564e913a724979c80 /Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java
parentVAMPIRE: Further Post-submission updates (diff)
downloadVIATRA-Generator-4d27f2788d2f728d4ee2be8861df09da62bf135f.tar.gz
VIATRA-Generator-4d27f2788d2f728d4ee2be8861df09da62bf135f.tar.zst
VIATRA-Generator-4d27f2788d2f728d4ee2be8861df09da62bf135f.zip
VAMPIRE: last commit
Diffstat (limited to 'Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java')
-rw-r--r--Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java48
1 files changed, 47 insertions, 1 deletions
diff --git a/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java b/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java
index ac0d910e..dee2cc59 100644
--- a/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java
+++ b/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/FunctionalarchitecturePackage.java
@@ -381,13 +381,22 @@ public interface FunctionalarchitecturePackage extends EPackage {
381 int FUNCTIONAL_DATA__INTERFACE = 1; 381 int FUNCTIONAL_DATA__INTERFACE = 1;
382 382
383 /** 383 /**
384 * The feature id for the '<em><b>Value</b></em>' attribute.
385 * <!-- begin-user-doc -->
386 * <!-- end-user-doc -->
387 * @generated
388 * @ordered
389 */
390 int FUNCTIONAL_DATA__VALUE = 2;
391
392 /**
384 * The number of structural features of the '<em>Functional Data</em>' class. 393 * The number of structural features of the '<em>Functional Data</em>' class.
385 * <!-- begin-user-doc --> 394 * <!-- begin-user-doc -->
386 * <!-- end-user-doc --> 395 * <!-- end-user-doc -->
387 * @generated 396 * @generated
388 * @ordered 397 * @ordered
389 */ 398 */
390 int FUNCTIONAL_DATA_FEATURE_COUNT = 2; 399 int FUNCTIONAL_DATA_FEATURE_COUNT = 3;
391 400
392 /** 401 /**
393 * The number of operations of the '<em>Functional Data</em>' class. 402 * The number of operations of the '<em>Functional Data</em>' class.
@@ -427,6 +436,15 @@ public interface FunctionalarchitecturePackage extends EPackage {
427 int FUNCTIONAL_INPUT__INTERFACE = FUNCTIONAL_DATA__INTERFACE; 436 int FUNCTIONAL_INPUT__INTERFACE = FUNCTIONAL_DATA__INTERFACE;
428 437
429 /** 438 /**
439 * The feature id for the '<em><b>Value</b></em>' attribute.
440 * <!-- begin-user-doc -->
441 * <!-- end-user-doc -->
442 * @generated
443 * @ordered
444 */
445 int FUNCTIONAL_INPUT__VALUE = FUNCTIONAL_DATA__VALUE;
446
447 /**
430 * The feature id for the '<em><b>Incoming Links</b></em>' reference list. 448 * The feature id for the '<em><b>Incoming Links</b></em>' reference list.
431 * <!-- begin-user-doc --> 449 * <!-- begin-user-doc -->
432 * <!-- end-user-doc --> 450 * <!-- end-user-doc -->
@@ -482,6 +500,15 @@ public interface FunctionalarchitecturePackage extends EPackage {
482 int FUNCTIONAL_OUTPUT__INTERFACE = FUNCTIONAL_DATA__INTERFACE; 500 int FUNCTIONAL_OUTPUT__INTERFACE = FUNCTIONAL_DATA__INTERFACE;
483 501
484 /** 502 /**
503 * The feature id for the '<em><b>Value</b></em>' attribute.
504 * <!-- begin-user-doc -->
505 * <!-- end-user-doc -->
506 * @generated
507 * @ordered
508 */
509 int FUNCTIONAL_OUTPUT__VALUE = FUNCTIONAL_DATA__VALUE;
510
511 /**
485 * The feature id for the '<em><b>Outgoing Links</b></em>' containment reference list. 512 * The feature id for the '<em><b>Outgoing Links</b></em>' containment reference list.
486 * <!-- begin-user-doc --> 513 * <!-- begin-user-doc -->
487 * <!-- end-user-doc --> 514 * <!-- end-user-doc -->
@@ -775,6 +802,17 @@ public interface FunctionalarchitecturePackage extends EPackage {
775 EReference getFunctionalData_Interface(); 802 EReference getFunctionalData_Interface();
776 803
777 /** 804 /**
805 * Returns the meta object for the attribute '{@link functionalarchitecture.FunctionalData#getValue <em>Value</em>}'.
806 * <!-- begin-user-doc -->
807 * <!-- end-user-doc -->
808 * @return the meta object for the attribute '<em>Value</em>'.
809 * @see functionalarchitecture.FunctionalData#getValue()
810 * @see #getFunctionalData()
811 * @generated
812 */
813 EAttribute getFunctionalData_Value();
814
815 /**
778 * Returns the meta object for enum '{@link functionalarchitecture.FunctionType <em>Function Type</em>}'. 816 * Returns the meta object for enum '{@link functionalarchitecture.FunctionType <em>Function Type</em>}'.
779 * <!-- begin-user-doc --> 817 * <!-- begin-user-doc -->
780 * <!-- end-user-doc --> 818 * <!-- end-user-doc -->
@@ -1018,6 +1056,14 @@ public interface FunctionalarchitecturePackage extends EPackage {
1018 EReference FUNCTIONAL_DATA__INTERFACE = eINSTANCE.getFunctionalData_Interface(); 1056 EReference FUNCTIONAL_DATA__INTERFACE = eINSTANCE.getFunctionalData_Interface();
1019 1057
1020 /** 1058 /**
1059 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
1060 * <!-- begin-user-doc -->
1061 * <!-- end-user-doc -->
1062 * @generated
1063 */
1064 EAttribute FUNCTIONAL_DATA__VALUE = eINSTANCE.getFunctionalData_Value();
1065
1066 /**
1021 * The meta object literal for the '{@link functionalarchitecture.FunctionType <em>Function Type</em>}' enum. 1067 * The meta object literal for the '{@link functionalarchitecture.FunctionType <em>Function Type</em>}' enum.
1022 * <!-- begin-user-doc --> 1068 * <!-- begin-user-doc -->
1023 * <!-- end-user-doc --> 1069 * <!-- end-user-doc -->