1 | /** |
2 | * <copyright> |
3 | * </copyright> |
4 | * |
5 | * $Id$ |
6 | */ |
7 | package EssentialOCL.impl; |
8 | |
9 | import EMOF.impl.ClassImpl; |
10 | |
11 | import EssentialOCL.EssentialOCLPackage; |
12 | import EssentialOCL.TupleType; |
13 | |
14 | import org.eclipse.emf.ecore.EClass; |
15 | |
16 | /** |
17 | * <!-- begin-user-doc --> |
18 | * An implementation of the model object '<em><b>Tuple Type</b></em>'. |
19 | * <!-- end-user-doc --> |
20 | * <p> |
21 | * </p> |
22 | * |
23 | * @generated |
24 | */ |
25 | public class TupleTypeImpl extends ClassImpl implements TupleType { |
26 | /** |
27 | * <!-- begin-user-doc --> |
28 | * <!-- end-user-doc --> |
29 | * @generated |
30 | */ |
31 | protected TupleTypeImpl() { |
32 | super(); |
33 | } |
34 | |
35 | /** |
36 | * <!-- begin-user-doc --> |
37 | * <!-- end-user-doc --> |
38 | * @generated |
39 | */ |
40 | @Override |
41 | protected EClass eStaticClass() { |
42 | return EssentialOCLPackage.Literals.TUPLE_TYPE; |
43 | } |
44 | |
45 | } //TupleTypeImpl |