ujf.verimag.bip.cmodel
Interface CIfStm

All Superinterfaces:
CBodyItem, CConditionalStm, CStm
All Known Implementing Classes:
CIfStmImpl

public interface CIfStm
extends CConditionalStm

A representation of the model object 'CIf Stm'.

The following features are supported:

See Also:
CmodelPackage.getCIfStm()

Method Summary
 CStm getElseCase()
          Returns the value of the 'Else Case' containment reference.
 CStm getIfCase()
          Returns the value of the 'If Case' containment reference.
 void setElseCase(CStm value)
          Sets the value of the 'Else Case' containment reference.
 void setIfCase(CStm value)
          Sets the value of the 'If Case' containment reference.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CConditionalStm
getCondition, setCondition
 

Method Detail

getIfCase

CStm getIfCase()
Returns the value of the 'If Case' containment reference.

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

Returns:
the value of the 'If Case' containment reference.
See Also:
setIfCase(CStm), CmodelPackage.getCIfStm_IfCase()

setIfCase

void setIfCase(CStm value)
Sets the value of the 'If Case' containment reference.

Parameters:
value - the new value of the 'If Case' containment reference.
See Also:
getIfCase()

getElseCase

CStm getElseCase()
Returns the value of the 'Else Case' containment reference.

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

Returns:
the value of the 'Else Case' containment reference.
See Also:
setElseCase(CStm), CmodelPackage.getCIfStm_ElseCase()

setElseCase

void setElseCase(CStm value)
Sets the value of the 'Else Case' containment reference.

Parameters:
value - the new value of the 'Else Case' containment reference.
See Also:
getElseCase()