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/AssociationClassShapeImpl.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/AssociationClassShapeImpl.java48
1 files changed, 0 insertions, 48 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/AssociationClassShapeImpl.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/AssociationClassShapeImpl.java
deleted file mode 100644
index ea5ebf2fb5d..00000000000
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/AssociationClassShapeImpl.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * 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.AssociationClassShape;
-import org.eclipse.papyrus.umldi.UMLDIPackage;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Association Class Shape</b></em>'.
- * <!-- end-user-doc -->
- *
- * @generated
- */
-public class AssociationClassShapeImpl extends ClassShapeImpl implements AssociationClassShape {
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- protected AssociationClassShapeImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return UMLDIPackage.Literals.ASSOCIATION_CLASS_SHAPE;
- }
-} //AssociationClassShapeImpl

Back to the top