/** * 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.TransitionEdge; import org.eclipse.papyrus.umldi.UMLDIPackage; /** * * An implementation of the model object 'Transition Edge'. * * * @generated */ public class TransitionEdgeImpl extends ElementEdgeImpl implements TransitionEdge { /** * * * * @generated */ protected TransitionEdgeImpl() { super(); } /** * * * * @generated */ @Override protected EClass eStaticClass() { return UMLDIPackage.Literals.TRANSITION_EDGE; } } //TransitionEdgeImpl