Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2016-03-23 12:37:18 +0000
committerEd Willink2016-03-23 17:38:01 +0000
commitc5001d7c756ed58838ef3e7fa78451118a048a0d (patch)
treee36f57b44583a6792ad94ebd5278a3e160e068f6
parent42d07c3482c6c617a885757122de7507c2c46b5c (diff)
downloadorg.eclipse.qvtd-c5001d7c756ed58838ef3e7fa78451118a048a0d.tar.gz
org.eclipse.qvtd-c5001d7c756ed58838ef3e7fa78451118a048a0d.tar.xz
org.eclipse.qvtd-c5001d7c756ed58838ef3e7fa78451118a048a0d.zip
[486722] Add CGConnectionVariable to CG
-rw-r--r--plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore b/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore
index 523049267..ab6031efd 100644
--- a/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore
+++ b/plugins/org.eclipse.qvtd.codegen/model/qvticgmodel.ecore
@@ -14,7 +14,8 @@
eType="ecore:EClass ../../org.eclipse.ocl.examples.codegen/model/cgmodel.ecore#//CGValuedElement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectionVariable" lowerBound="1"
- eType="#//CGConnectionVariable" resolveProxies="false"/>
+ eType="ecore:EClass ../../org.eclipse.ocl.examples.codegen/model/cgmodel.ecore#//CGVariable"
+ resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConnectionVariable" eSuperTypes="#//CGGuardVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="CGEcorePropertyAssignment" eSuperTypes="#//CGPropertyAssignment">

Back to the top