de.cau.cs.kieler.esterel.esterel.impl
Class DataExprImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by de.cau.cs.kieler.esterel.esterel.impl.DataExprImpl
All Implemented Interfaces:
DataExpr, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
Direct Known Subclasses:
DataMultImpl

public class DataExprImpl
extends MinimalEObjectImpl.Container
implements DataExpr

An implementation of the model object 'Data Expr'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  DataMult left
          The cached value of the 'Left' containment reference.
protected  String op
          The cached value of the 'Op' attribute.
protected static String OP_EDEFAULT
          The default value of the 'Op' attribute.
protected  DataMult right
          The cached value of the 'Right' containment reference.
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected DataExprImpl()
           
 
Method Summary
 NotificationChain basicSetLeft(DataMult newLeft, NotificationChain msgs)
           
 NotificationChain basicSetRight(DataMult newRight, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 DataMult getLeft()
           
 String getOp()
           
 DataMult getRight()
           
 void setLeft(DataMult newLeft)
           
 void setOp(String newOp)
           
 void setRight(DataMult newRight)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

left

protected DataMult left
The cached value of the 'Left' containment reference.

See Also:
getLeft()
Generated:
This code was automatically generated.
Ordered

OP_EDEFAULT

protected static final String OP_EDEFAULT
The default value of the 'Op' attribute.

See Also:
getOp()
Generated:
This code was automatically generated.
Ordered

op

protected String op
The cached value of the 'Op' attribute.

See Also:
getOp()
Generated:
This code was automatically generated.
Ordered

right

protected DataMult right
The cached value of the 'Right' containment reference.

See Also:
getRight()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

DataExprImpl

protected DataExprImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class BasicEObjectImpl
Generated:
This code was automatically generated.

getLeft

public DataMult getLeft()

Specified by:
getLeft in interface DataExpr
Returns:
the value of the 'Left' containment reference.
See Also:
DataExpr.setLeft(DataMult), EsterelPackage.getDataExpr_Left()
Generated:
This code was automatically generated.

basicSetLeft

public NotificationChain basicSetLeft(DataMult newLeft,
                                      NotificationChain msgs)

Generated:
This code was automatically generated.

setLeft

public void setLeft(DataMult newLeft)

Specified by:
setLeft in interface DataExpr
Parameters:
newLeft - the new value of the 'Left' containment reference.
See Also:
DataExpr.getLeft()
Generated:
This code was automatically generated.

getOp

public String getOp()

Specified by:
getOp in interface DataExpr
Returns:
the value of the 'Op' attribute.
See Also:
DataExpr.setOp(String), EsterelPackage.getDataExpr_Op()
Generated:
This code was automatically generated.

setOp

public void setOp(String newOp)

Specified by:
setOp in interface DataExpr
Parameters:
newOp - the new value of the 'Op' attribute.
See Also:
DataExpr.getOp()
Generated:
This code was automatically generated.

getRight

public DataMult getRight()

Specified by:
getRight in interface DataExpr
Returns:
the value of the 'Right' containment reference.
See Also:
DataExpr.setRight(DataMult), EsterelPackage.getDataExpr_Right()
Generated:
This code was automatically generated.

basicSetRight

public NotificationChain basicSetRight(DataMult newRight,
                                       NotificationChain msgs)

Generated:
This code was automatically generated.

setRight

public void setRight(DataMult newRight)

Specified by:
setRight in interface DataExpr
Parameters:
newRight - the new value of the 'Right' containment reference.
See Also:
DataExpr.getRight()
Generated:
This code was automatically generated.

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class BasicEObjectImpl
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.