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

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.EffectImpl
                  extended by de.cau.cs.kieler.synccharts.impl.HostCodeImpl
All Implemented Interfaces:
Effect, Expression, HostCode, Notifier, EObject, InternalEObject

public class HostCodeImpl
extends EffectImpl
implements HostCode

An implementation of the model object 'Host Code'.

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
protected  String code
          The cached value of the 'Code' attribute.
protected static String CODE_EDEFAULT
          The default value of the 'Code' attribute.
protected  String type
          The cached value of the 'Type' attribute.
protected static String TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 
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 HostCodeImpl()
           
 
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)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)
           
 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)
           
 String getCode()
           
 Action getParentAction()
           
 Assignment getParentAssignment()
           
 Emission getParentEmisson()
           
 ComplexExpression getParentExpression()
           
 String getType()
           
 void setCode(String newCode)
           
 void setParentAction(Action newParentAction)
           
 void setParentAssignment(Assignment newParentAssignment)
           
 void setParentEmisson(Emission newParentEmisson)
           
 void setParentExpression(ComplexExpression newParentExpression)
           
 void setType(String newType)
           
 String toString()
           
 
Methods inherited from class de.cau.cs.kieler.synccharts.impl.EffectImpl
basicSetParentEAction, getParentEAction, setParentEAction
 
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, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, 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
 
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 de.cau.cs.kieler.synccharts.Effect
getParentEAction, setParentEAction
 
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
 

Field Detail

CODE_EDEFAULT

protected static final String CODE_EDEFAULT
The default value of the 'Code' attribute.

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

code

protected String code
The cached value of the 'Code' attribute.

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

TYPE_EDEFAULT

protected static final String TYPE_EDEFAULT
The default value of the 'Type' attribute.

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

type

protected String type
The cached value of the 'Type' attribute.

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

HostCodeImpl

protected HostCodeImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EffectImpl
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.

getCode

public String getCode()

Specified by:
getCode in interface HostCode
Returns:
the value of the 'Code' attribute.
See Also:
HostCode.setCode(String), SyncchartsPackage.getHostCode_Code()
Generated:
This code was automatically generated.

setCode

public void setCode(String newCode)

Specified by:
setCode in interface HostCode
Parameters:
newCode - the new value of the 'Code' attribute.
See Also:
HostCode.getCode()
Generated:
This code was automatically generated.

getType

public String getType()

Specified by:
getType in interface HostCode
Returns:
the value of the 'Type' attribute.
See Also:
HostCode.setType(String), SyncchartsPackage.getHostCode_Type()
Generated:
This code was automatically generated.

setType

public void setType(String newType)

Specified by:
setType in interface HostCode
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
HostCode.getType()
Generated:
This code was automatically generated.

eInverseAdd

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

Overrides:
eInverseAdd in class EffectImpl
Generated:
This code was automatically generated.

eInverseRemove

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

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

eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class EffectImpl
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 EffectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

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

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    Class<?> baseClass)

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

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       Class<?> baseClass)

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

toString

public String toString()

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