1 | /** |
2 | * <copyright> |
3 | * </copyright> |
4 | * |
5 | * $Id$ |
6 | */ |
7 | package de.uka.ipd.sdq.units.impl; |
8 | |
9 | import de.uka.ipd.sdq.units.Unit; |
10 | import de.uka.ipd.sdq.units.UnitsPackage; |
11 | |
12 | import org.eclipse.emf.ecore.EClass; |
13 | |
14 | import org.eclipse.emf.ecore.impl.EObjectImpl; |
15 | |
16 | /** |
17 | * <!-- begin-user-doc --> |
18 | * An implementation of the model object '<em><b>Unit</b></em>'. |
19 | * <!-- end-user-doc --> |
20 | * <p> |
21 | * </p> |
22 | * |
23 | * @generated |
24 | */ |
25 | public abstract class UnitImpl extends EObjectImpl implements Unit { |
26 | /** |
27 | * <!-- begin-user-doc --> |
28 | * <!-- end-user-doc --> |
29 | * @generated |
30 | */ |
31 | public static final String copyright = "Copyright 2007-2009, SDQ, IPD, U Karlsruhe"; |
32 | |
33 | /** |
34 | * <!-- begin-user-doc --> |
35 | * <!-- end-user-doc --> |
36 | * @generated |
37 | */ |
38 | protected UnitImpl() { |
39 | super(); |
40 | } |
41 | |
42 | /** |
43 | * <!-- begin-user-doc --> |
44 | * <!-- end-user-doc --> |
45 | * @generated |
46 | */ |
47 | @Override |
48 | protected EClass eStaticClass() { |
49 | return UnitsPackage.Literals.UNIT; |
50 | } |
51 | |
52 | } //UnitImpl |