Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/MotivationElementImpl.java')
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/MotivationElementImpl.java48
1 files changed, 0 insertions, 48 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/MotivationElementImpl.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/MotivationElementImpl.java
deleted file mode 100644
index bd0091bb7d6..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/MotivationElementImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2015 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:
- * Fadwa TMAR (CEA LIST) fadwa.tmar@cea.fr - Initial API and implementation
- *****************************************************************************/
-package SoaML.impl;
-
-import SoaML.MotivationElement;
-import SoaML.SoaMLPackage;
-
-import org.eclipse.emf.ecore.EClass;
-
-import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Motivation Element</b></em>'.
- * <!-- end-user-doc -->
- *
- * @generated
- */
-public abstract class MotivationElementImpl extends MinimalEObjectImpl.Container implements MotivationElement {
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- protected MotivationElementImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return SoaMLPackage.Literals.MOTIVATION_ELEMENT;
- }
-
-} //MotivationElementImpl

Back to the top