public interface RescaledMeasurement extends DimensionalMeasurement
The following features are supported:
SmmPackage.getRescaledMeasurement()| Modifier and Type | Method and Description |
|---|---|
|
getRescaleFrom()
Returns the value of the 'Rescale From' reference list.
|
boolean |
isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.
|
void |
setIsBaseSupplied(boolean value)
Sets the value of the '
Is Base Supplied' attribute. |
getBaseMeasurement1From, getBaseMeasurement2From, getBaseMeasurementFrom, getRankingFrom, getRescaleTo, getValue, setValuegetBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTogetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionboolean isIsBaseSupplied()
If the meaning of the 'Is Base Supplied' attribute isn't clear, there really should be more of a description here...
setIsBaseSupplied(boolean),
SmmPackage.getRescaledMeasurement_IsBaseSupplied()void setIsBaseSupplied(boolean value)
Is Base Supplied' attribute.
value - the new value of the 'Is Base Supplied' attribute.isIsBaseSupplied()getRescaleFrom()
RescaleMeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Rescale From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getRescaledMeasurement_RescaleFrom(),
RescaleMeasurementRelationship.getTo()