Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9b8a63d6bacff04b44a3e8bbc6f5b04c9709bf21 (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
<?xml version="1.0" encoding="UTF-8"?>
<gmfgraph:Canvas xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:gmfgraph="http://www.eclipse.org/gmf/2006/GraphicalDefinition" name="umlclassdiagram">
  <figures
      name="Default">
    <descriptors
        name="NodeNamedElementFigure">
      <actualFigure
          xsi:type="gmfgraph:CustomFigure"
          name="NodeNamedElementFigure"
          qualifiedClassName="org.eclipse.papyrus.uml.diagram.common.figure.node.NodeNamedElementFigure">
        <customChildren
            accessor="getNameLabel()">
          <typedFigure
              xsi:type="gmfgraph:Label"
              name="nameLabel"/>
        </customChildren>
      </actualFigure>
      <accessors
          accessor="getNameLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@customChildren.0/@typedFigure"/>
    </descriptors>
  </figures>
  <nodes
      name="SideNamedElementFigureNode"
      figure="NodeNamedElementFigure"
      affixedParentSide="WEST"/>
  <labels
      name="NameOfSideNamedElementFigureDiagramLabel"
      figure="NodeNamedElementFigure"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.0"/>
</gmfgraph:Canvas>

Back to the top