Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 980a0c2aa941f2959fb8bc10686dc8b8877dadec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8"?>
<custom:Customization
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:custom="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom"
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
    xmlns:efacet="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet"
    xmlns:javaQuery="http://www.eclipse.org/papyrus/emf/facet/query/java/0.2.incubation/javaquery"
    xmlns:query="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/query"
    name="PapyrusDiagram"
    documentation="Display contained diagram and their icons"
    mustBeLoadedByDefault="true"
    rank="1">
  <eClassifiers
      xsi:type="custom:EClassCustomization"
      name="Diagram"
      documentation="Representation of diagram in model explorer">
    <extendedMetaclass
        href="http://www.eclipse.org/gmf/runtime/1.0.2/notation#//Diagram"/>
    <facetOperations
        name="GetDiagramLabel"
        documentation="Return the label of the corresponding diagram">
      <eType
          xsi:type="ecore:EDataType"
          href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
      <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.infra.gmfdiag.modelexplorer.queries.GetDiagramLabel"/>
      <override
          xsi:type="efacet:FacetOperation"
          href="platform:/plugin/org.eclipse.papyrus.emf.facet.custom.ui/resources/customproperties.efacet#//CustomizedEObject/label"/>
    </facetOperations>
    <facetOperations
        name="GetDiagramIcon"
        documentation="Return the path to the icon of the corresponding diagram">
      <eType
          xsi:type="ecore:EDataType"
          href="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom_primitive_types#//Image"/>
      <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.infra.gmfdiag.modelexplorer.queries.GetDiagramIcon"/>
      <override
          xsi:type="efacet:FacetOperation"
          href="../../../plugin/org.eclipse.papyrus.emf.facet.custom.ui/resources/customproperties.efacet#//CustomizedEObject/image"/>
    </facetOperations>
    <facetOperations
        name="GetVisibleReferences"
        upperBound="-1"
        documentation="Return the list of visible references (Hide everything)">
      <eType
          xsi:type="ecore:EClass"
          href="http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
      <query
          xsi:type="javaQuery:JavaQuery"
          implementationClassName="org.eclipse.papyrus.infra.gmfdiag.modelexplorer.queries.EmptyListQuery"/>
      <override
          xsi:type="efacet:FacetOperation"
          href="../../../plugin/org.eclipse.papyrus.emf.facet.custom.ui/resources/customproperties.efacet#//CustomizedEObject/visibleReferences"/>
    </facetOperations>
  </eClassifiers>
  <eClassifiers
      xsi:type="efacet:Facet"
      name="DiagramContainer"
      documentation="this element represent a container of diagram"
      conformanceTypedElement="//DiagramContainer/isDiagramContainer">
    <extendedMetaclass
        href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
    <facetOperations
        name="isDiagramContainer"
        documentation="test if the element references diagrams">
      <eType
          xsi:type="ecore:EDataType"
          href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
      <query
          xsi:type="javaQuery:JavaQuery"
          implementationClassName="org.eclipse.papyrus.infra.gmfdiag.modelexplorer.queries.IsDiagramContainer"/>
    </facetOperations>
  </eClassifiers>
  <eClassifiers
      xsi:type="custom:FacetCustomization"
      name="DiagramContainer"
      documentation="Representation of a diagram container">
    <facetElements
        xsi:type="efacet:FacetReference"
        name="diagrams"
        upperBound="-1"
        defaultValueLiteral=""
        derived="true">
      <eType
          xsi:type="ecore:EClass"
          href="http://www.eclipse.org/gmf/runtime/1.0.2/notation#//Diagram"/>
      <query
          xsi:type="query:OperationCallQuery"
          operation="//DiagramContainer.1/DiagramsRefContent"/>
    </facetElements>
    <facetOperations
        name="DiagramsRefContent"
        upperBound="-1"
        documentation="Get the collection of all contained diagrams">
      <eType
          xsi:type="ecore:EClass"
          href="http://www.eclipse.org/gmf/runtime/1.0.2/notation#//Diagram"/>
      <query
          xsi:type="javaQuery:JavaQuery"
          implementationClassName="org.eclipse.papyrus.infra.gmfdiag.modelexplorer.queries.GetContainedDiagrams"/>
    </facetOperations>
    <extendedFacets
        href="../../../plugin/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/resources/PapyrusDiagram.custom#//DiagramContainer"/>
    <customizedFacet
        href="../../../plugin/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/resources/PapyrusDiagram.custom#//DiagramContainer"/>
  </eClassifiers>
</custom:Customization>

Back to the top