|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
ujf.verimag.bip.cmodel.impl.CBodyItemImpl
ujf.verimag.bip.cmodel.impl.CStmImpl
ujf.verimag.bip.cmodel.impl.CExpressionImpl
ujf.verimag.bip.cmodel.impl.CConditionalExpressionImpl
public class CConditionalExpressionImpl
An implementation of the model object 'CConditional Expression'.
The following features are implemented:
Field Summary | |
---|---|
protected CExpression |
condition
The cached value of the ' Condition ' containment reference. |
protected CExpression |
falseCase
The cached value of the ' False Case ' containment reference. |
protected CExpression |
trueCase
The cached value of the ' True Case ' containment reference. |
Constructor Summary | |
---|---|
protected |
CConditionalExpressionImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetCondition(CExpression newCondition,
NotificationChain msgs)
|
NotificationChain |
basicSetFalseCase(CExpression newFalseCase,
NotificationChain msgs)
|
NotificationChain |
basicSetTrueCase(CExpression newTrueCase,
NotificationChain msgs)
|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class baseClass)
|
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class baseClass)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
CExpression |
getCondition()
|
CExpression |
getFalseCase()
|
CExpression |
getTrueCase()
|
void |
setCondition(CExpression newCondition)
|
void |
setFalseCase(CExpression newFalseCase)
|
void |
setTrueCase(CExpression newTrueCase)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CExpression condition
Condition
' containment reference.
getCondition()
protected CExpression trueCase
True Case
' containment reference.
getTrueCase()
protected CExpression falseCase
False Case
' containment reference.
getFalseCase()
Constructor Detail |
---|
protected CConditionalExpressionImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class CExpressionImpl
public CExpression getCondition()
getCondition
in interface CConditionalStm
CConditionalStm.setCondition(CExpression)
,
CmodelPackage.getCConditionalStm_Condition()
public NotificationChain basicSetCondition(CExpression newCondition, NotificationChain msgs)
public void setCondition(CExpression newCondition)
setCondition
in interface CConditionalStm
newCondition
- the new value of the 'Condition' containment reference.CConditionalStm.getCondition()
public CExpression getTrueCase()
getTrueCase
in interface CConditionalExpression
CConditionalExpression.setTrueCase(CExpression)
,
CmodelPackage.getCConditionalExpression_TrueCase()
public NotificationChain basicSetTrueCase(CExpression newTrueCase, NotificationChain msgs)
public void setTrueCase(CExpression newTrueCase)
setTrueCase
in interface CConditionalExpression
newTrueCase
- the new value of the 'True Case' containment reference.CConditionalExpression.getTrueCase()
public CExpression getFalseCase()
getFalseCase
in interface CConditionalExpression
CConditionalExpression.setFalseCase(CExpression)
,
CmodelPackage.getCConditionalExpression_FalseCase()
public NotificationChain basicSetFalseCase(CExpression newFalseCase, NotificationChain msgs)
public void setFalseCase(CExpression newFalseCase)
setFalseCase
in interface CConditionalExpression
newFalseCase
- the new value of the 'False Case' containment reference.CConditionalExpression.getFalseCase()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class baseClass)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |