Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 2b8afc9c478e59b2bbd455b3bc41ffc3a4a28d53 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11






                                                                                                                                                                                                                                                                                                                                         



                                                                                                                                                                                                                    







                                                                                                                                                                                                                                             



                                                                                                                                                                                                                                                               
                       
<?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>
  <queries xsi:type="query:JavaModelQuery" name="getAllWithoutDependencies" description="get All without Dependencies" upperBound="-1" implementationClassName="org.eclipse.papyrus.uml.modelexplorer.recipetest.GetAllWithoutDependencies">
    <returnType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//PackageableElement"/>
    <scope href="http://www.eclipse.org/uml2/3.0.0/UML#//Package"/>
  </queries>
  <queries xsi:type="query:JavaModelQuery" name="getAllWithoutPorts" description="get all without ports from a classifier" upperBound="-1" implementationClassName="org.eclipse.papyrus.uml.modelexplorer.recipetest.GetAllWithoutPorts">
    <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>
  <queries xsi:type="query:JavaModelQuery" name="GetPackageBackgroundColor" description="return Cyan if the package contains memebers and yellow if not" implementationClassName="org.eclipse.papyrus.uml.modelexplorer.recipetest.GetBackgroundPackageColor">
    <returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/3.0.0/UML#//String"/>
    <scope href="http://www.eclipse.org/uml2/3.0.0/UML#//Package"/>
  </queries>
</query:ModelQuerySet>

Back to the top