EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.pcm.core.composition.impl]

COVERAGE SUMMARY FOR SOURCE FILE [ConnectorImpl.java]

nameclass, %method, %block, %line, %
ConnectorImpl.java0%   (0/1)0%   (0/12)0%   (0/188)0%   (0/47)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class ConnectorImpl0%   (0/1)0%   (0/12)0%   (0/188)0%   (0/47)
ConnectorImpl (): void 0%   (0/1)0%   (0/3)0%   (0/2)
basicSetParentStructure__Connector (ComposedStructure, NotificationChain): No... 0%   (0/1)0%   (0/9)0%   (0/2)
eBasicRemoveFromContainerFeature (NotificationChain): NotificationChain 0%   (0/1)0%   (0/15)0%   (0/3)
eGet (int, boolean, boolean): Object 0%   (0/1)0%   (0/11)0%   (0/3)
eInverseAdd (InternalEObject, int, NotificationChain): NotificationChain 0%   (0/1)0%   (0/21)0%   (0/5)
eInverseRemove (InternalEObject, int, NotificationChain): NotificationChain 0%   (0/1)0%   (0/13)0%   (0/3)
eIsSet (int): boolean 0%   (0/1)0%   (0/13)0%   (0/3)
eSet (int, Object): void 0%   (0/1)0%   (0/12)0%   (0/5)
eStaticClass (): EClass 0%   (0/1)0%   (0/2)0%   (0/1)
eUnset (int): void 0%   (0/1)0%   (0/10)0%   (0/5)
getParentStructure__Connector (): ComposedStructure 0%   (0/1)0%   (0/10)0%   (0/2)
setParentStructure__Connector (ComposedStructure): void 0%   (0/1)0%   (0/69)0%   (0/13)

1/**
2 * Copyright 2005-2009 by SDQ, IPD, University of Karlsruhe, Germany
3 *
4 * $Id$
5 */
6package de.uka.ipd.sdq.pcm.core.composition.impl;
7 
8import org.eclipse.emf.common.notify.Notification;
9import org.eclipse.emf.common.notify.NotificationChain;
10import org.eclipse.emf.ecore.EClass;
11import org.eclipse.emf.ecore.InternalEObject;
12import org.eclipse.emf.ecore.impl.ENotificationImpl;
13import org.eclipse.emf.ecore.util.EcoreUtil;
14 
15import de.uka.ipd.sdq.pcm.core.composition.ComposedStructure;
16import de.uka.ipd.sdq.pcm.core.composition.CompositionPackage;
17import de.uka.ipd.sdq.pcm.core.composition.Connector;
18import de.uka.ipd.sdq.pcm.core.entity.impl.EntityImpl;
19 
20/**
21 * <!-- begin-user-doc -->
22 * An implementation of the model object '<em><b>Connector</b></em>'.
23 * <!-- end-user-doc -->
24 * <p>
25 * The following features are implemented:
26 * <ul>
27 *   <li>{@link de.uka.ipd.sdq.pcm.core.composition.impl.ConnectorImpl#getParentStructure__Connector <em>Parent Structure Connector</em>}</li>
28 * </ul>
29 * </p>
30 *
31 * @generated
32 */
33public abstract class ConnectorImpl extends EntityImpl implements Connector {
34        /**
35         * <!-- begin-user-doc -->
36         * <!-- end-user-doc -->
37         * @generated
38         */
39        public static final String copyright = "Copyright 2005-2009 by SDQ, IPD, University of Karlsruhe, Germany";
40 
41        /**
42         * <!-- begin-user-doc -->
43         * <!-- end-user-doc -->
44         * @generated
45         */
46        protected ConnectorImpl() {
47                super();
48        }
49 
50        /**
51         * <!-- begin-user-doc -->
52         * <!-- end-user-doc -->
53         * @generated
54         */
55        @Override
56        protected EClass eStaticClass() {
57                return CompositionPackage.Literals.CONNECTOR;
58        }
59 
60        /**
61         * <!-- begin-user-doc -->
62         * <!-- end-user-doc -->
63         * @generated
64         */
65        public ComposedStructure getParentStructure__Connector() {
66                if (eContainerFeatureID() != CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR) return null;
67                return (ComposedStructure)eContainer();
68        }
69 
70        /**
71         * <!-- begin-user-doc -->
72         * <!-- end-user-doc -->
73         * @generated
74         */
75        public NotificationChain basicSetParentStructure__Connector(ComposedStructure newParentStructure__Connector, NotificationChain msgs) {
76                msgs = eBasicSetContainer((InternalEObject)newParentStructure__Connector, CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR, msgs);
77                return msgs;
78        }
79 
80        /**
81         * <!-- begin-user-doc -->
82         * <!-- end-user-doc -->
83         * @generated
84         */
85        public void setParentStructure__Connector(ComposedStructure newParentStructure__Connector) {
86                if (newParentStructure__Connector != eInternalContainer() || (eContainerFeatureID() != CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR && newParentStructure__Connector != null)) {
87                        if (EcoreUtil.isAncestor(this, newParentStructure__Connector))
88                                throw new IllegalArgumentException("Recursive containment not allowed for " + toString());
89                        NotificationChain msgs = null;
90                        if (eInternalContainer() != null)
91                                msgs = eBasicRemoveFromContainer(msgs);
92                        if (newParentStructure__Connector != null)
93                                msgs = ((InternalEObject)newParentStructure__Connector).eInverseAdd(this, CompositionPackage.COMPOSED_STRUCTURE__CONNECTORS_COMPOSED_STRUCTURE, ComposedStructure.class, msgs);
94                        msgs = basicSetParentStructure__Connector(newParentStructure__Connector, msgs);
95                        if (msgs != null) msgs.dispatch();
96                }
97                else if (eNotificationRequired())
98                        eNotify(new ENotificationImpl(this, Notification.SET, CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR, newParentStructure__Connector, newParentStructure__Connector));
99        }
100 
101        /**
102         * <!-- begin-user-doc -->
103         * <!-- end-user-doc -->
104         * @generated
105         */
106        @Override
107        public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
108                switch (featureID) {
109                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
110                                if (eInternalContainer() != null)
111                                        msgs = eBasicRemoveFromContainer(msgs);
112                                return basicSetParentStructure__Connector((ComposedStructure)otherEnd, msgs);
113                }
114                return super.eInverseAdd(otherEnd, featureID, msgs);
115        }
116 
117        /**
118         * <!-- begin-user-doc -->
119         * <!-- end-user-doc -->
120         * @generated
121         */
122        @Override
123        public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
124                switch (featureID) {
125                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
126                                return basicSetParentStructure__Connector(null, msgs);
127                }
128                return super.eInverseRemove(otherEnd, featureID, msgs);
129        }
130 
131        /**
132         * <!-- begin-user-doc -->
133         * <!-- end-user-doc -->
134         * @generated
135         */
136        @Override
137        public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs) {
138                switch (eContainerFeatureID()) {
139                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
140                                return eInternalContainer().eInverseRemove(this, CompositionPackage.COMPOSED_STRUCTURE__CONNECTORS_COMPOSED_STRUCTURE, ComposedStructure.class, msgs);
141                }
142                return super.eBasicRemoveFromContainerFeature(msgs);
143        }
144 
145        /**
146         * <!-- begin-user-doc -->
147         * <!-- end-user-doc -->
148         * @generated
149         */
150        @Override
151        public Object eGet(int featureID, boolean resolve, boolean coreType) {
152                switch (featureID) {
153                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
154                                return getParentStructure__Connector();
155                }
156                return super.eGet(featureID, resolve, coreType);
157        }
158 
159        /**
160         * <!-- begin-user-doc -->
161         * <!-- end-user-doc -->
162         * @generated
163         */
164        @Override
165        public void eSet(int featureID, Object newValue) {
166                switch (featureID) {
167                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
168                                setParentStructure__Connector((ComposedStructure)newValue);
169                                return;
170                }
171                super.eSet(featureID, newValue);
172        }
173 
174        /**
175         * <!-- begin-user-doc -->
176         * <!-- end-user-doc -->
177         * @generated
178         */
179        @Override
180        public void eUnset(int featureID) {
181                switch (featureID) {
182                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
183                                setParentStructure__Connector((ComposedStructure)null);
184                                return;
185                }
186                super.eUnset(featureID);
187        }
188 
189        /**
190         * <!-- begin-user-doc -->
191         * <!-- end-user-doc -->
192         * @generated
193         */
194        @Override
195        public boolean eIsSet(int featureID) {
196                switch (featureID) {
197                        case CompositionPackage.CONNECTOR__PARENT_STRUCTURE_CONNECTOR:
198                                return getParentStructure__Connector() != null;
199                }
200                return super.eIsSet(featureID);
201        }
202 
203} //ConnectorImpl

[all classes][de.uka.ipd.sdq.pcm.core.composition.impl]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov