Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5bddc29a7f8591acf71f39376a644e0b09fc5472 (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
<?xml version="1.0" encoding="UTF-8"?>
<expansionmodel:DiagramExpansion
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:expansionmodel="http:///expansionmodel.ecore"
    xmi:id="_BOX98NnkEeSFtu511b-yaw"
    ID="Add CompartmentText">
  <usages diagramType="Class Diagram"
      representations="//@usages.0/@gmftRepresentations.0"
      name="Add acomparment on class of papyrus">
    <gmftRepresentations
        editPartQualifiedName="org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart"
        name="Reuse respresentation of class of the class diagram"
        viewFactory="org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory"
        inducedRepresentations="//@libraries.0/@representations.0"
        reusedID="Class_Shape"/>
  </usages>
  <libraries
      name="compartmentlibrary">
    <representations
        xsi:type="expansionmodel:InducedRepresentation"
        editPartQualifiedName="org.eclipse.papyrus.uml.diagram.common.editparts.ListCompartmentEditPart"
        name="Compartment to implement interfaces"
        viewFactory="org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.CompartmentViewFactory"
        hint="Implemented Interfaces"/>
  </libraries>
</expansionmodel:DiagramExpansion>

Back to the top