Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fleck2017-01-11 14:18:39 +0000
committerMartin Fleck2017-01-11 14:18:39 +0000
commit976b7fd26224ab5593d26c75892c851b46363b00 (patch)
tree643e53c941302402df4bfc1ad36192516095cbdd /plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
parent23ef1c58724606b5bb176e8fe20e66ae5bc42722 (diff)
downloadorg.eclipse.papyrus-976b7fd26224ab5593d26c75892c851b46363b00.tar.gz
org.eclipse.papyrus-976b7fd26224ab5593d26c75892c851b46363b00.tar.xz
org.eclipse.papyrus-976b7fd26224ab5593d26c75892c851b46363b00.zip
Bug 510268: [State Machine] Deleting a state does not delete transitions
Add EditHelperAdvice to delete all incoming and outgoing transitions of a Vertex element if it gets deleted. Change-Id: I3e25be2d9812eb1c0184e7904c2bc06491eabb8a Signed-off-by: Martin Fleck <mfleck@eclipsesource.com>
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations b/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
index 5905b299e3f..ecc9f6c3d4b 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
+++ b/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
@@ -1100,4 +1100,5 @@
<adviceBindingsConfigurations editHelperAdviceClassName="org.eclipse.papyrus.uml.service.types.helper.advice.TemplateableElementEditHelperAdvice" identifier="org.eclipse.papyrus.uml.advice.TemplateableElement" inheritance="all" target="_SdHYY1YCEeS0WsAAtVmToA" xmi:id="_OGm-gAR_EeWEmNqzWv7tuw" xsi:type="elementtypesconfigurations:AdviceBindingConfiguration"/>
<adviceBindingsConfigurations description="Advice that tweaks requests to provide hints to the read-only advice" editHelperAdviceClassName="org.eclipse.papyrus.uml.service.types.helper.advice.UMLReadOnlyHintsAdvice" identifier="org.eclipse.papyrus.uml.advice.UMLReadOnlyHints" inheritance="all" target="_ScgUUFYCEeS0WsAAtVmToA" xmi:id="_hjfH8DCzEeWM9ILC16rEvw" xsi:type="elementtypesconfigurations:AdviceBindingConfiguration"/>
<adviceBindingsConfigurations editHelperAdviceClassName="org.eclipse.papyrus.uml.service.types.helper.advice.AssociationEditHelperAdvice" identifier="org.eclipse.papyrus.uml.service.types.helper.advice.AssociationEditHelperAdvice_CommunicationPath" target="_Scbb2lYCEeS0WsAAtVmToA" xmi:id="_SJGO0DWbEeWdwYNHBiYLiA" xsi:type="elementtypesconfigurations:AdviceBindingConfiguration"/>
+ <adviceBindingsConfigurations xsi:type="elementtypesconfigurations:AdviceBindingConfiguration" xmi:id="_5LsYQNckEeaJs5X9XldAaw" identifier="org.eclipse.papyrus.uml.service.types.helper.advice.VertexEditHelperAdvice" description="Advice to delete all incoming and outing transitions with a vertex." inheritance="all" editHelperAdviceClassName="org.eclipse.papyrus.uml.service.types.helper.advice.VertexEditHelperAdvice" target="_SdNe-lYCEeS0WsAAtVmToA"/>
</elementtypesconfigurations:ElementTypeSetConfiguration> \ No newline at end of file

Back to the top