Author: koen.aers(a)jboss.com
Date: 2011-02-09 04:42:57 -0500 (Wed, 09 Feb 2011)
New Revision: 29073
Added:
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/.settings/
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/.settings/org.eclipse.gmf.bridge.ui.dashboard.prefs
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn2.gmfgraph
Modified:
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/gmf-templates/xpt/providers/ViewProvider.xpt
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.gmfgraph
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmfgen
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmftool
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.trace
Log:
james' icons
Added:
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/.settings/org.eclipse.gmf.bridge.ui.dashboard.prefs
===================================================================
---
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/.settings/org.eclipse.gmf.bridge.ui.dashboard.prefs
(rev 0)
+++
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/.settings/org.eclipse.gmf.bridge.ui.dashboard.prefs 2011-02-09
09:42:57 UTC (rev 29073)
@@ -0,0 +1,8 @@
+#Sun Jan 23 15:34:09 CET 2011
+eclipse.preferences.version=1
+gmf_dashboard/domainGenerationModel=platform\:/resource/org.eclipse.bpmn2/model/BPMN20.genmodel
+gmf_dashboard/domainModel=platform\:/resource/org.eclipse.bpmn2/model/BPMN20.ecore
+gmf_dashboard/generationModel=platform\:/resource/org.jboss.tools.bpmn2.model/model/bpmn.process.gmfgen
+gmf_dashboard/graphicalDefinitionModel=platform\:/resource/org.jboss.tools.bpmn2.model/model/bpmn.gmfgraph
+gmf_dashboard/mappingModel=platform\:/resource/org.jboss.tools.bpmn2.model/model/bpmn.process.gmfmap
+gmf_dashboard/toolingDefinitionModel=platform\:/resource/org.jboss.tools.bpmn2.model/model/bpmn.process.gmftool
Property changes on:
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/.settings/org.eclipse.gmf.bridge.ui.dashboard.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/gmf-templates/xpt/providers/ViewProvider.xpt
===================================================================
---
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/gmf-templates/xpt/providers/ViewProvider.xpt 2011-02-09
09:04:11 UTC (rev 29072)
+++
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/gmf-templates/xpt/providers/ViewProvider.xpt 2011-02-09
09:42:57 UTC (rev 29073)
@@ -251,7 +251,7 @@
«IF viewmap.canUseShapeStyle()-»
org.eclipse.gmf.runtime.notation.Shape node =
org.jboss.tools.bpmn2.gmf.notation.BpmnNotationFactory.INSTANCE.createShape();
«ELSE-»
- org.eclipse.gmf.runtime.notation.Node node =
org.eclipse.gmf.runtime.notation.NotationFactory.eINSTANCE.createNode();
+ org.eclipse.gmf.runtime.notation.Shape node =
org.jboss.tools.bpmn2.gmf.notation.BpmnNotationFactory.INSTANCE.createShape();
node.getStyles().add(org.eclipse.gmf.runtime.notation.NotationFactory.eINSTANCE.createDescriptionStyle());«REM»FIXME
Contionally add this style, whether toolsmith needs Notes or not«ENDREM»
«EXPAND
xpt::diagram::views::Utils::addFontLineFillStylesConditionally('node.getStyles()')
FOR viewmap-»
«ENDIF-»
Modified: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.gmfgraph
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.gmfgraph 2011-02-09 09:04:11
UTC (rev 29072)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.gmfgraph 2011-02-09 09:42:57
UTC (rev 29073)
@@ -60,475 +60,79 @@
<descriptors
name="StartEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="StartEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Circle"/>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_start_none.svg"/>
</descriptors>
<descriptors
name="EndEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="EndEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Circle"
- lineWidth="3"/>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_none.svg"/>
</descriptors>
<descriptors
name="ExclusiveGatewayFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="ExclusiveGatewayFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Polygon"
- name="Diamond">
- <template
- x="15"/>
- <template
- y="15"/>
- <template
- x="15"
- y="30"/>
- <template
- x="30"
- y="15"/>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/gateways_48px_exclusive.svg"/>
</descriptors>
<descriptors
name="ParallelGatewayFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="ParallelGatewayFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Polygon"
- name="Diamond">
- <template
- x="15"/>
- <template
- y="15"/>
- <template
- x="15"
- y="30"/>
- <template
- x="30"
- y="15"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Vertical">
- <template
- x="15"
- y="8"/>
- <template
- x="15"
- y="22"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Horizontal">
- <template
- x="8"
- y="15"/>
- <template
- x="22"
- y="15"/>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/gateways_48px_parallel.svg"/>
</descriptors>
<descriptors
name="MessageStartEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="MessageStartEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Circle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="6"
- left="5"
- bottom="6"
- right="5"/>
- <children
- xsi:type="gmfgraph:Rectangle"
- name="Rectangle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Polyline"
- name="WhiteEnvelope">
- <template/>
- <template
- x="4"
- y="4"/>
- <template
- x="5"
- y="4"/>
- <template
- x="9"/>
- </children>
- </children>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_start_message.svg"/>
</descriptors>
<descriptors
name="MessageEndEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="MessageEndEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Circle"
- lineWidth="3">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="6"
- left="5"
- bottom="6"
- right="5"/>
- <children
- xsi:type="gmfgraph:Rectangle"
- name="Rectangle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <backgroundColor
- xsi:type="gmfgraph:ConstantColor"
- value="lightGray"/>
- <children
- xsi:type="gmfgraph:Polyline"
- name="BlackEnvelope">
- <foregroundColor
- xsi:type="gmfgraph:ConstantColor"/>
- <template/>
- <template
- x="4"
- y="4"/>
- <template
- x="5"
- y="4"/>
- <template
- x="9"/>
- </children>
- </children>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_message.svg"/>
</descriptors>
<descriptors
name="TerminateEndEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="TerminateEndEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Circle"
- lineWidth="3">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="6"
- left="6"
- bottom="6"
- right="6"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Circle">
- <backgroundColor
- xsi:type="gmfgraph:ConstantColor"
- value="lightGray"/>
- </children>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_terminate.svg"/>
</descriptors>
<descriptors
name="MessageCatchIntermediateEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
- name="MessageCatchIntermediageEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="OuterCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="2"
- left="2"
- bottom="2"
- right="2"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="InnerCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="4"
- left="3"
- bottom="4"
- right="3"/>
- <children
- xsi:type="gmfgraph:Rectangle"
- name="Rectangle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Envelope">
- <template/>
- <template
- x="4"
- y="4"/>
- <template
- x="5"
- y="4"/>
- <template
- x="9"/>
- </children>
- </children>
- </children>
- </children>
- </actualFigure>
+ xsi:type="gmfgraph:SVGFigure"
+ name="MessageCatchIntermediateEventFigure"
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_message_catch.svg"/>
</descriptors>
<descriptors
name="MessageThrowIntermediateEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="MessageThrowIntermediateEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="OuterCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="2"
- left="2"
- bottom="2"
- right="2"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="InnerCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="4"
- left="3"
- bottom="4"
- right="3"/>
- <children
- xsi:type="gmfgraph:Rectangle"
- name="Rectangle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <backgroundColor
- xsi:type="gmfgraph:ConstantColor"
- value="lightGray"/>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Envelope">
- <foregroundColor
- xsi:type="gmfgraph:ConstantColor"/>
- <template/>
- <template
- x="4"
- y="4"/>
- <template
- x="5"
- y="4"/>
- <template
- x="9"/>
- </children>
- </children>
- </children>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_message_throw.svg"/>
</descriptors>
<descriptors
name="TimerCatchIntermediateEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="TimerCatchIntermediateEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="OuterCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="2"
- left="2"
- bottom="2"
- right="2"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="InnerCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="3"
- left="3"
- bottom="3"
- right="3"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="Clock"/>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Twelve">
- <template
- x="4"/>
- <template
- x="4"
- y="2"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Three">
- <template
- x="7"
- y="4"/>
- <template
- x="9"
- y="4"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Six">
- <template
- x="4"
- y="7"/>
- <template
- x="4"
- y="9"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Nine">
- <template
- y="4"/>
- <template
- x="2"
- y="4"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Big">
- <template
- x="4"
- y="4"/>
- <template
- x="6"
- y="1"/>
- </children>
- <children
- xsi:type="gmfgraph:Polyline"
- name="Small">
- <template
- x="4"
- y="4"/>
- <template
- x="7"
- y="7"/>
- </children>
- </children>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_timer_catch.svg"/>
</descriptors>
<descriptors
name="ErrorCatchIntermediateEventFigureDescriptor">
<actualFigure
- xsi:type="gmfgraph:Rectangle"
+ xsi:type="gmfgraph:SVGFigure"
name="ErrorCatchIntermediateEventFigure"
- outline="false"
- fill="false">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="OuterCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="2"
- left="2"
- bottom="2"
- right="2"/>
- <children
- xsi:type="gmfgraph:Ellipse"
- name="InnerCircle">
- <layout
- xsi:type="gmfgraph:StackLayout"/>
- <insets
- top="3"
- left="3"
- bottom="3"
- right="3"/>
- <children
- xsi:type="gmfgraph:Polygon"
- name="Flash">
- <template
- y="9"/>
- <template
- x="3"/>
- <template
- x="7"
- y="6"/>
- <template
- x="10"
- y="1"/>
- <template
- x="7"
- y="10"/>
- <template
- x="3"
- y="3"/>
- </children>
- </children>
- </children>
- </actualFigure>
+
documentURI="platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_error_catch.svg"/>
</descriptors>
<descriptors
name="DataObjectFigureDescriptor">
@@ -631,8 +235,6 @@
<accessors
figure="//@figures.0/@descriptors.18/(a)actualFigure"/>
</descriptors>
- <descriptors
- name="EventBasedGatewayFigureDescriptor"/>
</figures>
<nodes
name="UserTask"
@@ -650,8 +252,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -661,8 +263,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -672,8 +274,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="31"
- dy="31"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -683,8 +285,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="31"
- dy="31"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -694,8 +296,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -705,8 +307,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -716,8 +318,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -727,8 +329,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -738,8 +340,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -749,8 +351,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
@@ -760,8 +362,8 @@
<facets
xsi:type="gmfgraph:DefaultSizeFacet">
<defaultSize
- dx="20"
- dy="20"/>
+ dx="48"
+ dy="48"/>
</facets>
</nodes>
<nodes
Modified: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmfgen
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmfgen 2011-02-09
09:04:11 UTC (rev 29072)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmfgen 2011-02-09
09:42:57 UTC (rev 29073)
@@ -51,6 +51,9 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="240"
height="240"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -92,6 +95,10 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="80"
height="40"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"
+ fixedBackground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -152,6 +159,10 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="80"
height="40"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"
+ fixedBackground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -207,13 +218,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="StartEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class StartEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public StartEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();

this.add(circle0);


	}







}

">
+ classBody="
/**
 * @generated
 */
public
class StartEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public StartEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_start_none.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.2">
@@ -251,13 +262,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageStartEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageStartEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
MessageStartEventFigureDescriptor() {
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();

circle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
, getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
));

this.add(circle0);
circle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectangle1 = new org.eclipse.dra!
w2d.RectangleFigure();

circle0.add(rectangle1);
rectangle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
whiteEnvelope2 = new
org.eclipse.draw2d.PolylineShape();
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(5)
,
getMapMode().DPtoLP(4)
));
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));

rectangle1.add(whiteEnvelope2);




	}







}

">
+ classBody="
/**
 * @generated
 */
public
class MessageStartEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
MessageStartEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_start_message.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.4">
@@ -301,13 +312,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="EndEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class EndEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public EndEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();
circle0.setLineWidth(3);

this.add(circle0);


	}







}

">
+ classBody="
/**
 * @generated
 */
public
class EndEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public EndEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_none.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.7">
@@ -345,13 +356,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="ExclusiveGatewayFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class ExclusiveGatewayFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public ExclusiveGatewayFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.PolygonShape diamond0 = new
org.eclipse.draw2d.PolygonShape();
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(0)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(15)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
, getMapMode().DPto!
LP(30)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(30)
,
getMapMode().DPtoLP(15)
));
diamond0.setFill(true);

this.add(diamond0);


	}







}

">
+ classBody="
/**
 * @generated
 */
public
class ExclusiveGatewayFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public ExclusiveGatewayFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/gateways_48px_exclusive.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="31"
- height="31"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet>
<metaClass
@@ -388,13 +399,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="ParallelGatewayFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class ParallelGatewayFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public ParallelGatewayFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.PolygonShape diamond0 = new
org.eclipse.draw2d.PolygonShape();
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(0)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(15)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
, getMapMode().DPtoLP!
(30)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(30)
,
getMapMode().DPtoLP(15)
));
diamond0.setFill(true);

this.add(diamond0);



org.eclipse.draw2d.PolylineShape
vertical0 = new org.eclipse.draw2d.PolylineShape();
vertical0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(8)
));
vertical0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(22)
));

this.add(vertical0);



org.eclipse.draw2d.PolylineShape
horizontal0 = new org.eclipse.draw2d.PolylineShape();
horizontal0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(8)
,
getMapMode().DPtoLP(15)
));
horizontal0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(22)
,
getMapMode().DPtoLP(15)
));

this.add(horizontal0);


	}

!






}

">
+ classBody="
/**
 * @generated
 */
public
class ParallelGatewayFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public ParallelGatewayFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/gateways_48px_parallel.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="31"
- height="31"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet>
<metaClass
@@ -431,13 +442,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageEndEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageEndEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public MessageEndEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();
circle0.setLineWidth(3);

circle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
, getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
));

this.add(circle0);
circle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectang!
le1 = new
org.eclipse.draw2d.RectangleFigure();
	rectangle1.setBackgroundColor(org.eclipse.draw2d.ColorConstants.lightGray);

circle0.add(rectangle1);
rectangle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
blackEnvelope2 = new
org.eclipse.draw2d.PolylineShape();
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(5)
,
getMapMode().DPtoLP(4)
));
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));
	blackEnvelope2.setForegroundColor(org.eclipse.draw2d.ColorConstants.white);

rectangle1.add(blackEnvelope2);


&#!
xA;
	}







}
&#!
xA;">
+ classBody="
/**
 * @generated
 */
public
class MessageEndEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public MessageEndEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_message.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.11">
@@ -481,13 +492,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="TerminateEndEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class TerminateEndEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
TerminateEndEventFigureDescriptor() {
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();
circle0.setLineWidth(3);

circle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(6)
, getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(6)
));

this.add(circle0);
circle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse
circle1 = n!
ew
org.eclipse.draw2d.Ellipse();
	circle1.setBackgroundColor(org.eclipse.draw2d.ColorConstants.lightGray);

circle0.add(circle1);



	}







}

">
+ classBody="
/**
 * @generated
 */
public
class TerminateEndEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
TerminateEndEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_terminate.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.14">
@@ -531,11 +542,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageCatchIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageCatchIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
MessageCatchIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Elli!
pse innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectangle2 = new
org.eclipse.draw2d.RectangleFigure();

innerCircle1.add(rectangle2);
rectangle2.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
envelope3 = new org.eclipse.draw2d.PolylineShape();
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP!
(5)
, getMapMode().DPtoLP(4)
));
envelope3.addPoin!
t(new or
g.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));

rectangle2.add(envelope3);





	}







}

">
+ classBody="
/**
 * @generated
 */
public
class MessageCatchIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
MessageCatchIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_message_catch.svg");
	}





}

">
<attributes
+ xsi:type="gmfgen:ResizeConstraints"/>
+ <attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.17">
@@ -579,13 +592,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageThrowIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageThrowIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
MessageThrowIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Elli!
pse innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectangle2 = new
org.eclipse.draw2d.RectangleFigure();
	rectangle2.setBackgroundColor(org.eclipse.draw2d.ColorConstants.lightGray);

innerCircle1.add(rectangle2);
rectangle2.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
envelope3 = new org.eclipse.draw2d.PolylineShape();
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
!
;));
envelope3.addPoint(new org.eclipse.draw2d.geometry.Po!
int(getM
apMode().DPtoLP(5)
,
getMapMode().DPtoLP(4)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));
	envelope3.setForegroundColor(org.eclipse.draw2d.ColorConstants.white);

rectangle2.add(envelope3);





	}







}

">
+ classBody="
/**
 * @generated
 */
public
class MessageThrowIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
MessageThrowIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_message_throw.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.20">
@@ -629,13 +642,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="TimerCatchIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class TimerCatchIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
TimerCatchIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse !
innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse
clock2 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.add(clock2);



org.eclipse.draw2d.PolylineShape
twelve2 = new org.eclipse.draw2d.PolylineShape();
twelve2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(0)
));
twelve2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(2)
));

innerCircle1.add(twelve2);



org.eclipse.draw2d.PolylineShape
three2 = new org.eclipse.draw2d.PolylineShape();
three2.addPoint(new
org.eclipse.draw2d.!
geometry.Point(getMapMode().DPtoLP(7)
, getMapMode().DPtoL!
P(4)

;));
three2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(4)
));

innerCircle1.add(three2);



org.eclipse.draw2d.PolylineShape
six2 = new org.eclipse.draw2d.PolylineShape();
six2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(7)
));
six2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(9)
));

innerCircle1.add(six2);



org.eclipse.draw2d.PolylineShape
nine2 = new org.eclipse.draw2d.PolylineShape();
nine2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(4)
));
nine2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(4)
));

innerCircle1.add(nine2);



org.eclipse.draw2d.PolylineShape
big2 = new org.eclipse.draw2d.PolylineShape();&!
#xA;big2.addPoint(new org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
big2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(1)
));

innerCircle1.add(big2);



org.eclipse.draw2d.PolylineShape
small2 = new org.eclipse.draw2d.PolylineShape();
small2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
small2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(7)
,
getMapMode().DPtoLP(7)
));

innerCircle1.add(small2);




	}







}

">
+ classBody="
/**
 * @generated
 */
public
class TimerCatchIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
TimerCatchIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_timer_catch.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.23">
@@ -745,6 +758,9 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="120"
height="20"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -805,6 +821,10 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="80"
height="40"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"
+ fixedBackground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -864,6 +884,10 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="80"
height="40"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"
+ fixedBackground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -923,6 +947,10 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="80"
height="40"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"
+ fixedBackground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -977,13 +1005,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="StartEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class StartEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public StartEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();

this.add(circle0);


	}







}

">
+ classBody="
/**
 * @generated
 */
public
class StartEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public StartEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_start_none.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.2">
@@ -1020,13 +1048,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageStartEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageStartEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
MessageStartEventFigureDescriptor() {
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();

circle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
, getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
));

this.add(circle0);
circle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectangle1 = new org.eclipse.dra!
w2d.RectangleFigure();

circle0.add(rectangle1);
rectangle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
whiteEnvelope2 = new
org.eclipse.draw2d.PolylineShape();
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(5)
,
getMapMode().DPtoLP(4)
));
whiteEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));

rectangle1.add(whiteEnvelope2);




	}







}

">
+ classBody="
/**
 * @generated
 */
public
class MessageStartEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
MessageStartEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_start_message.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.4">
@@ -1069,13 +1097,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="EndEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class EndEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public EndEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();
circle0.setLineWidth(3);

this.add(circle0);


	}







}

">
+ classBody="
/**
 * @generated
 */
public
class EndEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public EndEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_none.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.7">
@@ -1112,13 +1140,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="ExclusiveGatewayFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class ExclusiveGatewayFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public ExclusiveGatewayFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.PolygonShape diamond0 = new
org.eclipse.draw2d.PolygonShape();
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(0)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(15)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
, getMapMode().DPto!
LP(30)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(30)
,
getMapMode().DPtoLP(15)
));
diamond0.setFill(true);

this.add(diamond0);


	}







}

">
+ classBody="
/**
 * @generated
 */
public
class ExclusiveGatewayFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public ExclusiveGatewayFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/gateways_48px_exclusive.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="31"
- height="31"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet>
<metaClass
@@ -1154,13 +1182,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="ParallelGatewayFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class ParallelGatewayFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public ParallelGatewayFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.PolygonShape diamond0 = new
org.eclipse.draw2d.PolygonShape();
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(0)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(15)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
, getMapMode().DPtoLP!
(30)
));
diamond0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(30)
,
getMapMode().DPtoLP(15)
));
diamond0.setFill(true);

this.add(diamond0);



org.eclipse.draw2d.PolylineShape
vertical0 = new org.eclipse.draw2d.PolylineShape();
vertical0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(8)
));
vertical0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(15)
,
getMapMode().DPtoLP(22)
));

this.add(vertical0);



org.eclipse.draw2d.PolylineShape
horizontal0 = new org.eclipse.draw2d.PolylineShape();
horizontal0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(8)
,
getMapMode().DPtoLP(15)
));
horizontal0.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(22)
,
getMapMode().DPtoLP(15)
));

this.add(horizontal0);


	}

!






}

">
+ classBody="
/**
 * @generated
 */
public
class ParallelGatewayFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public ParallelGatewayFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/gateways_48px_parallel.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="31"
- height="31"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet>
<metaClass
@@ -1196,13 +1224,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageEndEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageEndEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public MessageEndEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();
circle0.setLineWidth(3);

circle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
, getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(5)
));

this.add(circle0);
circle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectang!
le1 = new
org.eclipse.draw2d.RectangleFigure();
	rectangle1.setBackgroundColor(org.eclipse.draw2d.ColorConstants.lightGray);

circle0.add(rectangle1);
rectangle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
blackEnvelope2 = new
org.eclipse.draw2d.PolylineShape();
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(5)
,
getMapMode().DPtoLP(4)
));
blackEnvelope2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));
	blackEnvelope2.setForegroundColor(org.eclipse.draw2d.ColorConstants.white);

rectangle1.add(blackEnvelope2);


&#!
xA;
	}







}
&#!
xA;">
+ classBody="
/**
 * @generated
 */
public
class MessageEndEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public MessageEndEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_message.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.11">
@@ -1245,13 +1273,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="TerminateEndEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class TerminateEndEventFigureDescriptor extends org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
TerminateEndEventFigureDescriptor() {
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse circle0 = new
org.eclipse.draw2d.Ellipse();
circle0.setLineWidth(3);

circle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(6)
, getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(6)
));

this.add(circle0);
circle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse
circle1 = n!
ew
org.eclipse.draw2d.Ellipse();
	circle1.setBackgroundColor(org.eclipse.draw2d.ColorConstants.lightGray);

circle0.add(circle1);



	}







}

">
+ classBody="
/**
 * @generated
 */
public
class TerminateEndEventFigureDescriptor extends org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
TerminateEndEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_end_terminate.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.14">
@@ -1294,11 +1322,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageCatchIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageCatchIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
MessageCatchIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Elli!
pse innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectangle2 = new
org.eclipse.draw2d.RectangleFigure();

innerCircle1.add(rectangle2);
rectangle2.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
envelope3 = new org.eclipse.draw2d.PolylineShape();
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP!
(5)
, getMapMode().DPtoLP(4)
));
envelope3.addPoin!
t(new or
g.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));

rectangle2.add(envelope3);





	}







}

">
+ classBody="
/**
 * @generated
 */
public
class MessageCatchIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
MessageCatchIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_message_catch.svg");
	}





}

">
<attributes
+ xsi:type="gmfgen:ResizeConstraints"/>
+ <attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.17">
@@ -1341,13 +1371,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="MessageThrowIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class MessageThrowIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
MessageThrowIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Elli!
pse innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.RectangleFigure
rectangle2 = new
org.eclipse.draw2d.RectangleFigure();
	rectangle2.setBackgroundColor(org.eclipse.draw2d.ColorConstants.lightGray);

innerCircle1.add(rectangle2);
rectangle2.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolylineShape
envelope3 = new org.eclipse.draw2d.PolylineShape();
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
!
;));
envelope3.addPoint(new org.eclipse.draw2d.geometry.Po!
int(getM
apMode().DPtoLP(5)
,
getMapMode().DPtoLP(4)
));
envelope3.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(0)
));
	envelope3.setForegroundColor(org.eclipse.draw2d.ColorConstants.white);

rectangle2.add(envelope3);





	}







}

">
+ classBody="
/**
 * @generated
 */
public
class MessageThrowIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
MessageThrowIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_message_throw.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.20">
@@ -1390,13 +1420,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="TimerCatchIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class TimerCatchIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
TimerCatchIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse !
innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse
clock2 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.add(clock2);



org.eclipse.draw2d.PolylineShape
twelve2 = new org.eclipse.draw2d.PolylineShape();
twelve2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(0)
));
twelve2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(2)
));

innerCircle1.add(twelve2);



org.eclipse.draw2d.PolylineShape
three2 = new org.eclipse.draw2d.PolylineShape();
three2.addPoint(new
org.eclipse.draw2d.!
geometry.Point(getMapMode().DPtoLP(7)
, getMapMode().DPtoL!
P(4)

;));
three2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(9)
,
getMapMode().DPtoLP(4)
));

innerCircle1.add(three2);



org.eclipse.draw2d.PolylineShape
six2 = new org.eclipse.draw2d.PolylineShape();
six2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(7)
));
six2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(9)
));

innerCircle1.add(six2);



org.eclipse.draw2d.PolylineShape
nine2 = new org.eclipse.draw2d.PolylineShape();
nine2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(4)
));
nine2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(4)
));

innerCircle1.add(nine2);



org.eclipse.draw2d.PolylineShape
big2 = new org.eclipse.draw2d.PolylineShape();&!
#xA;big2.addPoint(new org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
big2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(6)
,
getMapMode().DPtoLP(1)
));

innerCircle1.add(big2);



org.eclipse.draw2d.PolylineShape
small2 = new org.eclipse.draw2d.PolylineShape();
small2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(4)
,
getMapMode().DPtoLP(4)
));
small2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(7)
,
getMapMode().DPtoLP(7)
));

innerCircle1.add(small2);




	}







}

">
+ classBody="
/**
 * @generated
 */
public
class TimerCatchIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
TimerCatchIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_timer_catch.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.23">
@@ -1439,13 +1469,13 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="ErrorCatchIntermediateEventFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class ErrorCatchIntermediateEventFigureDescriptor extends
org.eclipse.draw2d.RectangleFigure
{




	/**
	 *
@generated
	 */
	public
ErrorCatchIntermediateEventFigureDescriptor()
{
		this.setLayoutManager(new
org.eclipse.draw2d.StackLayout());
		this.setFill(false);
this.setOutline(false);
		createContents();
	}
	/**
	
* @generated
	 */
	private void
createContents(){


org.eclipse.draw2d.Ellipse outerCircle0 = new
org.eclipse.draw2d.Ellipse();

outerCircle0.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
, getMapMode().DPtoLP(2)
,
getMapMode().DPtoLP(2)
));

this.add(outerCircle0);
outerCircle0.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.Ellipse !
innerCircle1 = new
org.eclipse.draw2d.Ellipse();

innerCircle1.setBorder(new
org.eclipse.draw2d.MarginBorder(getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
, getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
));

outerCircle0.add(innerCircle1);
innerCircle1.setLayoutManager(new
org.eclipse.draw2d.StackLayout());


org.eclipse.draw2d.PolygonShape
flash2 = new org.eclipse.draw2d.PolygonShape();
flash2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(9)
));
flash2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(0)
));
flash2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(7)
,
getMapMode().DPtoLP(6)
));
flash2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(10)
,
getMapMode().DPtoLP(1)
));
flash2.addPoint(new
org.eclipse.draw2d.geometry.Point(getMapMode().D!
PtoLP(7)
, getMapMode().DPtoLP(10)
));
flash2.addP!
oint(new
org.eclipse.draw2d.geometry.Point(getMapMode().DPtoLP(3)
,
getMapMode().DPtoLP(3)
));
flash2.setFill(true);

innerCircle1.add(flash2);




	}







}

">
+ classBody="
/**
 * @generated
 */
public
class ErrorCatchIntermediateEventFigureDescriptor extends
org.eclipse.gmf.runtime.lite.svg.SVGFigure
{




	/**
	 *
@generated
	 */
	public
ErrorCatchIntermediateEventFigureDescriptor()
{
				this.setURI("platform:/plugin/org.jboss.tools.bpmn2.process.diagram/images/events_48px_intermediate_error_catch.svg");
	}





}

">
<attributes
xsi:type="gmfgen:ResizeConstraints"/>
<attributes
xsi:type="gmfgen:DefaultSizeAttributes"
- width="20"
- height="20"/>
+ width="48"
+ height="48"/>
</viewmap>
<modelFacet
modelElementSelector="//@expressionProviders/@providers.0/(a)expressions.26">
@@ -1553,6 +1583,9 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="120"
height="20"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -1614,6 +1647,9 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="240"
height="240"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -1654,6 +1690,10 @@
xsi:type="gmfgen:DefaultSizeAttributes"
width="80"
height="40"/>
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"
+ fixedBackground="true"/>
</viewmap>
<modelFacet>
<metaClass
@@ -1707,7 +1747,11 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="SequenceFlowFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class SequenceFlowFigureDescriptor extends
org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
{




	/**
	 *
@generated
	 */
	public SequenceFlowFigureDescriptor()
{
		
		setTargetDecoration(createTargetDecoration());
	}

	/**
	
* @generated
	 */
	private
org.eclipse.draw2d.RotatableDecoration createTargetDecoration()
{
		org.eclipse.draw2d.PolygonDecoration df = new
org.eclipse.draw2d.PolygonDecoration();
df.setFill(true);
org.eclipse.draw2d.geometry.PointList
pl = new
org.eclipse.draw2d.geometry.PointList();
pl.addPoint(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
);
pl.addPoint(getMapMode().DPtoLP(-1)
,
getMapMode().DPtoLP(1)
);
pl.addPoint(getMapMode().DPtoLP(-1)
,
getMapMode().DPtoLP(-1)
);
pl.addPoint(getMapMode().!
DPtoLP(0)
,
getMapMode().DPtoLP(0)
);
df.setTemplate(pl);
df.setScale(getMapMode().DPtoLP(7)
,
getMapMode().DPtoLP(3)
);
		return
df;
	}




}

"/>
+ classBody="
/**
 * @generated
 */
public
class SequenceFlowFigureDescriptor extends
org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
{




	/**
	 *
@generated
	 */
	public SequenceFlowFigureDescriptor()
{
		
		setTargetDecoration(createTargetDecoration());
	}

	/**
	
* @generated
	 */
	private
org.eclipse.draw2d.RotatableDecoration createTargetDecoration()
{
		org.eclipse.draw2d.PolygonDecoration df = new
org.eclipse.draw2d.PolygonDecoration();
df.setFill(true);
org.eclipse.draw2d.geometry.PointList
pl = new
org.eclipse.draw2d.geometry.PointList();
pl.addPoint(getMapMode().DPtoLP(0)
,
getMapMode().DPtoLP(0)
);
pl.addPoint(getMapMode().DPtoLP(-1)
,
getMapMode().DPtoLP(1)
);
pl.addPoint(getMapMode().DPtoLP(-1)
,
getMapMode().DPtoLP(-1)
);
pl.addPoint(getMapMode().!
DPtoLP(0)
,
getMapMode().DPtoLP(0)
);
df.setTemplate(pl);
df.setScale(getMapMode().DPtoLP(7)
,
getMapMode().DPtoLP(3)
);
		return
df;
	}




}

">
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"/>
+ </viewmap>
<modelFacet
xsi:type="gmfgen:TypeLinkModelFacet">
<metaClass
@@ -1746,7 +1790,11 @@
<viewmap
xsi:type="gmfgen:InnerClassViewmap"
className="AssociationFigureDescriptor"
- classBody="
/**
 * @generated
 */
public
class AssociationFigureDescriptor extends
org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
{




	/**
	 *
@generated
	 */
	public AssociationFigureDescriptor()
{
		this.setLineStyle(org.eclipse.draw2d.Graphics.LINE_DOT);

	}




}

"/>
+ classBody="
/**
 * @generated
 */
public
class AssociationFigureDescriptor extends
org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx
{




	/**
	 *
@generated
	 */
	public AssociationFigureDescriptor()
{
		this.setLineStyle(org.eclipse.draw2d.Graphics.LINE_DOT);

	}




}

">
+ <attributes
+ xsi:type="gmfgen:StyleAttributes"
+ fixedForeground="true"/>
+ </viewmap>
<modelFacet
xsi:type="gmfgen:TypeLinkModelFacet">
<metaClass
@@ -1780,18 +1828,26 @@
<entries
xsi:type="gmfgen:ToolEntry"
title="User Task"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/tasks_32px_user.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/tasks_16px_user.png"
genNodes="//@diagram/(a)topLevelNodes.0
//@diagram/(a)childNodes.1"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Service Task"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/tasks_32px_service.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/tasks_16px_service.png"
genNodes="//@diagram/(a)topLevelNodes.1
//@diagram/(a)childNodes.2"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Script Task"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/tasks_32px_service.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/tasks_16px_script.png"
genNodes="//@diagram/(a)childNodes.15
//@diagram/(a)topLevelNodes.16"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Sub-Process"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/activity_32px_subprocess.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/activity_16px_subprocess.png"
genNodes="//@diagram/(a)topLevelNodes.15
//@diagram/(a)childNodes.0"/>
</entries>
<entries
@@ -1802,10 +1858,14 @@
<entries
xsi:type="gmfgen:ToolEntry"
title="Exclusive"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/gateways_32px_exclusive.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/gateways_16px_exclusive.png"
genNodes="//@diagram/(a)topLevelNodes.5
//@diagram/(a)childNodes.6"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Parallel"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/gateways_32px_parallel.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/gateways_16px_parallel.png"
genNodes="//@diagram/(a)topLevelNodes.6
//@diagram/(a)childNodes.7"/>
</entries>
<entries
@@ -1818,10 +1878,14 @@
<entries
xsi:type="gmfgen:ToolEntry"
title="Start"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_start_none.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_start_none.png"
genNodes="//@diagram/(a)topLevelNodes.2
//@diagram/(a)childNodes.3"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Message Start"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_start_message.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_start_message.png"
genNodes="//@diagram/(a)topLevelNodes.3
//@diagram/(a)childNodes.4"/>
</entries>
<entries
@@ -1831,19 +1895,27 @@
<entries
xsi:type="gmfgen:ToolEntry"
title="Message Catch"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_intermediate_message_catch.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_intermediate_message_catch.png"
genNodes="//@diagram/(a)topLevelNodes.9
//@diagram/(a)childNodes.10"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Message Throw"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_intermediate_message_throw.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_intermediate_message_throw.png"
genNodes="//@diagram/(a)topLevelNodes.10
//@diagram/(a)childNodes.11"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Timer Catch"
description=""
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_intermediate_timer_catch.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_intermediate_timer_catch.png"
genNodes="//@diagram/(a)topLevelNodes.11
//@diagram/(a)childNodes.12"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Error Catch"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_intermediate_error_catch.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_intermediate_error_catch.png"
genNodes="//@diagram/(a)topLevelNodes.12"/>
</entries>
<entries
@@ -1853,14 +1925,20 @@
<entries
xsi:type="gmfgen:ToolEntry"
title="End"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_end_none.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_end_none.png"
genNodes="//@diagram/(a)topLevelNodes.4
//@diagram/(a)childNodes.5"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Message End"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_end_message.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_end_message.png"
genNodes="//@diagram/(a)topLevelNodes.7
//@diagram/(a)childNodes.8"/>
<entries
xsi:type="gmfgen:ToolEntry"
title="Terminate"
+
largeIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj32/events_32px_end_terminate.png"
+
smallIconPath="/org.jboss.tools.bpmn2.process.diagram/icons/obj16/events_16px_end_terminate.png"
genNodes="//@diagram/(a)topLevelNodes.8
//@diagram/(a)childNodes.9"/>
</entries>
</entries>
@@ -1899,31 +1977,34 @@
</palette>
<preferencePages
xsi:type="gmfgen:GenStandardPreferencePage"
- iD="org.eclipse.bpmn2.diagram.general"
+ iD="org.jboss.tools.bpmn2.process.diagram.general"
name="bpmn2 Diagram">
<children
xsi:type="gmfgen:GenStandardPreferencePage"
- iD="org.eclipse.bpmn2.diagram.appearance"
+ iD="org.jboss.tools.bpmn2.process.diagram.appearance"
name="Appearance"
kind="Appearance"/>
<children
xsi:type="gmfgen:GenStandardPreferencePage"
- iD="org.eclipse.bpmn2.diagram.connections"
+ iD="org.jboss.tools.bpmn2.process.diagram.connections"
name="Connections"
kind="Connections"/>
<children
xsi:type="gmfgen:GenStandardPreferencePage"
- iD="org.eclipse.bpmn2.diagram.printing"
+ iD="org.jboss.tools.bpmn2.process.diagram.printing"
name="Printing"
kind="Printing"/>
<children
xsi:type="gmfgen:GenStandardPreferencePage"
- iD="org.eclipse.bpmn2.diagram.rulersAndGrid"
+ iD="org.jboss.tools.bpmn2.process.diagram.rulersAndGrid"
name="Rulers And Grid"
kind="RulersAndGrid"/>
</preferencePages>
</diagram>
- <plugin>
+ <plugin
+ iD="org.jboss.tools.bpmn2.process.diagram"
+ name="Bpmn2 Process Plugin"
+ activatorClassName="Bpmn2ProcessDiagramEditorPlugin">
<requiredPlugins>org.eclipse.draw2d</requiredPlugins>
<requiredPlugins>org.eclipse.gmf.runtime.draw2d.ui</requiredPlugins>
</plugin>
Modified: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmftool
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmftool 2011-02-09
09:04:11 UTC (rev 29072)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.gmftool 2011-02-09
09:42:57 UTC (rev 29073)
@@ -14,16 +14,52 @@
stack="true">
<tools
xsi:type="gmftool:CreationTool"
- title="User Task"/>
+ title="User Task">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/tasks_16px_user.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/tasks_32px_user.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Service Task"/>
+ title="Service Task">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/tasks_16px_service.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/tasks_32px_service.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Script Task"/>
+ title="Script Task">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/tasks_16px_script.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/tasks_32px_service.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Sub-Process"/>
+ title="Sub-Process">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/activity_16px_subprocess.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/activity_32px_subprocess.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
</tools>
<tools
xsi:type="gmftool:ToolGroup"
@@ -32,10 +68,28 @@
stack="true">
<tools
xsi:type="gmftool:CreationTool"
- title="Exclusive"/>
+ title="Exclusive">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/gateways_16px_exclusive.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/gateways_32px_exclusive.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Parallel"/>
+ title="Parallel">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/gateways_16px_parallel.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/gateways_32px_parallel.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
</tools>
<tools
xsi:type="gmftool:ToolGroup"
@@ -46,10 +100,28 @@
stack="true">
<tools
xsi:type="gmftool:CreationTool"
- title="Start"/>
+ title="Start">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_start_none.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_start_none.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Message Start"/>
+ title="Message Start">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_start_message.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_start_message.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
</tools>
<tools
xsi:type="gmftool:ToolGroup"
@@ -57,17 +129,53 @@
stack="true">
<tools
xsi:type="gmftool:CreationTool"
- title="Message Catch"/>
+ title="Message Catch">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_intermediate_message_catch.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_intermediate_message_catch.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Message Throw"/>
+ title="Message Throw">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_intermediate_message_throw.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_intermediate_message_throw.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
title="Timer Catch"
- description=""/>
+ description="">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_intermediate_timer_catch.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_intermediate_timer_catch.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Error Catch"/>
+ title="Error Catch">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_intermediate_error_catch.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_intermediate_error_catch.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
</tools>
<tools
xsi:type="gmftool:ToolGroup"
@@ -75,13 +183,40 @@
stack="true">
<tools
xsi:type="gmftool:CreationTool"
- title="End"/>
+ title="End">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_end_none.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_end_none.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Message End"/>
+ title="Message End">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_end_message.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_end_message.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
<tools
xsi:type="gmftool:CreationTool"
- title="Terminate"/>
+ title="Terminate">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj16/events_16px_end_terminate.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/obj32/events_32px_end_terminate.png"
+ bundle="org.jboss.tools.bpmn2.process.diagram"/>
+ </tools>
</tools>
</tools>
<tools
Modified: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.trace
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.trace 2011-02-09
09:04:11 UTC (rev 29072)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn.process.trace 2011-02-09
09:42:57 UTC (rev 29073)
@@ -1,58 +1,150 @@
<?xml version="1.0" encoding="UTF-8"?>
-<trace:TraceModel xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:trace="http://www.eclipse.org/gmf/2006/Trace">
- <nodeTraces visualID="2001" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'UserTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5001" queryText="true"/>
+<trace:TraceModel xmi:version="2.0"
+
xmlns:xmi="http://www.omg.org/XMI"
+
xmlns:trace="http://www.eclipse.org/gmf/2006/Trace">
+ <nodeTraces
+ visualID="2001"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'UserTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5001"
+ queryText="true"/>
</nodeTraces>
- <nodeTraces visualID="2002" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ServiceTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5002" queryText="true"/>
+ <nodeTraces
+ visualID="2002"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ServiceTask') and (let _containmentMF_:ecore::EStructuralFeature
= modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5002"
+ queryText="true"/>
</nodeTraces>
- <nodeTraces visualID="2003" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2004" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2005" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ExclusiveGateway') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2006" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ParallelGateway') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2007" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2008" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2009" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2010" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateCatchEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2011" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateThrowEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2012" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateCatchEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2013" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateCatchEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2014" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'DataObject') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5003" queryText="true"/>
+ <nodeTraces
+ visualID="2003"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2004"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2005"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ExclusiveGateway') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2006"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ParallelGateway') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2007"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2008"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2009"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2010"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateCatchEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2011"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateThrowEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2012"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateCatchEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2013"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateCatchEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2014"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'DataObject') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5003"
+ queryText="true"/>
</nodeTraces>
- <nodeTraces visualID="2015" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'TextAnnotation') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'Process') and _containmentMF_.name = 'artifacts')">
- <nodeLabelTraces visualID="5004" queryText="true"/>
+ <nodeTraces
+ visualID="2015"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'TextAnnotation') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'Process') and _containmentMF_.name =
'artifacts')">
+ <nodeLabelTraces
+ visualID="5004"
+ queryText="true"/>
</nodeTraces>
- <nodeTraces visualID="2016" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'SubProcess') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <nodeTraces visualID="2017" queryText="(let _eClass_:ecore::EClass =
modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ScriptTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5009" queryText="true"/>
+ <nodeTraces
+ visualID="2016"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'SubProcess') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <nodeTraces
+ visualID="2017"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ScriptTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5009"
+ queryText="true"/>
</nodeTraces>
- <childNodeTraces visualID="3001" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'SubProcess') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3002" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'UserTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5005" queryText="true"/>
+ <childNodeTraces
+ visualID="3001"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'SubProcess') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3002"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'UserTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5005"
+ queryText="true"/>
</childNodeTraces>
- <childNodeTraces visualID="3003" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3004" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ServiceTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5006" queryText="true"/>
+ <childNodeTraces
+ visualID="3003"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3004"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ServiceTask') and (let _containmentMF_:ecore::EStructuralFeature
= modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5006"
+ queryText="true"/>
</childNodeTraces>
- <childNodeTraces visualID="3005" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3006" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3007" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ExclusiveGateway') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3008" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ParallelGateway') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3009" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3010" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3011" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateCatchEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3012" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateThrowEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3013" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'IntermediateCatchEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
- <childNodeTraces visualID="3014" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'DataObject') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5007" queryText="true"/>
+ <childNodeTraces
+ visualID="3005"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'StartEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3006"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3007"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ExclusiveGateway') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3008"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ParallelGateway') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3009"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3010"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'EndEvent') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3011"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateCatchEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3012"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateThrowEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3013"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'IntermediateCatchEvent') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'FlowElementsContainer') and _containmentMF_.name =
'flowElements')"/>
+ <childNodeTraces
+ visualID="3014"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'DataObject') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5007"
+ queryText="true"/>
</childNodeTraces>
- <childNodeTraces visualID="3015" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'TextAnnotation') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'SubProcess') and _containmentMF_.name = 'artifacts')">
- <nodeLabelTraces visualID="5008" queryText="true"/>
+ <childNodeTraces
+ visualID="3015"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'TextAnnotation') and (let
_containmentMF_:ecore::EStructuralFeature = modelFacet.containmentMetaFeature.ecoreFeature
in (let _eClass_:ecore::EClass = _containmentMF_.eContainingClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'SubProcess') and _containmentMF_.name =
'artifacts')">
+ <nodeLabelTraces
+ visualID="5008"
+ queryText="true"/>
</childNodeTraces>
- <childNodeTraces visualID="3016" queryText="(let
_eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'ScriptTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
- <nodeLabelTraces visualID="5010" queryText="true"/>
+ <childNodeTraces
+ visualID="3016"
+ queryText="(let _eClass_:ecore::EClass = modelFacet.metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'ScriptTask') and (let _containmentMF_:ecore::EStructuralFeature =
modelFacet.containmentMetaFeature.ecoreFeature in (let _eClass_:ecore::EClass =
_containmentMF_.eContainingClass in _eClass_.ePackage.nsURI =
'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and _eClass_.name =
'FlowElementsContainer') and _containmentMF_.name =
'flowElements')">
+ <nodeLabelTraces
+ visualID="5010"
+ queryText="true"/>
</childNodeTraces>
- <linkTraces visualID="4001"
queryText="modelFacet.oclIsKindOf(gmfgen::TypeLinkModelFacet) and (let
_eClass_:ecore::EClass =
modelFacet.oclAsType(gmfgen::TypeLinkModelFacet).metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'SequenceFlow')"/>
- <linkTraces visualID="4002"
queryText="modelFacet.oclIsKindOf(gmfgen::TypeLinkModelFacet) and (let
_eClass_:ecore::EClass =
modelFacet.oclAsType(gmfgen::TypeLinkModelFacet).metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'Association')"/>
+ <linkTraces
+ visualID="4001"
+ queryText="modelFacet.oclIsKindOf(gmfgen::TypeLinkModelFacet) and (let
_eClass_:ecore::EClass =
modelFacet.oclAsType(gmfgen::TypeLinkModelFacet).metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'SequenceFlow')"/>
+ <linkTraces
+ visualID="4002"
+ queryText="modelFacet.oclIsKindOf(gmfgen::TypeLinkModelFacet) and (let
_eClass_:ecore::EClass =
modelFacet.oclAsType(gmfgen::TypeLinkModelFacet).metaClass.ecoreClass in
_eClass_.ePackage.nsURI = 'http://www.omg.org/spec/BPMN/20100524/MODEL-XMI' and
_eClass_.name = 'Association')"/>
</trace:TraceModel>
Added: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn2.gmfgraph
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn2.gmfgraph
(rev 0)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn2.gmfgraph 2011-02-09
09:42:57 UTC (rev 29073)
@@ -0,0 +1,809 @@
+<?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="BPMN">
+ <figures
+ name="BPMN Figures">
+ <descriptors
+ name="TaskFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:RoundedRectangle"
+ name="TaskFigure">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <minimumSize
+ dx="80"
+ dy="40"/>
+ <preferredSize
+ dx="80"
+ dy="40"/>
+ <insets
+ top="5"
+ left="5"
+ bottom="5"
+ right="5"/>
+ <children
+ xsi:type="gmfgraph:Label"
+ name="Name"/>
+ </actualFigure>
+ <accessors
+ figure="//@figures.0/@descriptors.0/@actualFigure/(a)children.0"/>
+ </descriptors>
+ <descriptors
+ name="SequenceFlowFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:PolylineConnection"
+ name="SequenceFlowFigure"
+
targetDecoration="//@figures.0/@descriptors.1/@actualFigure/(a)children.0">
+ <children
+ xsi:type="gmfgraph:PolygonDecoration"
+ name="ClosedArrow">
+ <template/>
+ <template
+ x="-1"
+ y="1"/>
+ <template
+ x="-1"
+ y="-1"/>
+ <template/>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="SimpleLabel">
+ <actualFigure
+ xsi:type="gmfgraph:Label"
+ name="SimpleLabel"
+ text=""/>
+ </descriptors>
+ <descriptors
+ name="StartEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="StartEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Circle"/>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="EndEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="EndEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Circle"
+ lineWidth="3"/>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="ExclusiveGatewayFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="ExclusiveGatewayFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Polygon"
+ name="Diamond">
+ <template
+ x="15"/>
+ <template
+ y="15"/>
+ <template
+ x="15"
+ y="30"/>
+ <template
+ x="30"
+ y="15"/>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="ParallelGatewayFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="ParallelGatewayFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Polygon"
+ name="Diamond">
+ <template
+ x="15"/>
+ <template
+ y="15"/>
+ <template
+ x="15"
+ y="30"/>
+ <template
+ x="30"
+ y="15"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Vertical">
+ <template
+ x="15"
+ y="8"/>
+ <template
+ x="15"
+ y="22"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Horizontal">
+ <template
+ x="8"
+ y="15"/>
+ <template
+ x="22"
+ y="15"/>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="MessageStartEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="MessageStartEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Circle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="6"
+ left="5"
+ bottom="6"
+ right="5"/>
+ <children
+ xsi:type="gmfgraph:Rectangle"
+ name="Rectangle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="WhiteEnvelope">
+ <template/>
+ <template
+ x="4"
+ y="4"/>
+ <template
+ x="5"
+ y="4"/>
+ <template
+ x="9"/>
+ </children>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="MessageEndEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="MessageEndEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Circle"
+ lineWidth="3">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="6"
+ left="5"
+ bottom="6"
+ right="5"/>
+ <children
+ xsi:type="gmfgraph:Rectangle"
+ name="Rectangle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <backgroundColor
+ xsi:type="gmfgraph:ConstantColor"
+ value="lightGray"/>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="BlackEnvelope">
+ <foregroundColor
+ xsi:type="gmfgraph:ConstantColor"/>
+ <template/>
+ <template
+ x="4"
+ y="4"/>
+ <template
+ x="5"
+ y="4"/>
+ <template
+ x="9"/>
+ </children>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="TerminateEndEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="TerminateEndEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Circle"
+ lineWidth="3">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="6"
+ left="6"
+ bottom="6"
+ right="6"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Circle">
+ <backgroundColor
+ xsi:type="gmfgraph:ConstantColor"
+ value="lightGray"/>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="MessageCatchIntermediateEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="MessageCatchIntermediageEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="OuterCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="2"
+ left="2"
+ bottom="2"
+ right="2"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="InnerCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="4"
+ left="3"
+ bottom="4"
+ right="3"/>
+ <children
+ xsi:type="gmfgraph:Rectangle"
+ name="Rectangle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Envelope">
+ <template/>
+ <template
+ x="4"
+ y="4"/>
+ <template
+ x="5"
+ y="4"/>
+ <template
+ x="9"/>
+ </children>
+ </children>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="MessageThrowIntermediateEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="MessageThrowIntermediateEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="OuterCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="2"
+ left="2"
+ bottom="2"
+ right="2"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="InnerCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="4"
+ left="3"
+ bottom="4"
+ right="3"/>
+ <children
+ xsi:type="gmfgraph:Rectangle"
+ name="Rectangle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <backgroundColor
+ xsi:type="gmfgraph:ConstantColor"
+ value="lightGray"/>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Envelope">
+ <foregroundColor
+ xsi:type="gmfgraph:ConstantColor"/>
+ <template/>
+ <template
+ x="4"
+ y="4"/>
+ <template
+ x="5"
+ y="4"/>
+ <template
+ x="9"/>
+ </children>
+ </children>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="TimerCatchIntermediateEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="TimerCatchIntermediateEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="OuterCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="2"
+ left="2"
+ bottom="2"
+ right="2"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="InnerCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="3"
+ left="3"
+ bottom="3"
+ right="3"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="Clock"/>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Twelve">
+ <template
+ x="4"/>
+ <template
+ x="4"
+ y="2"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Three">
+ <template
+ x="7"
+ y="4"/>
+ <template
+ x="9"
+ y="4"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Six">
+ <template
+ x="4"
+ y="7"/>
+ <template
+ x="4"
+ y="9"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Nine">
+ <template
+ y="4"/>
+ <template
+ x="2"
+ y="4"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Big">
+ <template
+ x="4"
+ y="4"/>
+ <template
+ x="6"
+ y="1"/>
+ </children>
+ <children
+ xsi:type="gmfgraph:Polyline"
+ name="Small">
+ <template
+ x="4"
+ y="4"/>
+ <template
+ x="7"
+ y="7"/>
+ </children>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="ErrorCatchIntermediateEventFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="ErrorCatchIntermediateEventFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="OuterCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="2"
+ left="2"
+ bottom="2"
+ right="2"/>
+ <children
+ xsi:type="gmfgraph:Ellipse"
+ name="InnerCircle">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="3"
+ left="3"
+ bottom="3"
+ right="3"/>
+ <children
+ xsi:type="gmfgraph:Polygon"
+ name="Flash">
+ <template
+ y="9"/>
+ <template
+ x="3"/>
+ <template
+ x="7"
+ y="6"/>
+ <template
+ x="10"
+ y="1"/>
+ <template
+ x="7"
+ y="10"/>
+ <template
+ x="3"
+ y="3"/>
+ </children>
+ </children>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="DataObjectFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="DataObjectFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <children
+ xsi:type="gmfgraph:Polygon"
+ name="DogEarPage">
+ <template
+ x="12"/>
+ <template
+ x="20"
+ y="8"/>
+ <template
+ x="20"
+ y="25"/>
+ <template
+ y="25"/>
+ <template/>
+ <template
+ x="12"/>
+ <template
+ x="12"
+ y="8"/>
+ <template
+ x="20"
+ y="8"/>
+ </children>
+ </actualFigure>
+ </descriptors>
+ <descriptors
+ name="DataObjectLabelFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Label"
+ name="DataObjectLabelFigure"/>
+ </descriptors>
+ <descriptors
+ name="AssociationFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:PolylineConnection"
+ name="AssociationFigure"
+ lineKind="LINE_DOT"/>
+ </descriptors>
+ <descriptors
+ name="TextAnnotationFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:Rectangle"
+ name="TextAnnotationFigure"
+ outline="false"
+ fill="false">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <minimumSize
+ dx="50"
+ dy="20"/>
+ <preferredSize
+ dx="120"
+ dy="20"/>
+ <border
+ xsi:type="gmfgraph:CustomBorder"
+
qualifiedClassName="org.jboss.tools.bpmn2.process.diagram.figures.TextAnnotationFigureBorder"/>
+ <children
+ xsi:type="gmfgraph:Rectangle"
+ name="TextAnnotationRectangle"
+ outline="false"
+ fill="false"
+ lineKind="LINE_DOT">
+ <layout
+ xsi:type="gmfgraph:StackLayout"/>
+ <insets
+ top="4"
+ left="5"
+ bottom="5"
+ right="4"/>
+ <children
+ xsi:type="gmfgraph:Label"
+ name="TextAnnotationLabel"
+ text=""/>
+ </children>
+ </actualFigure>
+ <accessors
+
figure="//@figures.0/@descriptors.17/@actualFigure/@children.0/(a)children.0"/>
+ </descriptors>
+ <descriptors
+ name="ExpandedSubprocessFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:RoundedRectangle"
+ name="ExpandedSubprocessFigure">
+ <layout
+ xsi:type="gmfgraph:XYLayout"/>
+ <preferredSize
+ dx="240"
+ dy="240"/>
+ </actualFigure>
+ <accessors
+ figure="//@figures.0/@descriptors.18/(a)actualFigure"/>
+ </descriptors>
+ <descriptors
+ name="EventBasedGatewayFigureDescriptor"/>
+ </figures>
+ <nodes
+ name="UserTask"
+ figure="TaskFigureDescriptor"/>
+ <nodes
+ name="ServiceTask"
+ figure="TaskFigureDescriptor"/>
+ <nodes
+ name="ScriptTask"
+ figure="TaskFigureDescriptor"/>
+ <nodes
+ name="StartEvent"
+ figure="StartEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="EndEvent"
+ figure="EndEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="ExclusiveGateway"
+ figure="ExclusiveGatewayFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="31"
+ dy="31"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="ParallelGateway"
+ figure="ParallelGatewayFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="31"
+ dy="31"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="MessageStartEvent"
+ figure="MessageStartEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="MessageEndEvent"
+ figure="MessageEndEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="TerminateEndEvent"
+ figure="TerminateEndEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="MessageCatchIntermediateEvent"
+ figure="MessageCatchIntermediateEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="MessageThrowIntermediateEvent"
+ figure="MessageThrowIntermediateEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="TimerCatchIntermediateEvent"
+ figure="TimerCatchIntermediateEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="ErrorCatchIntermediateEvent"
+ figure="ErrorCatchIntermediateEventFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="20"
+ dy="20"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="DataObject"
+ figure="DataObjectFigureDescriptor"
+ resizeConstraint="NONE">
+ <facets
+ xsi:type="gmfgraph:DefaultSizeFacet">
+ <defaultSize
+ dx="21"
+ dy="26"/>
+ </facets>
+ </nodes>
+ <nodes
+ name="TextAnnotation"
+ figure="TextAnnotationFigureDescriptor"/>
+ <nodes
+ name="ExpandedSubprocess"
+ figure="ExpandedSubprocessFigureDescriptor"
+ contentPane="//@figures.0/@descriptors.18/(a)accessors.0"/>
+ <connections
+ name="SequenceFlow"
+ figure="SequenceFlowFigureDescriptor"/>
+ <connections
+ name="Association"
+ figure="AssociationFigureDescriptor"/>
+ <labels
+ name="RoundedRectangleLabel"
+ figure="TaskFigureDescriptor"
+ accessor="//@figures.0/@descriptors.0/(a)accessors.0"/>
+ <labels
+ name="Element Name"
+ figure="TextAnnotationFigureDescriptor"
+ elementIcon="false"
+ accessor="//@figures.0/@descriptors.17/(a)accessors.0"/>
+ <labels
+ name="DataObjectLabel"
+ figure="DataObjectLabelFigureDescriptor"
+ elementIcon="false"/>
+ <labels
+ name="TextAnnotationLabel"
+ figure="TextAnnotationFigureDescriptor"
+ elementIcon="false"
+ accessor="//@figures.0/@descriptors.17/(a)accessors.0"/>
+</gmfgraph:Canvas>
Property changes on: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/model/bpmn2.gmfgraph
___________________________________________________________________
Name: svn:mime-type
+ text/plain