|
||||||||||
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.StatementImpl
de.cau.cs.kieler.esterel.esterel.impl.IfTestImpl
public class IfTestImpl
An implementation of the model object 'If Test'.
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> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected ElsePart |
else_
The cached value of the ' Else ' containment reference. |
protected ElsIfPart |
elseIf
The cached value of the ' Else If ' containment reference. |
protected DataExpr |
expr
The cached value of the ' Expr ' containment reference. |
protected ThenPart |
then
The cached value of the ' Then ' 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 |
IfTestImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetElse(ElsePart newElse,
NotificationChain msgs)
|
NotificationChain |
basicSetElseIf(ElsIfPart newElseIf,
NotificationChain msgs)
|
NotificationChain |
basicSetExpr(DataExpr newExpr,
NotificationChain msgs)
|
NotificationChain |
basicSetThen(ThenPart newThen,
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)
|
ElsePart |
getElse()
|
ElsIfPart |
getElseIf()
|
DataExpr |
getExpr()
|
ThenPart |
getThen()
|
void |
setElse(ElsePart newElse)
|
void |
setElseIf(ElsIfPart newElseIf)
|
void |
setExpr(DataExpr newExpr)
|
void |
setThen(ThenPart newThen)
|
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, 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 DataExpr expr
Expr
' containment reference.
getExpr()
protected ThenPart then
Then
' containment reference.
getThen()
protected ElsIfPart elseIf
Else If
' containment reference.
getElseIf()
protected ElsePart else_
Else
' containment reference.
getElse()
Constructor Detail |
---|
protected IfTestImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class StatementImpl
public DataExpr getExpr()
getExpr
in interface IfTest
IfTest.setExpr(DataExpr)
,
EsterelPackage.getIfTest_Expr()
public NotificationChain basicSetExpr(DataExpr newExpr, NotificationChain msgs)
public void setExpr(DataExpr newExpr)
setExpr
in interface IfTest
newExpr
- the new value of the 'Expr' containment reference.IfTest.getExpr()
public ThenPart getThen()
getThen
in interface IfTest
IfTest.setThen(ThenPart)
,
EsterelPackage.getIfTest_Then()
public NotificationChain basicSetThen(ThenPart newThen, NotificationChain msgs)
public void setThen(ThenPart newThen)
setThen
in interface IfTest
newThen
- the new value of the 'Then' containment reference.IfTest.getThen()
public ElsIfPart getElseIf()
getElseIf
in interface IfTest
IfTest.setElseIf(ElsIfPart)
,
EsterelPackage.getIfTest_ElseIf()
public NotificationChain basicSetElseIf(ElsIfPart newElseIf, NotificationChain msgs)
public void setElseIf(ElsIfPart newElseIf)
setElseIf
in interface IfTest
newElseIf
- the new value of the 'Else If' containment reference.IfTest.getElseIf()
public ElsePart getElse()
getElse
in interface IfTest
IfTest.setElse(ElsePart)
,
EsterelPackage.getIfTest_Else()
public NotificationChain basicSetElse(ElsePart newElse, NotificationChain msgs)
public void setElse(ElsePart newElse)
setElse
in interface IfTest
newElse
- the new value of the 'Else' containment reference.IfTest.getElse()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |