Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/umlModelExplorerRecipe.facetSet')
-rw-r--r--tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/umlModelExplorerRecipe.facetSet8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/umlModelExplorerRecipe.facetSet b/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/umlModelExplorerRecipe.facetSet
index 5997b8c5aaa..d29c553a59c 100644
--- a/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/umlModelExplorerRecipe.facetSet
+++ b/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/umlModelExplorerRecipe.facetSet
@@ -6,6 +6,10 @@
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//Dependency"/>
<valueQuery xsi:type="query:JavaModelQuery" href="emffacet:/query/umlModelExplorerRecipe#getAllDependencies"/>
</eStructuralFeatures>
+ <eStructuralFeatures xsi:type="facet:FacetReference" name="others" upperBound="-1" changeable="false" volatile="true" unsettable="true" derived="true">
+ <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//PackageableElement"/>
+ <valueQuery xsi:type="query:JavaModelQuery" href="emffacet:/query/umlModelExplorerRecipe#getAllWithoutDependencies"/>
+ </eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="facet:Facet" name="NewClassifier" abstract="true">
<eSuperTypes href="http://www.eclipse.org/uml2/3.0.0/UML#//Classifier"/>
@@ -13,6 +17,10 @@
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
<valueQuery xsi:type="query:JavaModelQuery" href="emffacet:/query/umlModelExplorerRecipe#getAllPorts"/>
</eStructuralFeatures>
+ <eStructuralFeatures xsi:type="facet:FacetReference" name="others" upperBound="-1" changeable="false" volatile="true" unsettable="true" derived="true">
+ <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/3.0.0/UML#//Property"/>
+ <valueQuery xsi:type="query:JavaModelQuery" href="emffacet:/query/umlModelExplorerRecipe#getAllWithoutPorts"/>
+ </eStructuralFeatures>
</eClassifiers>
<extendedPackage href="http://www.eclipse.org/uml2/3.0.0/UML#/"/>
</facet:FacetSet>

Back to the top