Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet
index f01e41ddac4..8e496cf0829 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="ASCII"?>
<query:ModelQuerySet xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" name="uml" description="UML Queries">
- <associatedMetamodels href="http://www.eclipse.org/uml2/4.0.0/UML#/"/>
+ <associatedMetamodels href="http://www.eclipse.org/uml2/5.0.0/UML#/"/>
<queries xsi:type="query:OCLModelQuery" name="isSynchCall" description="Tests if a message is a Synchronous Call" lowerBound="1" query="messageSort=MessageSort::synchCall">
<returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//Message"/>
+ <scope href="http://www.eclipse.org/uml2/5.0.0/UML#//Message"/>
</queries>
<queries xsi:type="query:OCLModelQuery" name="isAsynchCall" description="Tests if a message is an Aynchronous Call" lowerBound="1" query="messageSort=MessageSort::asynchCall or messageSort=MessageSort::asynchSignal">
<returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//Message"/>
+ <scope href="http://www.eclipse.org/uml2/5.0.0/UML#//Message"/>
</queries>
<queries xsi:type="query:OCLModelQuery" name="isReply" description="Tests if a message is a reply" lowerBound="1" query="messageSort=MessageSort::reply">
<returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//Message"/>
+ <scope href="http://www.eclipse.org/uml2/5.0.0/UML#//Message"/>
</queries>
</query:ModelQuerySet>

Back to the top