Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/diagrams/serviceContract/servicecontract.xml')
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/diagrams/serviceContract/servicecontract.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/diagrams/serviceContract/servicecontract.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/diagrams/serviceContract/servicecontract.xml
new file mode 100644
index 00000000000..4759e0eac8c
--- /dev/null
+++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/diagrams/serviceContract/servicecontract.xml
@@ -0,0 +1,39 @@
+<paletteDefinition>
+ <content>
+ <drawer iconpath="/icons/drawer.gif" id="Drawer__1423841519545" name="Nodes">
+ <aspectTool description="Create new Constraint" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Constraint.gif"
+ id="composite.tool.constraint_1423841579591" name="Constraint" refToolId="composite.tool.constraint"/>
+ <aspectTool description="Create new Comment" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Comment.gif"
+ id="composite.tool.comment_1423841585672" name="Comment" refToolId="composite.tool.comment"/>
+ <aspectTool description="Create new Property" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Property.gif"
+ id="composite.tool.property_1423841739077" name="Role" refToolId="composite.tool.property"/>
+ <aspectTool description="Create new ServiceContract" iconpath="platform:/plugin/org.eclipse.papyrus.soaml.diagram.common/diagrams/serviceContract/sc16x16.png"
+ id="composite.tool.collaboration_1423841800423" name="ServiceContract" refToolId="composite.tool.collaboration">
+ <postAction id="org.eclipse.papyrus.applystereotypeactionprovider">
+ <stereotypesToApply>
+ <stereotype stereotypeName="SoaML::Collaboration"/>
+ <stereotype stereotypeName="SoaML::ServiceContract"/>
+ </stereotypesToApply>
+ </postAction>
+ </aspectTool>
+ <aspectTool description="Create new CollaborationUse" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/CollaborationUse.gif"
+ id="composite.tool.collaborationuse_1423841810679" name="ServiceContractUse" refToolId="composite.tool.collaborationuse">
+ <postAction id="org.eclipse.papyrus.applystereotypeactionprovider">
+ <stereotypesToApply>
+ <stereotype stereotypeName="SoaML::CollaborationUse"/>
+ </stereotypesToApply>
+ </postAction>
+ </aspectTool>
+ </drawer>
+ <drawer iconpath="/icons/drawer.gif" id="drawer_1423841548869" name="Edges">
+ <aspectTool description="Create new RoleBinding" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/TemplateBinding.gif"
+ id="composite.tool.rolebinding_1423841830857" name="RoleBinding" refToolId="composite.tool.rolebinding">
+ <postAction id="org.eclipse.papyrus.applystereotypeactionprovider">
+ <stereotypesToApply/>
+ </postAction>
+ </aspectTool>
+ <aspectTool description="Create new Connector" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Connector.gif"
+ id="composite.tool.connector_1423841855201" name="Connector" refToolId="composite.tool.connector"/>
+ </drawer>
+ </content>
+</paletteDefinition> \ No newline at end of file

Back to the top