aboutsummaryrefslogtreecommitdiffstats
path: root/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-02-07 18:24:45 +0100
committerLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-02-19 19:18:25 +0100
commit6f88c4bd4e91728cea62505e893b0ce300baf7fc (patch)
treefef4d5cf7d28b0e4fd59a3b7181e60a2f236d235 /Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java
parentExtract component fault tree model (diff)
downloadVIATRA-Generator-6f88c4bd4e91728cea62505e893b0ce300baf7fc.tar.gz
VIATRA-Generator-6f88c4bd4e91728cea62505e893b0ce300baf7fc.tar.zst
VIATRA-Generator-6f88c4bd4e91728cea62505e893b0ce300baf7fc.zip
Ecore2Cft transformation
Diffstat (limited to 'Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java')
-rw-r--r--Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java55
1 files changed, 27 insertions, 28 deletions
diff --git a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java
index eda5fea0..aa560064 100644
--- a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java
+++ b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/cft/impl/InputImpl.java
@@ -6,8 +6,7 @@ import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage;
6import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Component; 6import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Component;
7import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Connection; 7import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Connection;
8import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input; 8import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.Input;
9import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.IntputEvent; 9import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.InputEvent;
10
11import java.util.Collection; 10import java.util.Collection;
12 11
13import org.eclipse.emf.common.notify.Notification; 12import org.eclipse.emf.common.notify.Notification;
@@ -33,7 +32,7 @@ import org.eclipse.emf.ecore.util.InternalEList;
33 * The following features are implemented: 32 * The following features are implemented:
34 * </p> 33 * </p>
35 * <ul> 34 * <ul>
36 * <li>{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.impl.InputImpl#getIntputEvent <em>Intput Event</em>}</li> 35 * <li>{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.impl.InputImpl#getInputEvent <em>Input Event</em>}</li>
37 * <li>{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.impl.InputImpl#getComponent <em>Component</em>}</li> 36 * <li>{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.impl.InputImpl#getComponent <em>Component</em>}</li>
38 * <li>{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.impl.InputImpl#getIncomingConnections <em>Incoming Connections</em>}</li> 37 * <li>{@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.impl.InputImpl#getIncomingConnections <em>Incoming Connections</em>}</li>
39 * </ul> 38 * </ul>
@@ -42,14 +41,14 @@ import org.eclipse.emf.ecore.util.InternalEList;
42 */ 41 */
43public class InputImpl extends MinimalEObjectImpl.Container implements Input { 42public class InputImpl extends MinimalEObjectImpl.Container implements Input {
44 /** 43 /**
45 * The cached value of the '{@link #getIntputEvent() <em>Intput Event</em>}' reference. 44 * The cached value of the '{@link #getInputEvent() <em>Input Event</em>}' reference.
46 * <!-- begin-user-doc --> 45 * <!-- begin-user-doc -->
47 * <!-- end-user-doc --> 46 * <!-- end-user-doc -->
48 * @see #getIntputEvent() 47 * @see #getInputEvent()
49 * @generated 48 * @generated
50 * @ordered 49 * @ordered
51 */ 50 */
52 protected IntputEvent intputEvent; 51 protected InputEvent inputEvent;
53 52
54 /** 53 /**
55 * The cached value of the '{@link #getIncomingConnections() <em>Incoming Connections</em>}' containment reference list. 54 * The cached value of the '{@link #getIncomingConnections() <em>Incoming Connections</em>}' containment reference list.
@@ -86,16 +85,16 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
86 * @generated 85 * @generated
87 */ 86 */
88 @Override 87 @Override
89 public IntputEvent getIntputEvent() { 88 public InputEvent getInputEvent() {
90 if (intputEvent != null && intputEvent.eIsProxy()) { 89 if (inputEvent != null && inputEvent.eIsProxy()) {
91 InternalEObject oldIntputEvent = (InternalEObject)intputEvent; 90 InternalEObject oldInputEvent = (InternalEObject)inputEvent;
92 intputEvent = (IntputEvent)eResolveProxy(oldIntputEvent); 91 inputEvent = (InputEvent)eResolveProxy(oldInputEvent);
93 if (intputEvent != oldIntputEvent) { 92 if (inputEvent != oldInputEvent) {
94 if (eNotificationRequired()) 93 if (eNotificationRequired())
95 eNotify(new ENotificationImpl(this, Notification.RESOLVE, CftPackage.INPUT__INTPUT_EVENT, oldIntputEvent, intputEvent)); 94 eNotify(new ENotificationImpl(this, Notification.RESOLVE, CftPackage.INPUT__INPUT_EVENT, oldInputEvent, inputEvent));
96 } 95 }
97 } 96 }
98 return intputEvent; 97 return inputEvent;
99 } 98 }
100 99
101 /** 100 /**
@@ -103,8 +102,8 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
103 * <!-- end-user-doc --> 102 * <!-- end-user-doc -->
104 * @generated 103 * @generated
105 */ 104 */
106 public IntputEvent basicGetIntputEvent() { 105 public InputEvent basicGetInputEvent() {
107 return intputEvent; 106 return inputEvent;
108 } 107 }
109 108
110 /** 109 /**
@@ -113,11 +112,11 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
113 * @generated 112 * @generated
114 */ 113 */
115 @Override 114 @Override
116 public void setIntputEvent(IntputEvent newIntputEvent) { 115 public void setInputEvent(InputEvent newInputEvent) {
117 IntputEvent oldIntputEvent = intputEvent; 116 InputEvent oldInputEvent = inputEvent;
118 intputEvent = newIntputEvent; 117 inputEvent = newInputEvent;
119 if (eNotificationRequired()) 118 if (eNotificationRequired())
120 eNotify(new ENotificationImpl(this, Notification.SET, CftPackage.INPUT__INTPUT_EVENT, oldIntputEvent, intputEvent)); 119 eNotify(new ENotificationImpl(this, Notification.SET, CftPackage.INPUT__INPUT_EVENT, oldInputEvent, inputEvent));
121 } 120 }
122 121
123 /** 122 /**
@@ -233,9 +232,9 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
233 @Override 232 @Override
234 public Object eGet(int featureID, boolean resolve, boolean coreType) { 233 public Object eGet(int featureID, boolean resolve, boolean coreType) {
235 switch (featureID) { 234 switch (featureID) {
236 case CftPackage.INPUT__INTPUT_EVENT: 235 case CftPackage.INPUT__INPUT_EVENT:
237 if (resolve) return getIntputEvent(); 236 if (resolve) return getInputEvent();
238 return basicGetIntputEvent(); 237 return basicGetInputEvent();
239 case CftPackage.INPUT__COMPONENT: 238 case CftPackage.INPUT__COMPONENT:
240 return getComponent(); 239 return getComponent();
241 case CftPackage.INPUT__INCOMING_CONNECTIONS: 240 case CftPackage.INPUT__INCOMING_CONNECTIONS:
@@ -253,8 +252,8 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
253 @Override 252 @Override
254 public void eSet(int featureID, Object newValue) { 253 public void eSet(int featureID, Object newValue) {
255 switch (featureID) { 254 switch (featureID) {
256 case CftPackage.INPUT__INTPUT_EVENT: 255 case CftPackage.INPUT__INPUT_EVENT:
257 setIntputEvent((IntputEvent)newValue); 256 setInputEvent((InputEvent)newValue);
258 return; 257 return;
259 case CftPackage.INPUT__COMPONENT: 258 case CftPackage.INPUT__COMPONENT:
260 setComponent((Component)newValue); 259 setComponent((Component)newValue);
@@ -275,8 +274,8 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
275 @Override 274 @Override
276 public void eUnset(int featureID) { 275 public void eUnset(int featureID) {
277 switch (featureID) { 276 switch (featureID) {
278 case CftPackage.INPUT__INTPUT_EVENT: 277 case CftPackage.INPUT__INPUT_EVENT:
279 setIntputEvent((IntputEvent)null); 278 setInputEvent((InputEvent)null);
280 return; 279 return;
281 case CftPackage.INPUT__COMPONENT: 280 case CftPackage.INPUT__COMPONENT:
282 setComponent((Component)null); 281 setComponent((Component)null);
@@ -296,8 +295,8 @@ public class InputImpl extends MinimalEObjectImpl.Container implements Input {
296 @Override 295 @Override
297 public boolean eIsSet(int featureID) { 296 public boolean eIsSet(int featureID) {
298 switch (featureID) { 297 switch (featureID) {
299 case CftPackage.INPUT__INTPUT_EVENT: 298 case CftPackage.INPUT__INPUT_EVENT:
300 return intputEvent != null; 299 return inputEvent != null;
301 case CftPackage.INPUT__COMPONENT: 300 case CftPackage.INPUT__COMPONENT:
302 return getComponent() != null; 301 return getComponent() != null;
303 case CftPackage.INPUT__INCOMING_CONNECTIONS: 302 case CftPackage.INPUT__INCOMING_CONNECTIONS: