public interface DimensionalMeasurement extends Measurement
The following features are supported:
SmmPackage.getDimensionalMeasurement()| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(double value)
Sets the value of the '
Value' attribute. |
getError, getInMeasurement, getMeasure, getObservation, getOutMeasurement, setError, setMeasure, setObservationgetAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeldouble getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(double),
SmmPackage.getDimensionalMeasurement_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()