|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
de.cau.cs.kieler.esterel.esterel.impl.DelayEventImpl
public class DelayEventImpl
An implementation of the model object 'Delay Event'.
The following features are implemented:
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 SigExpr |
blockSigExpr
The cached value of the ' Block Sig Expr ' containment reference. |
protected SigExpr |
preSigExpr
The cached value of the ' Pre Sig Expr ' containment reference. |
protected Signal |
signal
The cached value of the ' Signal ' reference. |
protected String |
tick
The cached value of the ' Tick ' attribute. |
protected static String |
TICK_EDEFAULT
The default value of the ' Tick ' attribute. |
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 |
DelayEventImpl()
|
Method Summary | |
---|---|
Signal |
basicGetSignal()
|
NotificationChain |
basicSetBlockSigExpr(SigExpr newBlockSigExpr,
NotificationChain msgs)
|
NotificationChain |
basicSetPreSigExpr(SigExpr newPreSigExpr,
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)
|
SigExpr |
getBlockSigExpr()
|
SigExpr |
getPreSigExpr()
|
Signal |
getSignal()
|
String |
getTick()
|
void |
setBlockSigExpr(SigExpr newBlockSigExpr)
|
void |
setPreSigExpr(SigExpr newPreSigExpr)
|
void |
setSignal(Signal newSignal)
|
void |
setTick(String newTick)
|
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.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 |
---|
protected Signal signal
Signal
' reference.
getSignal()
protected static final String TICK_EDEFAULT
Tick
' attribute.
getTick()
protected String tick
Tick
' attribute.
getTick()
protected SigExpr preSigExpr
Pre Sig Expr
' containment reference.
getPreSigExpr()
protected SigExpr blockSigExpr
Block Sig Expr
' containment reference.
getBlockSigExpr()
Constructor Detail |
---|
protected DelayEventImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class BasicEObjectImpl
public Signal getSignal()
getSignal
in interface DelayEvent
DelayEvent.setSignal(Signal)
,
EsterelPackage.getDelayEvent_Signal()
public Signal basicGetSignal()
public void setSignal(Signal newSignal)
setSignal
in interface DelayEvent
newSignal
- the new value of the 'Signal' reference.DelayEvent.getSignal()
public String getTick()
getTick
in interface DelayEvent
DelayEvent.setTick(String)
,
EsterelPackage.getDelayEvent_Tick()
public void setTick(String newTick)
setTick
in interface DelayEvent
newTick
- the new value of the 'Tick' attribute.DelayEvent.getTick()
public SigExpr getPreSigExpr()
getPreSigExpr
in interface DelayEvent
DelayEvent.setPreSigExpr(SigExpr)
,
EsterelPackage.getDelayEvent_PreSigExpr()
public NotificationChain basicSetPreSigExpr(SigExpr newPreSigExpr, NotificationChain msgs)
public void setPreSigExpr(SigExpr newPreSigExpr)
setPreSigExpr
in interface DelayEvent
newPreSigExpr
- the new value of the 'Pre Sig Expr' containment reference.DelayEvent.getPreSigExpr()
public SigExpr getBlockSigExpr()
getBlockSigExpr
in interface DelayEvent
DelayEvent.setBlockSigExpr(SigExpr)
,
EsterelPackage.getDelayEvent_BlockSigExpr()
public NotificationChain basicSetBlockSigExpr(SigExpr newBlockSigExpr, NotificationChain msgs)
public void setBlockSigExpr(SigExpr newBlockSigExpr)
setBlockSigExpr
in interface DelayEvent
newBlockSigExpr
- the new value of the 'Block Sig Expr' containment reference.DelayEvent.getBlockSigExpr()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |