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