public interface RecursiveMeasureRelationship extends MeasureRelationship
The following features are supported:
SmmPackage.getRecursiveMeasureRelationship()| 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. |
getMeasurandQuery, setMeasurandQuerygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionMeasure getFrom()
Recursive 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.getRecursiveMeasureRelationship_From(),
Measure.getRecursiveTo()void setFrom(Measure value)
From' reference.
value - the new value of the 'From' reference.getFrom()Measure getTo()
Recursive 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.getRecursiveMeasureRelationship_To(),
Measure.getRecursiveFrom()