Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7f5ac542a676824056278afc137bc8e9c9b82834 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="umlModelExplorerRecipe" description="Set of Request to test request">
  <associatedMetamodels href="http://www.eclipse.org/uml2/3.0.0/UML#/"/>
  <queries xsi:type="query:JavaModelQuery" name="getAllDependencies" description="getAllDependencies" upperBound="-1" implementationClassName="org.eclipse.papyrus.uml.modelexplorer.recipetest.GetAllDependencies">
    <returnType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//Dependency"/>
    <scope href="http://www.eclipse.org/uml2/3.0.0/UML#//Package"/>
  </queries>
  <queries xsi:type="query:JavaModelQuery" name="getAllPorts" description="get all ports from a classifier" upperBound="-1" implementationClassName="org.eclipse.papyrus.uml.modelexplorer.recipetest.GetAllPorts">
    <returnType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
    <scope href="http://www.eclipse.org/uml2/3.0.0/UML#//Classifier"/>
  </queries>
</query:ModelQuerySet>

Back to the top