de.cau.cs.kieler.synccharts.impl
Class ExpressionImpl

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.EObjectImpl
              extended by de.cau.cs.kieler.synccharts.impl.ExpressionImpl
All Implemented Interfaces:
Expression, Notifier, EObject, InternalEObject
Direct Known Subclasses:
ComplexExpressionImpl, SignalReferenceImpl, ValueImpl, VariableReferenceImpl

public class ExpressionImpl
extends EObjectImpl
implements Expression

An implementation of the model object 'Expression'.

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.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>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
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.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ExpressionImpl()
           
 
Method Summary
 NotificationChain basicSetParentAction(Action newParentAction, NotificationChain msgs)
           
 NotificationChain basicSetParentAssignment(Assignment newParentAssignment, NotificationChain msgs)
           
 NotificationChain basicSetParentEmisson(Emission newParentEmisson, NotificationChain msgs)
           
 NotificationChain basicSetParentExpression(ComplexExpression newParentExpression, NotificationChain msgs)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 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)
           
 Action getParentAction()
           
 Assignment getParentAssignment()
           
 Emission getParentEmisson()
           
 ComplexExpression getParentExpression()
           
 void setParentAction(Action newParentAction)
           
 void setParentAssignment(Assignment newParentAssignment)
           
 void setParentEmisson(Emission newParentEmisson)
           
 void setParentExpression(ComplexExpression newParentExpression)
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, 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, 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
 

Constructor Detail

ExpressionImpl

protected ExpressionImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

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

getParentAction

public Action getParentAction()

Specified by:
getParentAction in interface Expression
Returns:
the value of the 'Parent Action' container reference.
See Also:
Expression.setParentAction(Action), SyncchartsPackage.getExpression_ParentAction(), Action.getTrigger()
Generated:
This code was automatically generated.

basicSetParentAction

public NotificationChain basicSetParentAction(Action newParentAction,
                                              NotificationChain msgs)

Generated:
This code was automatically generated.

setParentAction

public void setParentAction(Action newParentAction)

Specified by:
setParentAction in interface Expression
Parameters:
newParentAction - the new value of the 'Parent Action' container reference.
See Also:
Expression.getParentAction()
Generated:
This code was automatically generated.

getParentEmisson

public Emission getParentEmisson()

Specified by:
getParentEmisson in interface Expression
Returns:
the value of the 'Parent Emisson' container reference.
See Also:
Expression.setParentEmisson(Emission), SyncchartsPackage.getExpression_ParentEmisson(), Emission.getNewValue()
Generated:
This code was automatically generated.

basicSetParentEmisson

public NotificationChain basicSetParentEmisson(Emission newParentEmisson,
                                               NotificationChain msgs)

Generated:
This code was automatically generated.

setParentEmisson

public void setParentEmisson(Emission newParentEmisson)

Specified by:
setParentEmisson in interface Expression
Parameters:
newParentEmisson - the new value of the 'Parent Emisson' container reference.
See Also:
Expression.getParentEmisson()
Generated:
This code was automatically generated.

getParentAssignment

public Assignment getParentAssignment()

Specified by:
getParentAssignment in interface Expression
Returns:
the value of the 'Parent Assignment' container reference.
See Also:
Expression.setParentAssignment(Assignment), SyncchartsPackage.getExpression_ParentAssignment(), Assignment.getExpression()
Generated:
This code was automatically generated.

basicSetParentAssignment

public NotificationChain basicSetParentAssignment(Assignment newParentAssignment,
                                                  NotificationChain msgs)

Generated:
This code was automatically generated.

setParentAssignment

public void setParentAssignment(Assignment newParentAssignment)

Specified by:
setParentAssignment in interface Expression
Parameters:
newParentAssignment - the new value of the 'Parent Assignment' container reference.
See Also:
Expression.getParentAssignment()
Generated:
This code was automatically generated.

getParentExpression

public ComplexExpression getParentExpression()

Specified by:
getParentExpression in interface Expression
Returns:
the value of the 'Parent Expression' container reference.
See Also:
Expression.setParentExpression(ComplexExpression), SyncchartsPackage.getExpression_ParentExpression(), ComplexExpression.getSubExpressions()
Generated:
This code was automatically generated.

basicSetParentExpression

public NotificationChain basicSetParentExpression(ComplexExpression newParentExpression,
                                                  NotificationChain msgs)

Generated:
This code was automatically generated.

setParentExpression

public void setParentExpression(ComplexExpression newParentExpression)

Specified by:
setParentExpression in interface Expression
Parameters:
newParentExpression - the new value of the 'Parent Expression' container reference.
See Also:
Expression.getParentExpression()
Generated:
This code was automatically generated.

eInverseAdd

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

Overrides:
eInverseAdd in class BasicEObjectImpl
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.

eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature 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.