blob: 8ec128216cf59deb8f6496680d62528899bd71bb [file] [log] [blame]
package org.eclipse.stem.definitions.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.common.notify.Notification;
//import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.stem.core.graph.impl.StaticEdgeLabelImpl;
import org.eclipse.stem.definitions.labels.LabelsPackage;
import org.eclipse.stem.definitions.labels.PhysicalRelationshipLabel;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Physical Relationship Label</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class PhysicalRelationshipLabelImpl extends StaticEdgeLabelImpl implements PhysicalRelationshipLabel {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PhysicalRelationshipLabelImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return LabelsPackage.Literals.PHYSICAL_RELATIONSHIP_LABEL;
}
} //PhysicalRelationshipLabelImpl