public interface MeasureRelationship extends SmmRelationship
The following features are supported:
SmmPackage.getMeasureRelationship()| Modifier and Type | Method and Description |
|---|---|
Measure |
getFrom()
Returns the value of the 'From' reference.
|
Measure |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(Measure value)
Sets the value of the '
From' reference. |
void |
setTo(Measure value)
Sets the value of the '
To' reference. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModelMeasure getFrom()
Out Measure'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface SmmRelationshipsetFrom(Measure),
SmmPackage.getMeasureRelationship_From(),
Measure.getOutMeasure()void setFrom(Measure value)
From' reference.
value - the new value of the 'From' reference.getFrom()Measure getTo()
In Measure'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface SmmRelationshipsetTo(Measure),
SmmPackage.getMeasureRelationship_To(),
Measure.getInMeasure()