1 | /** |
2 | * <copyright> |
3 | * </copyright> |
4 | * |
5 | * $Id$ |
6 | */ |
7 | package edu.kit.ipd.sdq.completionfeaturemodel.util; |
8 | |
9 | import org.eclipse.emf.common.util.URI; |
10 | import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; |
11 | |
12 | /** |
13 | * <!-- begin-user-doc --> |
14 | * The <b>Resource </b> associated with the package. |
15 | * <!-- end-user-doc --> |
16 | * @see edu.kit.ipd.sdq.completionfeaturemodel.util.completionfeaturemodelResourceFactoryImpl |
17 | * @generated |
18 | */ |
19 | public class completionfeaturemodelResourceImpl extends XMLResourceImpl { |
20 | /** |
21 | * Creates an instance of the resource. |
22 | * <!-- begin-user-doc --> |
23 | * <!-- end-user-doc --> |
24 | * @param uri the URI of the new resource. |
25 | * @generated |
26 | */ |
27 | public completionfeaturemodelResourceImpl(URI uri) { |
28 | super(uri); |
29 | } |
30 | |
31 | } //completionfeaturemodelResourceImpl |