public interface BaseMeasurementRelationship extends MeasurementRelationship
The following features are supported:
SmmPackage.getBaseMeasurementRelationship()| Modifier and Type | Method and Description |
|---|---|
CollectiveMeasurement |
getFrom()
Returns the value of the 'From' reference.
|
DimensionalMeasurement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(CollectiveMeasurement value)
Sets the value of the '
From' reference. |
void |
setTo(DimensionalMeasurement value)
Sets the value of the '
To' reference. |
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionCollectiveMeasurement getFrom()
Base Measurement To'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface MeasurementRelationshipgetFrom in interface SmmRelationshipsetFrom(CollectiveMeasurement),
SmmPackage.getBaseMeasurementRelationship_From(),
CollectiveMeasurement.getBaseMeasurementTo()void setFrom(CollectiveMeasurement value)
From' reference.
value - the new value of the 'From' reference.getFrom()DimensionalMeasurement getTo()
Base Measurement From'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface MeasurementRelationshipgetTo in interface SmmRelationshipsetTo(DimensionalMeasurement),
SmmPackage.getBaseMeasurementRelationship_To(),
DimensionalMeasurement.getBaseMeasurementFrom()void setTo(DimensionalMeasurement value)
To' reference.
value - the new value of the 'To' reference.getTo()