Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InteractionShape.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InteractionShape.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InteractionShape.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InteractionShape.java
index 2f98fc3c2be..6044390711d 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InteractionShape.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InteractionShape.java
@@ -11,7 +11,6 @@
*/
package org.eclipse.papyrus.umldi;
-
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Interaction Shape</b></em>'.
@@ -22,5 +21,5 @@ package org.eclipse.papyrus.umldi;
* @model
* @generated
*/
-public interface InteractionShape extends ClassShape {
+public interface InteractionShape extends ClassShape, InteractionFragmentWithGatesShape, InteractionFragmentWithSubfragmentsShape {
} // InteractionShape

Back to the top