Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2016-05-05 11:21:42 +0000
committerEd Willink2016-05-05 13:32:20 +0000
commitf374aac551582d229c71c2cde5ca49759a2f856f (patch)
treedeeb80cea32575a50663e0a8e9af8ac8e7923aa4
parent7789cddc7721e1fb4ab6b0e90126ab999211b7ce (diff)
downloadorg.eclipse.qvtd-f374aac551582d229c71c2cde5ca49759a2f856f.tar.gz
org.eclipse.qvtd-f374aac551582d229c71c2cde5ca49759a2f856f.tar.xz
org.eclipse.qvtd-f374aac551582d229c71c2cde5ca49759a2f856f.zip
[486722] Add CGEcoreContainerAssignment to model
-rw-r--r--plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore b/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore
index ab6031efd..b76d4c112 100644
--- a/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore
+++ b/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore
@@ -18,6 +18,11 @@
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConnectionVariable" eSuperTypes="#//CGGuardVariable"/>
+ <eClassifiers xsi:type="ecore:EClass" name="CGEcoreContainerAssignment" eSuperTypes="#//CGPropertyAssignment">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeature" lowerBound="1"
+ eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"
+ resolveProxies="false"/>
+ </eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGEcorePropertyAssignment" eSuperTypes="#//CGPropertyAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeature" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"

Back to the top