ujf.verimag.bip.cmodel
Interface CFor

All Superinterfaces:
CBlock, CBodyItem, CStm
All Known Implementing Classes:
CForImpl

public interface CFor
extends CBlock, CStm

A representation of the model object 'CFor'.

The following features are supported:

See Also:
CmodelPackage.getCFor()

Method Summary
 CExpression getCodition()
          Returns the value of the 'Codition' containment reference.
 CBodyItem getInitialization()
          Returns the value of the 'Initialization' containment reference.
 CStm getIteration()
          Returns the value of the 'Iteration' reference.
 void setCodition(CExpression value)
          Sets the value of the 'Codition' containment reference.
 void setInitialization(CBodyItem value)
          Sets the value of the 'Initialization' containment reference.
 void setIteration(CStm value)
          Sets the value of the 'Iteration' reference.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Method Detail

getInitialization

CBodyItem getInitialization()
Returns the value of the 'Initialization' containment reference.

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

Returns:
the value of the 'Initialization' containment reference.
See Also:
setInitialization(CBodyItem), CmodelPackage.getCFor_Initialization()

setInitialization

void setInitialization(CBodyItem value)
Sets the value of the 'Initialization' containment reference.

Parameters:
value - the new value of the 'Initialization' containment reference.
See Also:
getInitialization()

getCodition

CExpression getCodition()
Returns the value of the 'Codition' containment reference.

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

Returns:
the value of the 'Codition' containment reference.
See Also:
setCodition(CExpression), CmodelPackage.getCFor_Codition()

setCodition

void setCodition(CExpression value)
Sets the value of the 'Codition' containment reference.

Parameters:
value - the new value of the 'Codition' containment reference.
See Also:
getCodition()

getIteration

CStm getIteration()
Returns the value of the 'Iteration' reference.

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

Returns:
the value of the 'Iteration' reference.
See Also:
setIteration(CStm), CmodelPackage.getCFor_Iteration()

setIteration

void setIteration(CStm value)
Sets the value of the 'Iteration' reference.

Parameters:
value - the new value of the 'Iteration' reference.
See Also:
getIteration()