blob: 0d4d76296953c059d006ef10f29e3c1b0011c589 [file] [log] [blame]
<?xml version="1.0" encoding="ASCII"?>
<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="subdiagrams">
<figures
name="Default">
<descriptors
name="PackageFigure">
<actualFigure
xsi:type="gmfgraph:RoundedRectangle"
name="PackageFigure">
<border
xsi:type="gmfgraph:MarginBorder">
<insets
top="5"
left="5"
bottom="5"
right="5"/>
</border>
<children
xsi:type="gmfgraph:Label"
name="PackageLabelFigure"
text="Package">
<maximumSize
dx="10000"
dy="50"/>
</children>
<children
xsi:type="gmfgraph:Rectangle"
name="PackageContentsCompartmentFigure"
outline="false"/>
</actualFigure>
<accessors
accessor="getFigurePackageLabelFigure"
figure="//@figures.0/@descriptors.0/@actualFigure/@children.0"/>
<accessors
accessor="getPackageContentsCompartmentFigure"
figure="//@figures.0/@descriptors.0/@actualFigure/@children.1"/>
</descriptors>
<descriptors
name="ClazzFigure">
<actualFigure
xsi:type="gmfgraph:RoundedRectangle"
name="ClazzFigure">
<border
xsi:type="gmfgraph:MarginBorder">
<insets
top="5"
left="5"
bottom="5"
right="5"/>
</border>
<children
xsi:type="gmfgraph:Label"
name="ClazzLabelFigure"
text="Clazz"/>
</actualFigure>
<accessors
accessor="getFigureClazzLabelFigure"
figure="//@figures.0/@descriptors.1/@actualFigure/@children.0"/>
</descriptors>
</figures>
<nodes
name="Package"
figure="PackageFigure"/>
<nodes
name="Clazz"
figure="ClazzFigure"/>
<compartments
name="PackageContentsCompartment"
figure="PackageFigure"
collapsible="true"
accessor="//@figures.0/@descriptors.0/@accessors.1"/>
<labels
name="PackageLabel"
figure="PackageFigure"
accessor="//@figures.0/@descriptors.0/@accessors.0"/>
<labels
name="ClazzLabel"
figure="ClazzFigure"
accessor="//@figures.0/@descriptors.1/@accessors.0"/>
</gmfgraph:Canvas>