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:
806 bytes
|
Line | |
---|
1 | /**
|
---|
2 | */
|
---|
3 | package de.ugoe.cs.cpdp.decentApp.models.decent.impl;
|
---|
4 |
|
---|
5 | import org.eclipse.emf.ecore.EClass;
|
---|
6 |
|
---|
7 | import de.ugoe.cs.cpdp.decentApp.models.decent.DECENTPackage;
|
---|
8 | import de.ugoe.cs.cpdp.decentApp.models.decent.Dimension;
|
---|
9 |
|
---|
10 | /**
|
---|
11 | * <!-- begin-user-doc -->
|
---|
12 | * An implementation of the model object '<em><b>Dimension</b></em>'.
|
---|
13 | * <!-- end-user-doc -->
|
---|
14 | * <p>
|
---|
15 | * </p>
|
---|
16 | *
|
---|
17 | * @generated
|
---|
18 | */
|
---|
19 | public class DimensionImpl extends ElementImpl implements Dimension {
|
---|
20 | /**
|
---|
21 | * <!-- begin-user-doc -->
|
---|
22 | * <!-- end-user-doc -->
|
---|
23 | * @generated
|
---|
24 | */
|
---|
25 | protected DimensionImpl() {
|
---|
26 | super();
|
---|
27 | }
|
---|
28 |
|
---|
29 | /**
|
---|
30 | * <!-- begin-user-doc -->
|
---|
31 | * <!-- end-user-doc -->
|
---|
32 | * @generated
|
---|
33 | */
|
---|
34 | @Override
|
---|
35 | protected EClass eStaticClass() {
|
---|
36 | return DECENTPackage.Literals.DIMENSION;
|
---|
37 | }
|
---|
38 |
|
---|
39 | } //DimensionImpl
|
---|
Note: See
TracBrowser
for help on using the repository browser.