org.eclipse.modisco.omg.smm
Interface RefinementMeasurementRelationship

All Superinterfaces:
MeasurementRelationship, SmmElement, SmmRelationship

public interface RefinementMeasurementRelationship
extends MeasurementRelationship

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

The following features are supported:

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

Method Summary
 Measurement getFrom()
          Returns the value of the 'From' reference.
 Measurement getTo()
          Returns the value of the 'To' reference.
 void setFrom(Measurement value)
          Sets the value of the 'From' reference.
 void setTo(Measurement 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

getFrom

Measurement getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Refinement 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(Measurement), SmmPackage.getRefinementMeasurementRelationship_From(), Measurement.getRefinementTo()
Generated:
Model:
opposite="refinementTo" required="true"

setFrom

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

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

getTo

Measurement getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'Refinement 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(Measurement), SmmPackage.getRefinementMeasurementRelationship_To(), Measurement.getRefinementFrom()
Generated:
Model:
opposite="refinementFrom" required="true"

setTo

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

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