1 | /** |
2 | * Copyright 2005-2009 by SDQ, IPD, University of Karlsruhe, Germany |
3 | * |
4 | * $Id$ |
5 | */ |
6 | package de.uka.ipd.sdq.pcm.parameter.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.pcm.parameter.util.ParameterResourceFactoryImpl |
16 | * @generated |
17 | */ |
18 | public class ParameterResourceImpl extends XMLResourceImpl { |
19 | /** |
20 | * <!-- begin-user-doc --> |
21 | * <!-- end-user-doc --> |
22 | * @generated |
23 | */ |
24 | public static final String copyright = "Copyright 2005-2009 by SDQ, IPD, University of Karlsruhe, Germany"; |
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 ParameterResourceImpl(URI uri) { |
34 | super(uri); |
35 | } |
36 | |
37 | } //ParameterResourceImpl |