public interface EquivalentMeasureRelationship extends MeasureRelationship
The following features are supported:
SmmPackage.getEquivalentMeasureRelationship()| Modifier and Type | Method and Description |
|---|---|
Measure |
getFrom()
Returns the value of the 'From' reference.
|
Operation |
getMapping()
Returns the value of the 'Mapping' reference.
|
Measure |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(Measure value)
Sets the value of the '
From' reference. |
void |
setMapping(Operation value)
Sets the value of the '
Mapping' reference. |
void |
setTo(Measure value)
Sets the value of the '
To' reference. |
getMeasurandQuery, setMeasurandQuerygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionOperation getMapping()
If the meaning of the 'Mapping' reference isn't clear, there really should be more of a description here...
setMapping(Operation),
SmmPackage.getEquivalentMeasureRelationship_Mapping()void setMapping(Operation value)
Mapping' reference.
value - the new value of the 'Mapping' reference.getMapping()Measure getFrom()
Equivalent To'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface MeasureRelationshipgetFrom in interface SmmRelationshipsetFrom(Measure),
SmmPackage.getEquivalentMeasureRelationship_From(),
Measure.getEquivalentTo()void setFrom(Measure value)
From' reference.
value - the new value of the 'From' reference.getFrom()Measure getTo()
Equivalent From'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface MeasureRelationshipgetTo in interface SmmRelationshipsetTo(Measure),
SmmPackage.getEquivalentMeasureRelationship_To(),
Measure.getEquivalentFrom()