ujf.verimag.bip.cmodel
Interface CAssignStm

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

public interface CAssignStm
extends CStm

A representation of the model object 'CAssign Stm'.

The following features are supported:

See Also:
CmodelPackage.getCAssignStm()

Method Summary
 CExpression getSource()
          Returns the value of the 'Source' containment reference.
 CExpression getTarget()
          Returns the value of the 'Target' containment reference.
 void setSource(CExpression value)
          Sets the value of the 'Source' containment reference.
 void setTarget(CExpression value)
          Sets the value of the 'Target' containment reference.
 

Method Detail

getSource

CExpression getSource()
Returns the value of the 'Source' containment reference.

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

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(CExpression), CmodelPackage.getCAssignStm_Source()

setSource

void setSource(CExpression value)
Sets the value of the 'Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()

getTarget

CExpression getTarget()
Returns the value of the 'Target' containment reference.

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

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(CExpression), CmodelPackage.getCAssignStm_Target()

setTarget

void setTarget(CExpression value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()