public interface Dimension extends MinorSyntaxObject
The following features are supported:
GASTMPackage.getDimension()| Modifier and Type | Method and Description |
|---|---|
Expression |
getHighBound()
Returns the value of the 'High Bound' containment reference.
|
Expression |
getLowBound()
Returns the value of the 'Low Bound' containment reference.
|
void |
setHighBound(Expression value)
Sets the value of the '
High Bound' containment reference. |
void |
setLowBound(Expression value)
Sets the value of the '
Low Bound' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getLowBound()
If the meaning of the 'Low Bound' containment reference isn't clear, there really should be more of a description here...
setLowBound(Expression),
GASTMPackage.getDimension_LowBound()void setLowBound(Expression value)
Low Bound' containment reference.
value - the new value of the 'Low Bound' containment reference.getLowBound()Expression getHighBound()
If the meaning of the 'High Bound' containment reference isn't clear, there really should be more of a description here...
setHighBound(Expression),
GASTMPackage.getDimension_HighBound()void setHighBound(Expression value)
High Bound' containment reference.
value - the new value of the 'High Bound' containment reference.getHighBound()