ujf.verimag.bip.cmodel
Interface CConditionalStm

All Superinterfaces:
CBodyItem, CStm
All Known Subinterfaces:
CConditionalExpression, CIfStm, CWhileStm
All Known Implementing Classes:
CConditionalExpressionImpl, CConditionalStmImpl, CIfStmImpl, CWhileStmImpl

public interface CConditionalStm
extends CStm

A representation of the model object 'CConditional Stm'.

The following features are supported:

See Also:
CmodelPackage.getCConditionalStm()

Method Summary
 CExpression getCondition()
          Returns the value of the 'Condition' containment reference.
 void setCondition(CExpression value)
          Sets the value of the 'Condition' containment reference.
 

Method Detail

getCondition

CExpression getCondition()
Returns the value of the 'Condition' containment reference.

If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(CExpression), CmodelPackage.getCConditionalStm_Condition()

setCondition

void setCondition(CExpression value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()