org.eclipse.modisco.omg.smm
Interface RescaleMeasureRelationship

All Superinterfaces:
MeasureRelationship, SmmElement, SmmRelationship

public interface RescaleMeasureRelationship
extends MeasureRelationship

A representation of the model object 'Rescale Measure Relationship'.

The following features are supported:

See Also:
SmmPackage.getRescaleMeasureRelationship()
Generated:
Model:

Method Summary
 DimensionalMeasure getFrom()
          Returns the value of the 'From' reference.
 RescaledMeasure getTo()
          Returns the value of the 'To' reference.
 void setFrom(DimensionalMeasure value)
          Sets the value of the 'From' reference.
 void setTo(RescaledMeasure value)
          Sets the value of the 'To' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.MeasureRelationship
getMeasurandQuery, setMeasurandQuery
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getTo

RescaledMeasure getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Rescale From'.

If the meaning of the 'To' reference isn't clear, there really should be more of a description here...

Specified by:
getTo in interface MeasureRelationship
Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(RescaledMeasure), SmmPackage.getRescaleMeasureRelationship_To(), RescaledMeasure.getRescaleFrom()
Generated:
Model:
opposite="rescaleFrom" required="true"

setTo

void setTo(RescaledMeasure value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated:

getFrom

DimensionalMeasure getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Rescale To'.

If the meaning of the 'From' reference isn't clear, there really should be more of a description here...

Specified by:
getFrom in interface MeasureRelationship
Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(DimensionalMeasure), SmmPackage.getRescaleMeasureRelationship_From(), DimensionalMeasure.getRescaleTo()
Generated:
Model:
opposite="rescaleTo" required="true"

setFrom

void setFrom(DimensionalMeasure value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
Generated: