|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.stoex.impl.ExpressionImpl
de.uka.ipd.sdq.stoex.impl.IfElseImpl
de.uka.ipd.sdq.stoex.impl.IfElseExpressionImpl
public class IfElseExpressionImpl
An implementation of the model object 'If Else Expression'.
The following features are implemented:
| Field Summary | |
|---|---|
protected BooleanExpression |
conditionExpression
The cached value of the ' Condition Expression' containment reference. |
static String |
copyright
|
protected BooleanExpression |
elseExpression
The cached value of the ' Else Expression' containment reference. |
protected BooleanExpression |
ifExpression
The cached value of the ' If Expression' containment reference. |
| Constructor Summary | |
|---|---|
protected |
IfElseExpressionImpl()
|
| Method Summary | |
|---|---|
NotificationChain |
basicSetConditionExpression(BooleanExpression newConditionExpression,
NotificationChain msgs)
|
NotificationChain |
basicSetElseExpression(BooleanExpression newElseExpression,
NotificationChain msgs)
|
NotificationChain |
basicSetIfExpression(BooleanExpression newIfExpression,
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)
|
BooleanExpression |
getConditionExpression()
|
BooleanExpression |
getElseExpression()
|
BooleanExpression |
getIfExpression()
|
void |
setConditionExpression(BooleanExpression newConditionExpression)
|
void |
setElseExpression(BooleanExpression newElseExpression)
|
void |
setIfExpression(BooleanExpression newIfExpression)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
protected BooleanExpression ifExpression
If Expression' containment reference.
getIfExpression()protected BooleanExpression elseExpression
Else Expression' containment reference.
getElseExpression()protected BooleanExpression conditionExpression
Condition Expression' containment reference.
getConditionExpression()| Constructor Detail |
|---|
protected IfElseExpressionImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class IfElseImplpublic BooleanExpression getIfExpression()
getIfExpression in interface IfElseExpressionIfElseExpression.setIfExpression(BooleanExpression),
StoexPackage.getIfElseExpression_IfExpression()
public NotificationChain basicSetIfExpression(BooleanExpression newIfExpression,
NotificationChain msgs)
public void setIfExpression(BooleanExpression newIfExpression)
setIfExpression in interface IfElseExpressionnewIfExpression - the new value of the 'If Expression' containment reference.IfElseExpression.getIfExpression()public BooleanExpression getElseExpression()
getElseExpression in interface IfElseExpressionIfElseExpression.setElseExpression(BooleanExpression),
StoexPackage.getIfElseExpression_ElseExpression()
public NotificationChain basicSetElseExpression(BooleanExpression newElseExpression,
NotificationChain msgs)
public void setElseExpression(BooleanExpression newElseExpression)
setElseExpression in interface IfElseExpressionnewElseExpression - the new value of the 'Else Expression' containment reference.IfElseExpression.getElseExpression()public BooleanExpression getConditionExpression()
getConditionExpression in interface IfElseExpressionIfElseExpression.setConditionExpression(BooleanExpression),
StoexPackage.getIfElseExpression_ConditionExpression()
public NotificationChain basicSetConditionExpression(BooleanExpression newConditionExpression,
NotificationChain msgs)
public void setConditionExpression(BooleanExpression newConditionExpression)
setConditionExpression in interface IfElseExpressionnewConditionExpression - the new value of the 'Condition Expression' containment reference.IfElseExpression.getConditionExpression()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||