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