|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dimension
A representation of the model object 'Dimension'.
The following features are supported:
GASTMPackage.getDimension()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject |
---|
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo |
Method Detail |
---|
Expression 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |