Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4724e243dc28e49947f231a29b677e8643d0f431 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?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="uml">
  <figures
      name="Default">
    <descriptors
        name="AssociationDescriptor">
      <actualFigure
          xsi:type="gmfgraph:CustomConnection"
          name="CAssociationFigure"
          qualifiedClassName="org.eclipse.papyrus.uml.diagram.common.figure.edge.CAssociationFigure">
        <foregroundColor
            xsi:type="gmfgraph:ConstantColor"
            value="black"/>
        <backgroundColor
            xsi:type="gmfgraph:ConstantColor"
            value="black"/>
        <children
            xsi:type="gmfgraph:Label"
            name="AssociationNameLabel"
            text=""/>
        <children
            xsi:type="gmfgraph:Label"
            name="AppliedStereotypeLabel"
            text=""/>
        <children
            xsi:type="gmfgraph:Label"
            name="RoleSourceLabel"
            text=""/>
        <children
            xsi:type="gmfgraph:Label"
            name="MultiplicitySourceLabel"
            text=""/>
        <children
            xsi:type="gmfgraph:Label"
            name="RoleTargetLabel"
            text=""/>
        <children
            xsi:type="gmfgraph:Label"
            name="MultiplicityTargetLabel"
            text=""/>
      </actualFigure>
      <accessors
          accessor="getAssociationNameLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@children.0"/>
      <accessors
          accessor="getAppliedStereotypeAssociationLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@children.1"/>
      <accessors
          accessor="getRoleSourceLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@children.2"/>
      <accessors
          accessor="getMultiplicitySourceLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@children.3"/>
      <accessors
          accessor="getRoleTargetLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@children.4"/>
      <accessors
          accessor="getMultiplicityTargetLabel"
          figure="//@figures.0/@descriptors.0/@actualFigure/@children.5"/>
    </descriptors>
    <descriptors
        name="AssociationNodeDescriptor">
      <actualFigure
          xsi:type="gmfgraph:ScalablePolygon">
        <foregroundColor
            xsi:type="gmfgraph:ConstantColor"
            value="black"/>
        <backgroundColor
            xsi:type="gmfgraph:ConstantColor"/>
        <template
            x="5"/>
        <template
            x="5"
            y="10"/>
        <template
            x="10"
            y="5"/>
        <template
            y="5"/>
      </actualFigure>
    </descriptors>
    <descriptors
        name="AssociationBranchDescriptor">
      <actualFigure
          xsi:type="gmfgraph:CustomConnection"
          name="CAssociationBranchFigure"
          qualifiedClassName="org.eclipse.papyrus.uml.diagram.common.figure.edge.CAssociationBranchFigure">
        <foregroundColor
            xsi:type="gmfgraph:ConstantColor"
            value="black"/>
        <backgroundColor
            xsi:type="gmfgraph:ConstantColor"
            value="black"/>
        <children
            xsi:type="gmfgraph:Label"
            name="RoleLabel"
            text=""/>
        <children
            xsi:type="gmfgraph:Label"
            name="MultiplicityLabel"
            text=""/>
      </actualFigure>
      <accessors
          accessor="getRoleLabel"
          figure="//@figures.0/@descriptors.2/@actualFigure/@children.0"/>
      <accessors
          accessor="getMultiplicityLabel"
          figure="//@figures.0/@descriptors.2/@actualFigure/@children.1"/>
    </descriptors>
  </figures>
  <nodes
      name="AssociationNode"
      figure="AssociationNodeDescriptor"/>
  <connections
      name="AssociationConnection"
      figure="AssociationDescriptor"/>
  <connections
      name="AssociationBranchConnection"
      figure="AssociationBranchDescriptor"/>
  <labels
      name="AppliedStereotypeAssociationDiagramLabel"
      figure="AssociationDescriptor"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.1">
    <facets
        xsi:type="gmfgraph:AlignmentFacet"
        alignment="CENTER"/>
  </labels>
  <labels
      name="AssociationNameDiagramLabel"
      figure="AssociationDescriptor"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.0">
    <facets
        xsi:type="gmfgraph:AlignmentFacet"
        alignment="CENTER"/>
  </labels>
  <labels
      name="AssociationMultiplicitySourceDiagramLabel"
      figure="AssociationDescriptor"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.3">
    <facets
        xsi:type="gmfgraph:AlignmentFacet"/>
  </labels>
  <labels
      name="AssociationRoleSourceDiagramLabel"
      figure="AssociationDescriptor"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.2">
    <facets
        xsi:type="gmfgraph:AlignmentFacet"/>
  </labels>
  <labels
      name="AssociationMultiplicityTargetDiagramLabel"
      figure="AssociationDescriptor"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.5">
    <facets
        xsi:type="gmfgraph:AlignmentFacet"
        alignment="END"/>
  </labels>
  <labels
      name="AssociationRoleTargetDiagramLabel"
      figure="AssociationDescriptor"
      elementIcon="false"
      accessor="//@figures.0/@descriptors.0/@accessors.4">
    <facets
        xsi:type="gmfgraph:AlignmentFacet"
        alignment="END"/>
  </labels>
</gmfgraph:Canvas>

Back to the top