Last change
on this file was
36,
checked in by ftrautsch, 9 years ago
|
integration of decent models in crosspare
|
-
Property svn:mime-type set to
text/plain
|
File size:
695 bytes
|
Line | |
---|
1 | /**
|
---|
2 | */
|
---|
3 | package de.ugoe.cs.cpdp.decentApp.models.decent.util;
|
---|
4 |
|
---|
5 | import org.eclipse.emf.common.util.URI;
|
---|
6 |
|
---|
7 | import org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl;
|
---|
8 |
|
---|
9 | /**
|
---|
10 | * <!-- begin-user-doc -->
|
---|
11 | * The <b>Resource </b> associated with the package.
|
---|
12 | * <!-- end-user-doc -->
|
---|
13 | * @see de.ugoe.cs.cpdp.decentApp.models.decent.util.DECENTResourceFactoryImpl
|
---|
14 | * @generated
|
---|
15 | */
|
---|
16 | public class DECENTResourceImpl extends XMIResourceImpl {
|
---|
17 | /**
|
---|
18 | * Creates an instance of the resource.
|
---|
19 | * <!-- begin-user-doc -->
|
---|
20 | * <!-- end-user-doc -->
|
---|
21 | * @param uri the URI of the new resource.
|
---|
22 | * @generated
|
---|
23 | */
|
---|
24 | public DECENTResourceImpl(URI uri) {
|
---|
25 | super(uri);
|
---|
26 | }
|
---|
27 |
|
---|
28 | } //DECENTResourceImpl
|
---|
Note: See
TracBrowser
for help on using the repository browser.