public interface Base2MeasurementRelationship extends MeasurementRelationship
The following features are supported:
SmmPackage.getBase2MeasurementRelationship()| Modifier and Type | Method and Description |
|---|---|
BinaryMeasurement |
getFrom()
Returns the value of the 'From' container reference.
|
DimensionalMeasurement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(BinaryMeasurement value)
Sets the value of the '
From' container reference. |
void |
setTo(DimensionalMeasurement value)
Sets the value of the '
To' reference. |
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionBinaryMeasurement getFrom()
Base Measurement2 To'.
If the meaning of the 'From' container reference isn't clear, there really should be more of a description here...
getFrom in interface MeasurementRelationshipgetFrom in interface SmmRelationshipsetFrom(BinaryMeasurement),
SmmPackage.getBase2MeasurementRelationship_From(),
BinaryMeasurement.getBaseMeasurement2To()void setFrom(BinaryMeasurement value)
From' container reference.
value - the new value of the 'From' container reference.getFrom()DimensionalMeasurement getTo()
Base Measurement2 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.getBase2MeasurementRelationship_To(),
DimensionalMeasurement.getBaseMeasurement2From()void setTo(DimensionalMeasurement value)
To' reference.
value - the new value of the 'To' reference.getTo()