org.eclipse.modisco.omg.smm
Interface RescaleMeasurementRelationship

All Superinterfaces:
MeasurementRelationship, SmmElement, SmmRelationship

public interface RescaleMeasurementRelationship
extends MeasurementRelationship

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

The following features are supported:

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

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

Method Detail

getTo

RescaledMeasurement 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 MeasurementRelationship
Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(RescaledMeasurement), SmmPackage.getRescaleMeasurementRelationship_To(), RescaledMeasurement.getRescaleFrom()
Generated:
Model:
opposite="rescaleFrom" required="true"

setTo

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

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

getFrom

DimensionalMeasurement 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 MeasurementRelationship
Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(DimensionalMeasurement), SmmPackage.getRescaleMeasurementRelationship_From(), DimensionalMeasurement.getRescaleTo()
Generated:
Model:
opposite="rescaleTo" required="true"

setFrom

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

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