public interface ArrayProcess extends IterationOfProcesses
The following features are supported:
SsmePackage.getArrayProcess()
Modifier and Type | Method and Description |
---|---|
ArrayIndex |
getArrayIndex()
Returns the value of the 'Array Index' containment reference
|
ExprProcess |
getExprProcess()
Returns the value of the 'Expr Process' containment reference
|
ExprProcess |
getIterationInit()
Returns the value of the 'Iteration Init' containment reference
|
void |
setArrayIndex(ArrayIndex value)
Sets the value of the '
Array Index ' containment reference |
void |
setExprProcess(ExprProcess value)
Sets the value of the '
Expr Process ' containment reference |
void |
setIterationInit(ExprProcess value)
Sets the value of the '
Iteration Init ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ArrayIndex getArrayIndex()
If the meaning of the 'Array Index' containment reference isn't clear, there really should be more of a description here...
setArrayIndex(ArrayIndex)
,
SsmePackage.getArrayProcess_ArrayIndex()
void setArrayIndex(ArrayIndex value)
Array Index
' containment reference.
value
- the new value of the 'Array Index' containment reference.getArrayIndex()
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.getArrayProcess_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.getArrayProcess_IterationInit()
void setIterationInit(ExprProcess value)
Iteration Init
' containment reference.
value
- the new value of the 'Iteration Init' containment reference.getIterationInit()