org.eclipse.gmt.modisco.omg.smm
Interface MeasureRelationship

All Superinterfaces:
SmmElement, SmmRelationship

public interface MeasureRelationship
extends SmmRelationship

A representation of the model object 'Measure Relationship'.

The following features are supported:

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

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getFrom

Measure getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Out Measure'.

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

Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(Measure), SmmPackage.getMeasureRelationship_From(), Measure.getOutMeasure()
Generated:
Model:
opposite="outMeasure" required="true"

setFrom

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

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

getTo

Measure getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'In Measure'.

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

Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(Measure), SmmPackage.getMeasureRelationship_To(), Measure.getInMeasure()
Generated:
Model:
opposite="inMeasure" required="true"

setTo

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

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