public interface PartialIteration extends SignalElement
The following features are supported:
SsmePackage.getPartialIteration()
Modifier and Type | Method and Description |
---|---|
Bounds |
getBounds()
Returns the value of the 'Bounds' containment reference
|
Identifier |
getIndex()
Returns the value of the 'Index' containment reference
|
void |
setBounds(Bounds value)
Sets the value of the '
Bounds ' containment reference |
void |
setIndex(Identifier value)
Sets the value of the '
Index ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getIndex()
If the meaning of the 'Index' containment reference isn't clear, there really should be more of a description here...
setIndex(Identifier)
,
SsmePackage.getPartialIteration_Index()
void setIndex(Identifier value)
Index
' containment reference.
value
- the new value of the 'Index' containment reference.getIndex()
Bounds getBounds()
If the meaning of the 'Bounds' containment reference isn't clear, there really should be more of a description here...
setBounds(Bounds)
,
SsmePackage.getPartialIteration_Bounds()
void setBounds(Bounds value)
Bounds
' containment reference.
value
- the new value of the 'Bounds' containment reference.getBounds()