Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2016-05-11 15:41:33 +0000
committerEd Willink2016-05-11 16:19:53 +0000
commit9da5d5457f88b6dd0f392d37f2af5c11f315f0b2 (patch)
tree88e359e0fbbceca2400cbb6bd43ee61e50f6053e
parent98264b84c5b55397fa410abcbb0be21e878f5f14 (diff)
downloadorg.eclipse.qvtd-9da5d5457f88b6dd0f392d37f2af5c11f315f0b2.tar.gz
org.eclipse.qvtd-9da5d5457f88b6dd0f392d37f2af5c11f315f0b2.tar.xz
org.eclipse.qvtd-9da5d5457f88b6dd0f392d37f2af5c11f315f0b2.zip
[486722] Introduce ImperativeRealizedVariableCS
-rw-r--r--plugins/org.eclipse.qvtd.xtext.qvtimperative/model/QVTimperativeCS.ecore4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.qvtd.xtext.qvtimperative/model/QVTimperativeCS.ecore b/plugins/org.eclipse.qvtd.xtext.qvtimperative/model/QVTimperativeCS.ecore
index 75fd583ce..574cb1e5e 100644
--- a/plugins/org.eclipse.qvtd.xtext.qvtimperative/model/QVTimperativeCS.ecore
+++ b/plugins/org.eclipse.qvtd.xtext.qvtimperative/model/QVTimperativeCS.ecore
@@ -28,6 +28,10 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAccumulate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ImperativeRealizedVariableCS" eSuperTypes="../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//RealizedVariableCS">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"
+ containment="true"/>
+ </eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingCS" eSuperTypes="../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//AbstractMappingCS">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedKeyExpression" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"
containment="true"/>

Back to the top