| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package de.uka.ipd.sdq.pcm.designdecision.QualityProperties.impl; |
| 8 | |
| 9 | |
| 10 | import de.uka.ipd.sdq.pcm.designdecision.QualityProperties.ElementQualityProperty; |
| 11 | import de.uka.ipd.sdq.pcm.designdecision.QualityProperties.QualityPropertiesPackage; |
| 12 | |
| 13 | import org.eclipse.emf.common.notify.Notification; |
| 14 | |
| 15 | import org.eclipse.emf.ecore.EClass; |
| 16 | import org.eclipse.emf.ecore.InternalEObject; |
| 17 | |
| 18 | import org.eclipse.emf.ecore.impl.ENotificationImpl; |
| 19 | |
| 20 | /** |
| 21 | * <!-- begin-user-doc --> |
| 22 | * An implementation of the model object '<em><b>Element Quality Property</b></em>'. |
| 23 | * <!-- end-user-doc --> |
| 24 | * <p> |
| 25 | * </p> |
| 26 | * |
| 27 | * @generated |
| 28 | */ |
| 29 | public class ElementQualityPropertyImpl extends QualityPropertyImpl implements ElementQualityProperty { |
| 30 | /** |
| 31 | * <!-- begin-user-doc --> |
| 32 | * <!-- end-user-doc --> |
| 33 | * @generated |
| 34 | */ |
| 35 | protected ElementQualityPropertyImpl() { |
| 36 | super(); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * <!-- begin-user-doc --> |
| 41 | * <!-- end-user-doc --> |
| 42 | * @generated |
| 43 | */ |
| 44 | @Override |
| 45 | protected EClass eStaticClass() { |
| 46 | return QualityPropertiesPackage.Literals.ELEMENT_QUALITY_PROPERTY; |
| 47 | } |
| 48 | |
| 49 | } //ElementQualityPropertyImpl |