Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 33acb96acd8ece45bf26c6a4819ca80220185158 (plain) (blame)
1
2
3
4
5
6
7
8
<?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>
</query:ModelQuerySet>

Back to the top