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/impl/ExecutionSpecificationShapeImpl.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/ExecutionSpecificationShapeImpl.java47
1 files changed, 47 insertions, 0 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/ExecutionSpecificationShapeImpl.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/ExecutionSpecificationShapeImpl.java
new file mode 100644
index 00000000000..066c123a535
--- /dev/null
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/ExecutionSpecificationShapeImpl.java
@@ -0,0 +1,47 @@
+/**
+ * Copyright (c) 2014 CEA LIST.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * CEA LIST - Initial API and implementation
+ */
+package org.eclipse.papyrus.umldi.impl;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.papyrus.umldi.ExecutionSpecificationShape;
+import org.eclipse.papyrus.umldi.UMLDIPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Execution Specification Shape</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+public class ExecutionSpecificationShapeImpl extends InteractionFragmentShapeImpl implements ExecutionSpecificationShape {
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ protected ExecutionSpecificationShapeImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return UMLDIPackage.Literals.EXECUTION_SPECIFICATION_SHAPE;
+ }
+} //ExecutionSpecificationShapeImpl

Back to the top