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