public interface MeasurementRelationship extends SmmRelationship
The following features are supported:
SmmPackage.getMeasurementRelationship()| Modifier and Type | Method and Description |
|---|---|
Measurement |
getFrom()
Returns the value of the 'From' reference.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Measurement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(Measurement value)
Sets the value of the '
From' reference. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setTo(Measurement value)
Sets the value of the '
To' reference. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeljava.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SmmPackage.getMeasurementRelationship_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Measurement getFrom()
Out Measurement'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface SmmRelationshipsetFrom(Measurement),
SmmPackage.getMeasurementRelationship_From(),
Measurement.getOutMeasurement()void setFrom(Measurement value)
From' reference.
value - the new value of the 'From' reference.getFrom()Measurement getTo()
In Measurement'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface SmmRelationshipsetTo(Measurement),
SmmPackage.getMeasurementRelationship_To(),
Measurement.getInMeasurement()void setTo(Measurement value)
To' reference.
value - the new value of the 'To' reference.getTo()