public interface IterationProcess extends IterationOfProcesses
The following features are supported:
SsmePackage.getIterationProcess()
Modifier and Type | Method and Description |
---|---|
ExprProcess |
getExprProcess()
Returns the value of the 'Expr Process' containment reference
|
ExprSignal |
getIterationIndex()
Returns the value of the 'Iteration Index' containment reference
|
ExprProcess |
getIterationInit()
Returns the value of the 'Iteration Init' containment reference
|
void |
setExprProcess(ExprProcess value)
Sets the value of the '
Expr Process ' containment reference |
void |
setIterationIndex(ExprSignal value)
Sets the value of the '
Iteration Index ' containment reference |
void |
setIterationInit(ExprProcess value)
Sets the value of the '
Iteration Init ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getIterationIndex()
If the meaning of the 'Iteration Index' containment reference isn't clear, there really should be more of a description here...
setIterationIndex(ExprSignal)
,
SsmePackage.getIterationProcess_IterationIndex()
void setIterationIndex(ExprSignal value)
Iteration Index
' containment reference.
value
- the new value of the 'Iteration Index' containment reference.getIterationIndex()
ExprProcess getExprProcess()
If the meaning of the 'Expr Process' containment reference isn't clear, there really should be more of a description here...
setExprProcess(ExprProcess)
,
SsmePackage.getIterationProcess_ExprProcess()
void setExprProcess(ExprProcess value)
Expr Process
' containment reference.
value
- the new value of the 'Expr Process' containment reference.getExprProcess()
ExprProcess getIterationInit()
If the meaning of the 'Iteration Init' containment reference isn't clear, there really should be more of a description here...
setIterationInit(ExprProcess)
,
SsmePackage.getIterationProcess_IterationInit()
void setIterationInit(ExprProcess value)
Iteration Init
' containment reference.
value
- the new value of the 'Iteration Init' containment reference.getIterationInit()