org.eclipse.gmt.modisco.omg.smm
Interface DimensionalMeasure

All Superinterfaces:
Measure, SmmElement
All Known Subinterfaces:
BinaryMeasure, CollectiveMeasure, Counting, DirectMeasure, NamedMeasure, RatioMeasure, RescaledMeasure

public interface DimensionalMeasure
extends Measure

A representation of the model object 'Dimensional Measure'.

The following features are supported:

See Also:
SmmPackage.getDimensionalMeasure()
Generated:
Model:

Method Summary
 java.lang.String getUnit()
          Returns the value of the 'Unit' attribute.
 void setUnit(java.lang.String value)
          Sets the value of the 'Unit' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measure
getCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTrait
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getUnit

java.lang.String getUnit()
Returns the value of the 'Unit' attribute.

If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unit' attribute.
See Also:
setUnit(String), SmmPackage.getDimensionalMeasure_Unit()
Generated:
Model:
required="true"

setUnit

void setUnit(java.lang.String value)
Sets the value of the 'Unit' attribute.

Parameters:
value - the new value of the 'Unit' attribute.
See Also:
getUnit()
Generated: