public interface DimensionalMeasurement extends Measurement
The following features are supported:
SmmPackage.getDimensionalMeasurement()| Modifier and Type | Method and Description |
|---|---|
|
getBaseMeasurement1From()
Returns the value of the 'Base Measurement1 From' reference list.
|
|
getBaseMeasurement2From()
Returns the value of the 'Base Measurement2 From' reference list.
|
|
getBaseMeasurementFrom()
Returns the value of the 'Base Measurement From' reference list.
|
|
getRankingFrom()
Returns the value of the 'Ranking From' reference list.
|
|
getRescaleTo()
Returns the value of the 'Rescale To' reference list.
|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(double value)
Sets the value of the '
Value' attribute. |
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTogetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptiondouble 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()getBaseMeasurementFrom()
BaseMeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Base Measurement From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getDimensionalMeasurement_BaseMeasurementFrom(),
BaseMeasurementRelationship.getTo()getBaseMeasurement1From()
Base1MeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Base Measurement1 From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getDimensionalMeasurement_BaseMeasurement1From(),
Base1MeasurementRelationship.getTo()getBaseMeasurement2From()
Base2MeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Base Measurement2 From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getDimensionalMeasurement_BaseMeasurement2From(),
Base2MeasurementRelationship.getTo()getRescaleTo()
RescaleMeasurementRelationship.
It is bidirectional and its opposite is 'From'.
If the meaning of the 'Rescale To' reference list isn't clear, there really should be more of a description here...
SmmPackage.getDimensionalMeasurement_RescaleTo(),
RescaleMeasurementRelationship.getFrom()getRankingFrom()
RankingMeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Ranking From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getDimensionalMeasurement_RankingFrom(),
RankingMeasurementRelationship.getTo()