ujf.verimag.bip.cmodel
Interface CSwitchStm

All Superinterfaces:
CBodyItem, CStm
All Known Implementing Classes:
CSwitchStmImpl

public interface CSwitchStm
extends CStm

A representation of the model object 'CSwitch Stm'.

The following features are supported:

See Also:
CmodelPackage.getCSwitchStm()

Method Summary
 EList getCaseAction()
          Returns the value of the 'Case Action' containment reference list.
 java.lang.String getSelector()
          Returns the value of the 'Selector' attribute.
 void setSelector(java.lang.String value)
          Sets the value of the 'Selector' attribute.
 

Method Detail

getCaseAction

EList getCaseAction()
Returns the value of the 'Case Action' containment reference list. The list contents are of type CCaseItem.

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

Returns:
the value of the 'Case Action' containment reference list.
See Also:
CmodelPackage.getCSwitchStm_CaseAction()

getSelector

java.lang.String getSelector()
Returns the value of the 'Selector' attribute.

If the meaning of the 'Selector' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Selector' attribute.
See Also:
setSelector(String), CmodelPackage.getCSwitchStm_Selector()

setSelector

void setSelector(java.lang.String value)
Sets the value of the 'Selector' attribute.

Parameters:
value - the new value of the 'Selector' attribute.
See Also:
getSelector()