| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package de.uka.ipd.sdq.pcm.designdecision.impl; |
| 8 | |
| 9 | |
| 10 | import de.uka.ipd.sdq.pcm.designdecision.UnorderedPrimitiveDegree; |
| 11 | import de.uka.ipd.sdq.pcm.designdecision.designdecisionPackage; |
| 12 | |
| 13 | import java.util.Collection; |
| 14 | |
| 15 | import org.eclipse.emf.common.notify.NotificationChain; |
| 16 | |
| 17 | import org.eclipse.emf.common.util.EList; |
| 18 | |
| 19 | import org.eclipse.emf.ecore.EClass; |
| 20 | import org.eclipse.emf.ecore.EDataType; |
| 21 | import org.eclipse.emf.ecore.InternalEObject; |
| 22 | |
| 23 | import org.eclipse.emf.ecore.util.EObjectContainmentEList; |
| 24 | import org.eclipse.emf.ecore.util.InternalEList; |
| 25 | |
| 26 | /** |
| 27 | * <!-- begin-user-doc --> |
| 28 | * An implementation of the model object '<em><b>Unordered Primitive Degree</b></em>'. |
| 29 | * <!-- end-user-doc --> |
| 30 | * <p> |
| 31 | * </p> |
| 32 | * |
| 33 | * @generated |
| 34 | */ |
| 35 | public abstract class UnorderedPrimitiveDegreeImpl extends UnorderedDegreeImpl implements UnorderedPrimitiveDegree { |
| 36 | /** |
| 37 | * <!-- begin-user-doc --> |
| 38 | * <!-- end-user-doc --> |
| 39 | * @generated |
| 40 | */ |
| 41 | protected UnorderedPrimitiveDegreeImpl() { |
| 42 | super(); |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * <!-- begin-user-doc --> |
| 47 | * <!-- end-user-doc --> |
| 48 | * @generated |
| 49 | */ |
| 50 | @Override |
| 51 | protected EClass eStaticClass() { |
| 52 | return designdecisionPackage.Literals.UNORDERED_PRIMITIVE_DEGREE; |
| 53 | } |
| 54 | |
| 55 | } //UnorderedPrimitiveDegreeImpl |