public interface ElemDefinition extends PartialArrayDefinition
The following features are supported:
SsmePackage.getElemDefinition()
Modifier and Type | Method and Description |
---|---|
ListExprSignal |
getExprDimension()
Returns the value of the 'Expr Dimension' containment reference
|
ExprSignal |
getExprSignal()
Returns the value of the 'Expr Signal' containment reference
|
void |
setExprDimension(ListExprSignal value)
Sets the value of the '
Expr Dimension ' containment reference |
void |
setExprSignal(ExprSignal value)
Sets the value of the '
Expr Signal ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ListExprSignal getExprDimension()
If the meaning of the 'Expr Dimension' containment reference isn't clear, there really should be more of a description here...
setExprDimension(ListExprSignal)
,
SsmePackage.getElemDefinition_ExprDimension()
void setExprDimension(ListExprSignal value)
Expr Dimension
' containment reference.
value
- the new value of the 'Expr Dimension' containment reference.getExprDimension()
ExprSignal getExprSignal()
If the meaning of the 'Expr Signal' containment reference isn't clear, there really should be more of a description here...
setExprSignal(ExprSignal)
,
SsmePackage.getElemDefinition_ExprSignal()
void setExprSignal(ExprSignal value)
Expr Signal
' containment reference.
value
- the new value of the 'Expr Signal' containment reference.getExprSignal()