public interface RankingMeasureRelationship extends MeasureRelationship
The following features are supported:
SmmPackage.getRankingMeasureRelationship()| Modifier and Type | Method and Description |
|---|---|
Ranking |
getFrom()
Returns the value of the 'From' reference.
|
DimensionalMeasure |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(Ranking value)
Sets the value of the '
From' reference. |
void |
setTo(DimensionalMeasure value)
Sets the value of the '
To' reference. |
getMeasurandQuery, setMeasurandQuerygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionRanking getFrom()
Ranking 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(Ranking),
SmmPackage.getRankingMeasureRelationship_From(),
Ranking.getRankingTo()void setFrom(Ranking value)
From' reference.
value - the new value of the 'From' reference.getFrom()DimensionalMeasure getTo()
Ranking 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(DimensionalMeasure),
SmmPackage.getRankingMeasureRelationship_To(),
DimensionalMeasure.getRankingFrom()void setTo(DimensionalMeasure value)
To' reference.
value - the new value of the 'To' reference.getTo()