blob: 4ec35f9a70acba17b60a78397169d632b0943f9d [file] [log] [blame]
package org.eclipse.stem.tests.util.labels.impl;
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.emf.ecore.EClass;
import org.eclipse.stem.core.graph.impl.StaticEdgeLabelImpl;
import org.eclipse.stem.tests.util.labels.LabelsPackage;
import org.eclipse.stem.tests.util.labels.TestStaticEdgeLabel;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Test Static Edge Label</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class TestStaticEdgeLabelImpl extends StaticEdgeLabelImpl implements TestStaticEdgeLabel {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected TestStaticEdgeLabelImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return LabelsPackage.Literals.TEST_STATIC_EDGE_LABEL;
}
} //TestStaticEdgeLabelImpl