1 | /** |
2 | * Copyright 2006, SDQ Group, University Karlsruhe (TH) |
3 | * |
4 | * $Id$ |
5 | */ |
6 | package de.uka.ipd.sdq.context.aggregatedUsageContext.util; |
7 | |
8 | import org.eclipse.emf.common.util.URI; |
9 | import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; |
10 | |
11 | /** |
12 | * <!-- begin-user-doc --> |
13 | * The <b>Resource </b> associated with the package. |
14 | * <!-- end-user-doc --> |
15 | * @see de.uka.ipd.sdq.context.aggregatedUsageContext.util.AggregatedUsageContextResourceFactoryImpl |
16 | * @generated |
17 | */ |
18 | public class AggregatedUsageContextResourceImpl extends XMLResourceImpl { |
19 | /** |
20 | * <!-- begin-user-doc --> |
21 | * <!-- end-user-doc --> |
22 | * @generated |
23 | */ |
24 | public static final String copyright = "Copyright 2006, SDQ Group, University Karlsruhe (TH)"; |
25 | |
26 | /** |
27 | * Creates an instance of the resource. |
28 | * <!-- begin-user-doc --> |
29 | * <!-- end-user-doc --> |
30 | * @param uri the URI of the new resource. |
31 | * @generated |
32 | */ |
33 | public AggregatedUsageContextResourceImpl(URI uri) { |
34 | super(uri); |
35 | } |
36 | |
37 | } //AggregatedUsageContextResourceImpl |