Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 02d135c200a219f5489c40a43bdbca850c501a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="ASCII"?>
<efacet:FacetSet 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:efacet="http://www.eclipse.org/emf/facet/efacet/0.2.incubation/efacet" xmlns:javaQuery="http://www.eclipse.org/emf/facet/query/java/0.2.incubation/javaquery" xmlns:query="http://www.eclipse.org/emf/facet/efacet/0.2.incubation/efacet/query" name="uml_efacet" nsURI="papyrus" nsPrefix="prefix">
  <eClassifiers xsi:type="efacet:Facet" name="uml_element">
    <extendedMetaclass href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
    <facetElements xsi:type="efacet:FacetAttribute" name="isUMLElement" derived="true" documentation="true if the author wrote more than 8 books">
      <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
      <query xsi:type="query:OperationCallQuery" operation="//uml_element/isUMLElementQuery"/>
    </facetElements>
    <facetOperations name="isUMLElementQuery" lowerBound="1" documentation="Returns true if the Eobject is an UML element">
      <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
      <eParameters name="eStructuralFeature">
        <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//ETypedElement"/>
      </eParameters>
      <query xsi:type="javaQuery:JavaQuery" implementationClassName="org.eclipse.papyrus.uml.efacet.queries.IsUMLElementQuery"/>
    </facetOperations>
  </eClassifiers>
</efacet:FacetSet>

Back to the top