| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package de.uka.ipd.sdq.featuremodel.impl; |
| 8 | |
| 9 | import org.eclipse.emf.ecore.EClass; |
| 10 | import org.eclipse.emf.ecore.impl.EObjectImpl; |
| 11 | |
| 12 | import de.uka.ipd.sdq.featuremodel.ChildRelation; |
| 13 | import de.uka.ipd.sdq.featuremodel.featuremodelPackage; |
| 14 | |
| 15 | /** |
| 16 | * <!-- begin-user-doc --> |
| 17 | * An implementation of the model object '<em><b>Child Relation</b></em>'. |
| 18 | * <!-- end-user-doc --> |
| 19 | * <p> |
| 20 | * </p> |
| 21 | * |
| 22 | * @generated |
| 23 | */ |
| 24 | public abstract class ChildRelationImpl extends EObjectImpl implements ChildRelation { |
| 25 | /** |
| 26 | * <!-- begin-user-doc --> |
| 27 | * <!-- end-user-doc --> |
| 28 | * @generated |
| 29 | */ |
| 30 | protected ChildRelationImpl() { |
| 31 | super(); |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * <!-- begin-user-doc --> |
| 36 | * <!-- end-user-doc --> |
| 37 | * @generated |
| 38 | */ |
| 39 | @Override |
| 40 | protected EClass eStaticClass() { |
| 41 | return featuremodelPackage.Literals.CHILD_RELATION; |
| 42 | } |
| 43 | |
| 44 | } //ChildRelationImpl |