public interface Bounds extends SignalElement
The following features are supported:
SsmePackage.getBounds()
Modifier and Type | Method and Description |
---|---|
ExprSignal |
getLowerBound()
Returns the value of the 'Lower Bound' containment reference
|
ExprSignal |
getStep()
Returns the value of the 'Step' containment reference
|
ExprSignal |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference
|
void |
setLowerBound(ExprSignal value)
Sets the value of the '
Lower Bound ' containment reference |
void |
setStep(ExprSignal value)
Sets the value of the '
Step ' containment reference |
void |
setUpperBound(ExprSignal value)
Sets the value of the '
Upper Bound ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getLowerBound()
If the meaning of the 'Lower Bound' containment reference isn't clear, there really should be more of a description here...
setLowerBound(ExprSignal)
,
SsmePackage.getBounds_LowerBound()
void setLowerBound(ExprSignal value)
Lower Bound
' containment reference.
value
- the new value of the 'Lower Bound' containment reference.getLowerBound()
ExprSignal getUpperBound()
If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...
setUpperBound(ExprSignal)
,
SsmePackage.getBounds_UpperBound()
void setUpperBound(ExprSignal value)
Upper Bound
' containment reference.
value
- the new value of the 'Upper Bound' containment reference.getUpperBound()
ExprSignal getStep()
If the meaning of the 'Step' containment reference isn't clear, there really should be more of a description here...
setStep(ExprSignal)
,
SsmePackage.getBounds_Step()
void setStep(ExprSignal value)
Step
' containment reference.
value
- the new value of the 'Step' containment reference.getStep()