Skip to main content
summaryrefslogtreecommitdiffstats
blob: c44b3eab9930a4a67e060525b0337d82ed1e9bcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<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="CoreQueriesConfigurationSet" description="Query Set for testing plugin core queries configuration">
  <associatedMetamodels href="http://www.eclipse.org/uml2/4.0.0/UML#/"/>
  <associatedMetamodels href="http://www.eclipse.org/uml2/4.0.0/Types#/"/>
  <queries xsi:type="query:JavaModelQuery" name="IsNamed" description="test - test if the name of the element is equal to the specified name" implementationClassName="org.eclipse.papyrus.core.queries.test.modisco.queries.IsNamed">
    <returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
    <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//NamedElement"/>
    <parameters name="name">
      <type xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
    </parameters>
  </queries>
</query:ModelQuerySet>

Back to the top